Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9cda4a3c849c7b7758150e7e7cc9e01a54c6b438
9cda4a3
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
by Martijn Coenen
· 7 years ago
c59ba9e
binder: use group leader instead of open thread
by Todd Kjos
· 8 years ago
4a04b88
binder: don't allow mmap() by process other than proc->tsk
by Al Viro
· 12 years ago
4aa6d46
android: binder: support for file-descriptor arrays.
by Martijn Coenen
· 8 years ago
49eeea3
android: binder: Fix binder_transaction with "scatter-gather"
by Adrian DC
· 8 years ago
032897b
android: binder: support for scatter-gather.
by Martijn Coenen
· 8 years ago
5bdfaf5
android: binder: add extra size to allocator.
by Martijn Coenen
· 8 years ago
7c5ca66
android: binder: refactor binder_transact()
by Martijn Coenen
· 8 years ago
3935571
BACKPORT: android: binder: support multiple /dev instances.
by Martijn Coenen
· 8 years ago
df2422b
BACKPORT: android: binder: deal with contexts in debugfs.
by Martijn Coenen
· 8 years ago
871f566
BACKPORT: android: binder: support multiple context managers.
by Martijn Coenen
· 8 years ago
4634a34
android: binder: split flat_binder_object.
by Martijn Coenen
· 8 years ago
fd1a80f
binder: blacklist %p kptr_restrict
by Nick Desaulniers
· 8 years ago
419e25e
drivers: android: binder: Use __func__ in debug messages
by Mirsal Ennaime
· 12 years ago
f1ae130
drivers: android: binder: Remove excessive indentation
by Mirsal Ennaime
· 12 years ago
8145f80
drivers: android: binder: Fix code style in binder_deferred_release
by Mirsal Ennaime
· 12 years ago
09985b9
Staging: android: binder: More offset validation.
by Arve Hjønnevåg
· 11 years ago
d037cf6
Staging: android: binder: Support concurrent 32 bit and 64 bit processes.
by Arve Hjønnevåg
· 11 years ago
31f50e8
staging: android: binder: fix ABI for 64bit Android
by Serban Constantinescu
· 11 years ago
a171d4b
drivers: staging: android: split uapi out of binder.h
by Colin Cross
· 11 years ago
69a943d
staging: android: binder: fix binder interface for 64bit compat layer
by Serban Constantinescu
· 12 years ago
3dece94
staging: android: binder: replace types with portable ones
by Serban Constantinescu
· 12 years ago
f758a00
staging: android: binder: fix BC_FREE_BUFFER ioctl declaration
by Serban Constantinescu
· 12 years ago
2fa24df
staging: android: binder: fix BINDER_SET_MAX_THREADS declaration
by Serban Constantinescu
· 12 years ago
06a5d97
staging: android: binder: replace IOCTL types with user-exportable types
by Serban Constantinescu
· 12 years ago
0347a2c
Staging: android: add __user annotation in binder.c
by Bojan Prtvar
· 11 years ago
17f34af
Staging: android: Mark local functions in binder.c as static
by Bojan Prtvar
· 11 years ago
d403675
staging: android: binder: fix alignment issues
by Serban Constantinescu
· 12 years ago
031b0e6
staging: android: Avoid using camelcase in binder.h
by Cruz Julian Bishop
· 12 years ago
10b3059
staging: android: binder: fix sparse warnings
by Emil Goode
· 13 years ago
d18abe0
staging: android: binder: modify struct binder_write_read to use size_t
by Serban Constantinescu
· 12 years ago
55c129c
BACKPORT: Staging: android: binder: Fixed multi-line strings
by Anmol Sarma
· 12 years ago
4b002ae
drivers: staging: android: binder.c: fix printk macros
by Sherwin Soltani
· 13 years ago
635cfb6
Staging: android: binder: Make task_get_unused_fd_flags function static
by Sachin Kamat
· 12 years ago
dbbee7d
Revert "[PATCH] Staging: android: binder: More offset validation."
by Adrian DC
· 8 years ago
4bc075e
android: binder: Move buffer out of area shared with user space
by Sherry Yang
· 8 years ago
71aec0e
android: binder: Refactor prev and next buffer into a helper function
by Sherry Yang
· 8 years ago
450e169
BACKPORT: staging: android: fix missing a blank line after declarations
by Seunghun Lee
· 11 years ago
782d70b
UPSTREAM: Staging: Android: removed an unnecessary else statement
by Karthik Nayak
· 11 years ago
27df23a
UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helper
by Andrew Morton
· 12 years ago
07a9e5c
ANDROID: binder: fix OOB write in __binder_update_page_range
by Todd Kjos
· 7 years ago
eebe194
binder: always allocate/map first BINDER_MIN_ALLOC pages
by Joel Fernandes
· 7 years ago
769c318
Staging: android: binder: Add some tracepoints
by Arve Hjønnevåg
· 13 years ago
93e6962
Staging: android: binder: Add some missing binder_stat_br calls
by Arve Hjønnevåg
· 13 years ago
0a29d95
af_unix: use freezable blocking calls in read
by Colin Cross
· 12 years ago
5297128
sigtimedwait: use freezable blocking call
by Colin Cross
· 12 years ago
3ec83bc
nanosleep: use freezable blocking call
by Colin Cross
· 12 years ago
8b38a57
futex: use freezable blocking call
by Colin Cross
· 12 years ago
341bbcb
select: use freezable blocking call
by Colin Cross
· 12 years ago
3bd702c
epoll: use freezable blocking call
by Colin Cross
· 12 years ago
68453aa
binder: use freezable blocking calls
by Colin Cross
· 12 years ago
84d3853
freezer: add new freezable helpers using freezer_do_not_count()
by Colin Cross
· 12 years ago
4c2b73d
freezer: convert freezable helpers to static inline where possible
by Colin Cross
· 12 years ago
3d5a75c
freezer: convert freezable helpers to freezer_do_not_count()
by Colin Cross
· 12 years ago
d209e38
freezer: skip waking up tasks with PF_FREEZER_SKIP set
by Colin Cross
· 12 years ago
8333e9f
freezer: shorten freezer sleep time using exponential backoff
by Colin Cross
· 12 years ago
bd0509b
lockdep: check that no locks held at freeze time
by Mandeep Singh Baines
· 12 years ago
00fcaa8
lockdep: remove task argument from debug_check_no_locks_held
by Colin Cross
· 12 years ago
65dbc8d
freezer: add unsafe versions of freezable helpers for CIFS
by Colin Cross
· 12 years ago
6072cdb
freezer: add unsafe versions of freezable helpers for NFS
by Colin Cross
· 12 years ago
f670c40
FROMLIST: x86: mm: support ARCH_MMAP_RND_BITS.
by dcashman
· 9 years ago
f306509
FROMLIST: arm: mm: support ARCH_MMAP_RND_BITS.
by dcashman
· 9 years ago
aa5b5c5
FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.
by dcashman
· 9 years ago
69c5c36
Revert "arm: mm: support ARCH_MMAP_RND_BITS."
by dcashman
· 9 years ago
e3e9751
Merge fp2-sibon-17.12.1 into cm-14.1
by chrmhoffmann
· 7 years ago
24e6f7c
ANDROID: input: keychord: fix race condition bug
by Jianqiang Zhao
· 8 years ago
f28b65f
net: usb: rmnet_usb_ctrl:Make sure list_head operate atomically
by Liangliang Lu
· 8 years ago
f7f2e7b
SoC: msm: audio-effects: return directly to avoid integer overflow
by Weiyin Jiang
· 7 years ago
54bf0df
cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE
by Srinivas Dasari
· 8 years ago
551f0bd
cfg80211: Check if PMKID attribute is of expected size
by Srinivas Dasari
· 8 years ago
ccd46e7
diag: dci: Add protection while querying event status
by Mohit Aggarwal
· 8 years ago
3e488f4
diag: Synchronize command registration table access
by Mohit Aggarwal
· 8 years ago
2074d4e
msm: sensor: Fix crash when ioctl VIDIOC_MSM_SENSOR_INIT_CFG
by Haibin Liu
· 7 years ago
68b4fc1
msm: mdss: hdmi: check up-bound of CEC frame size
by Yuan Zhao
· 7 years ago
2041a4c
ALSA: seq: Fix use-after-free at creating a port
by Takashi Iwai
· 7 years ago
52e53f8
FP2: use fb notifiers to suspend and resume the touchpad. * Revert mux to lower voltage (again). * remove dead EARLY_SUSPEND code * fixes the i2c sequence that leads to touch reset anyway after each resume
by chrmhoffmann
· 7 years ago
0c695e6
FP2: do not build EHCI
by chrmhoffmann
· 7 years ago
4802ec5
FP2: regenerate kernel config
by chrmhoffmann
· 7 years ago
2a600d7
SELinux: include definition of new capabilities
by Eric Paris
· 13 years ago
baefec7
FP2: enable SECCOMP
by chrmhoffmann
· 7 years ago
8f5ce34
/proc/pid/status: add "Seccomp" field
by Kees Cook
· 12 years ago
19346fb
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
by Guenter Roeck
· 10 years ago
919c10c
seccomp: Use atomic operations that are present in kernel 3.4.
by Robert Sesek
· 10 years ago
a88bb9a
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
by Kees Cook
· 11 years ago
5cd8263
introduce for_each_thread() to replace the buggy while_each_thread()
by Oleg Nesterov
· 11 years ago
41f9f5b
seccomp: allow mode setting across threads
by Kees Cook
· 11 years ago
9f4c135
seccomp: introduce writer locking
by Kees Cook
· 11 years ago
7e8a82e
seccomp: split filter prep from check and apply
by Kees Cook
· 11 years ago
3bcbe59
sched: move no_new_privs into new atomic flags
by Kees Cook
· 11 years ago
9dc4ce3
ARM: add seccomp syscall
by Kees Cook
· 11 years ago
c901490
seccomp: add "seccomp" syscall
by Kees Cook
· 11 years ago
58737e2
seccomp: split mode setting routines
by Kees Cook
· 11 years ago
836376d
seccomp: extract check/assign mode helpers
by Kees Cook
· 11 years ago
83c38ca
seccomp: create internal mode-setting function
by Kees Cook
· 11 years ago
e22af9d
MAINTAINERS: create seccomp entry
by Kees Cook
· 10 years ago
a965c56
CHROMIUM: ARM: r1->r0 for get/set arguments
by Will Drewry
· 13 years ago
a6bcd22
CHROMIUM: seccomp: set -ENOSYS if there is no tracer
by Will Drewry
· 13 years ago
d910116
CHROMIUM: ARM: arch/arm: allow a scno of -1 to not cause a SIGILL
by Will Drewry
· 13 years ago
3233760
CHROMIUM: arch/arm: select HAVE_ARCH_SECCOMP_FILTER
by Will Drewry
· 13 years ago
6488edf
CHROMIUM: arch/arm: move secure_computing into trace; respect return code
by Will Drewry
· 13 years ago
Next »