index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
binder: refactor binder_pop_transaction
Todd Kjos
1
-15
/
+15
2017-07-17
binder: use atomic for transaction_log index
Todd Kjos
1
-16
/
+59
2017-07-17
binder: protect against two threads freeing buffer
Todd Kjos
1
-2
/
+2
2017-07-17
binder: remove dead code in binder_get_ref_for_node
Todd Kjos
1
-11
/
+5
2017-07-17
binder: don't modify thread->looper from other threads
Todd Kjos
1
-11
/
+11
2017-07-17
binder: avoid race conditions when enqueuing txn
Todd Kjos
1
-3
/
+4
2017-07-17
binder: refactor queue management in binder_thread_read
Todd Kjos
1
-57
/
+94
2017-07-17
binder: add log information for binder transaction failures
Todd Kjos
1
-10
/
+77
2017-07-17
binder: make binder_last_id an atomic
Todd Kjos
1
-4
/
+4
2017-07-17
binder: change binder_stats to atomics
Badhri Jagan Sridharan
1
-20
/
+28
2017-07-17
binder: add protection for non-perf cases
Todd Kjos
1
-18
/
+63
2017-07-17
binder: remove binder_debug_no_lock mechanism
Todd Kjos
1
-23
/
+8
2017-07-17
binder: move binder_alloc to separate file
Todd Kjos
1
-762
/
+1
2017-07-17
binder: separate out binder_alloc functions
Todd Kjos
1
-244
/
+405
2017-07-17
binder: remove unneeded cleanup code
Todd Kjos
1
-9
/
+2
2017-07-17
binder: separate binder allocator structure from binder proc
Todd Kjos
1
-84
/
+128
2017-07-17
binder: Use wake up hint for synchronous transactions.
Riley Andrews
1
-2
/
+6
2017-07-17
binder: use group leader instead of open thread
Todd Kjos
1
-2
/
+2
2017-07-17
Revert "android: binder: Sanity check at binder ioctl"
Todd Kjos
1
-5
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-1
/
+1
2017-02-22
mm: drop unused argument of zap_page_range()
Kirill A. Shutemov
1
-1
/
+1
2017-02-10
binder: Add support for file-descriptor arrays
Martijn Coenen
1
-0
/
+137
2017-02-10
binder: Add support for scatter-gather
Martijn Coenen
1
-13
/
+231
2017-02-10
binder: Add extra size to allocator
Martijn Coenen
1
-13
/
+28
2017-02-10
binder: Refactor binder_transact()
Martijn Coenen
1
-137
/
+172
2017-02-10
binder: Support multiple /dev instances
Martijn Coenen
1
-11
/
+72
2017-02-10
binder: Deal with contexts in debugfs
Martijn Coenen
1
-13
/
+23
2017-02-10
binder: Support multiple context managers
Martijn Coenen
1
-21
/
+38
2017-02-10
binder: Split flat_binder_object
Martijn Coenen
1
-49
/
+109
2016-10-24
ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...
Arve Hjønnevåg
1
-0
/
+5
2016-10-24
ANDROID: binder: Add strong ref checks
Arve Hjønnevåg
1
-9
/
+21
2016-08-15
android: binder: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-6
/
+1
2016-03-01
Merge 4.5-rc6 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2016-02-22
Merge char-misc-next into staging-next
Greg Kroah-Hartman
1
-4
/
+22
2016-02-20
drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...
Lisa Du
1
-1
/
+1
2016-02-11
android: drivers: Avoid debugfs race in binder
Riley Andrews
1
-2
/
+13
2016-02-11
android: binder: More offset validation
Arve Hjønnevåg
1
-2
/
+9
2016-02-07
android: binder: Sanity check at binder ioctl
Chen Feng
1
-0
/
+5
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
1
-1
/
+1
2015-03-01
android: binder: fix binder mmap failures
Andrey Ryabinin
1
-5
/
+5
2015-01-25
Add security hooks to binder and implement the hooks for SELinux.
Stephen Smalley
1
-0
/
+26
2014-10-20
android: binder: remove binder.h
Greg Kroah-Hartman
1
-1
/
+5
2014-10-20
staging: android: binder: move to the "real" part of the kernel
Greg Kroah-Hartman
1
-0
/
+3673
[prev]