| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-01-22 | binderfs: switch from d_add() to d_instantiate() | Christian Brauner | 1 | -1/+1 |
| 2019-01-22 | binderfs: drop lock in binderfs_binder_ctl_create | Christian Brauner | 1 | -4/+0 |
| 2019-01-22 | binderfs: kill_litter_super() before cleanup | Christian Brauner | 1 | -1/+2 |
| 2019-01-22 | binderfs: rework binderfs_binder_device_create() | Christian Brauner | 1 | -20/+19 |
| 2019-01-22 | binderfs: rework binderfs_fill_super() | Christian Brauner | 1 | -30/+11 |
| 2019-01-22 | binderfs: prevent renaming the control dentry | Christian Brauner | 1 | -18/+10 |
| 2019-01-22 | binderfs: remove outdated comment | Christian Brauner | 1 | -4/+0 |
| 2019-01-18 | binderfs: fix error return code in binderfs_fill_super() | Wei Yongjun | 1 | -0/+1 |
| 2019-01-12 | binderfs: handle !CONFIG_IPC_NS builds | Christian Brauner | 1 | -0/+4 |
| 2019-01-11 | binderfs: reserve devices for initial mount | Christian Brauner | 1 | -1/+6 |
| 2019-01-11 | binderfs: rename header to binderfs.h | Christian Brauner | 1 | -1/+1 |
| 2019-01-11 | binderfs: implement "max" mount option | Christian Brauner | 1 | -6/+98 |
| 2019-01-08 | binderfs: make each binderfs mount a new instance | Christian Brauner | 1 | -39/+2 |
| 2019-01-08 | binderfs: remove wrong kern_mount() call | Christian Brauner | 1 | -10/+0 |
| 2018-12-19 | binder: implement binderfs | Christian Brauner | 5 | -17/+614 |
| 2018-12-19 | binder: fix use-after-free due to ksys_close() during fdget() | Todd Kjos | 1 | -2/+61 |
| 2018-12-06 | binder: filter out nodes when showing binder procs | Todd Kjos | 1 | -0/+3 |
| 2018-12-06 | binder: fix kerneldoc header for struct binder_buffer | Todd Kjos | 1 | -10/+10 |
| 2018-12-06 | binder: remove BINDER_DEBUG_ENTRY() | Yangtao Li | 1 | -31/+17 |
| 2018-12-03 | Merge 4.20-rc5 into char-misc-next | Greg Kroah-Hartman | 3 | -21/+19 |
| 2018-11-26 | binder: fix sparse warnings on locking context | Todd Kjos | 2 | -1/+43 |
| 2018-11-26 | binder: fix race that allows malicious free of live buffer | Todd Kjos | 3 | -21/+19 |
| 2018-10-02 | binder: make symbol 'binder_free_buf' static | Wei Yongjun | 1 | -1/+1 |
| 2018-09-16 | Merge b4.19-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -8/+35 |
| 2018-09-14 | binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl. | Martijn Coenen | 1 | -0/+55 |
| 2018-09-14 | android: binder: use kstrdup instead of open-coding it | Rasmus Villemoes | 1 | -2/+1 |
| 2018-09-14 | binder: use standard functions to allocate fds | Todd Kjos | 3 | -165/+260 |
| 2018-09-14 | android: binder: no outgoing transaction when thread todo has transaction | Sherry Yang | 1 | -12/+32 |
| 2018-09-12 | android: binder: fix the race mmap and alloc_new_buf_locked | Minchan Kim | 1 | -8/+35 |
| 2018-08-08 | android: binder: Rate-limit debug and userspace triggered err msgs | Sherry Yang | 2 | -17/+29 |
| 2018-08-02 | android: binder: Show extra_buffers_size in trace | Sherry Yang | 1 | -2/+5 |
| 2018-07-24 | android: binder: Include asm/cacheflush.h after linux/ include files | Guenter Roeck | 1 | -1/+3 |
| 2018-07-24 | android: binder_alloc: Include asm/cacheflush.h after linux/ include files | Guenter Roeck | 1 | -1/+1 |
| 2018-07-07 | android: binder: Drop dependency on !M68K | Geert Uytterhoeven | 1 | -1/+1 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+2 |
| 2018-05-14 | android: binder: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
| 2018-05-14 | ANDROID: binder: change down_write to down_read | Minchan Kim | 2 | -4/+6 |
| 2018-05-14 | ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR | 宋金时 | 1 | -1/+2 |
| 2018-05-14 | ANDROID: binder: remove 32-bit binder interface. | Martijn Coenen | 2 | -18/+1 |
| 2018-04-30 | Merge 4.17-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+8 |
| 2018-04-23 | ANDROID: binder: re-order some conditions | Dan Carpenter | 1 | -2/+2 |
| 2018-04-23 | ANDROID: binder: prevent transactions into own process. | Martijn Coenen | 1 | -0/+8 |
| 2018-02-16 | ANDROID: binder: synchronize_rcu() when using POLLFREE. | Martijn Coenen | 1 | -0/+9 |
| 2018-02-16 | binder: replace "%p" with "%pK" | Todd Kjos | 1 | -4/+4 |
| 2018-02-16 | ANDROID: binder: remove WARN() for redundant txn error | Todd Kjos | 1 | -2/+8 |
| 2018-02-16 | binder: check for binder_thread allocation failure in binder_poll() | Eric Biggers | 1 | -0/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2018-02-01 | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -71/+158 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2018-01-25 | android: binder: use VM_ALLOC to get vm area | Ganesh Mahendran | 1 | -1/+1 |
| 2018-01-25 | android: binder: Use true and false for boolean values | Gustavo A. R. Silva | 1 | -3/+3 |
| 2018-01-09 | android: binder: Use octal permissions | Harsh Shandilya | 1 | -8/+8 |
| 2018-01-09 | ANDROID: binder: Remove obsolete proc waitqueue. | Martijn Coenen | 1 | -3/+0 |
| 2018-01-09 | ANDROID: binder: remove waitqueue when thread exits. | Martijn Coenen | 1 | -0/+12 |
| 2018-01-09 | android: binder: Prefer __func__ to using hardcoded function name | Elad Wexler | 1 | -2/+2 |
| 2018-01-02 | Merge 4.15-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -13/+31 |
| 2017-12-19 | ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argum... | Xiongwei Song | 1 | -5/+6 |
| 2017-12-18 | android: binder: Check for errors in binder_alloc_shrinker_init(). | Tetsuo Handa | 3 | -5/+13 |
| 2017-12-18 | binder: fix proc->files use-after-free | Todd Kjos | 1 | -13/+31 |
| 2017-12-11 | Merge 4.15-rc3 into char-misc-next | Greg Kroah-Hartman | 1 | -9/+31 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-28 | ANDROID: binder: fix transaction leak. | Martijn Coenen | 1 | -9/+31 |
| 2017-11-28 | ANDROID: binder: Add thread->process_todo flag. | Martijn Coenen | 1 | -44/+107 |
| 2017-11-28 | ANDROID: binder: show high watermark of alloc->pages. | Martijn Coenen | 2 | -0/+6 |
| 2017-11-16 | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -11/+9 |
| 2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -1/+1 |
| 2017-10-23 | Merge 4.14-rc6 into char-misc-next | Greg Kroah-Hartman | 3 | -25/+11 |
| 2017-10-21 | android: binder: Fix null ptr dereference in debug msg | Sherry Yang | 1 | -1/+1 |
| 2017-10-21 | android: binder: Don't get mm from task | Sherry Yang | 2 | -14/+9 |
| 2017-10-20 | binder: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
| 2017-10-20 | android: binder: Change binder_shrinker to static | Sherry Yang | 1 | -1/+1 |
| 2017-10-20 | android: binder: Remove unused vma argument | Sherry Yang | 1 | -9/+7 |
| 2017-10-20 | binder: call poll_wait() unconditionally. | Martijn Coenen | 1 | -10/+1 |
| 2017-10-15 | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -27/+66 |
| 2017-10-04 | binder: fix use-after-free in binder_transaction() | Todd Kjos | 1 | -27/+66 |
| 2017-10-03 | android: binder: drop lru lock in isolate callback | Sherry Yang | 1 | -6/+12 |
| 2017-09-18 | binder: fix memory corruption in binder_transaction binder | Xu YiPing | 1 | -0/+1 |
| 2017-09-18 | binder: fix an ret value override | Xu YiPing | 1 | -1/+0 |
| 2017-09-18 | android: binder: fix type mismatch warning | Arnd Bergmann | 1 | -3/+3 |
| 2017-09-01 | ANDROID: binder: don't queue async transactions to thread. | Martijn Coenen | 1 | -3/+5 |
| 2017-09-01 | ANDROID: binder: don't enqueue death notifications to thread todo. | Martijn Coenen | 1 | -16/+6 |
| 2017-09-01 | ANDROID: binder: Don't BUG_ON(!spin_is_locked()). | Martijn Coenen | 1 | -16/+10 |
| 2017-09-01 | ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctl | Colin Cross | 1 | -0/+43 |
| 2017-09-01 | ANDROID: binder: push new transactions to waiting threads. | Martijn Coenen | 1 | -54/+127 |
| 2017-09-01 | ANDROID: binder: remove proc waitqueue | Martijn Coenen | 1 | -74/+181 |
| 2017-09-01 | android: binder: Add page usage in binder stats | Sherry Yang | 3 | -0/+32 |
| 2017-09-01 | android: binder: fixup crash introduced by moving buffer hdr | Sherry Yang | 1 | -1/+1 |
| 2017-08-28 | android: binder: Add shrinker tracepoints | Sherry Yang | 2 | -2/+80 |
| 2017-08-28 | android: binder: Add global lru shrinker to binder | Sherry Yang | 4 | -40/+225 |
| 2017-08-28 | android: binder: Move buffer out of area shared with user space | Sherry Yang | 3 | -67/+90 |
| 2017-08-28 | android: binder: Add allocator selftest | Sherry Yang | 5 | -0/+289 |
| 2017-08-28 | android: binder: Refactor prev and next buffer into a helper function | Sherry Yang | 1 | -9/+15 |
| 2017-08-28 | Revert "staging: Fix build issues with new binder API" | Jisheng Zhang | 1 | -1/+1 |
| 2017-08-22 | binder: fix incorrect cmd to binder_stat_br | Todd Kjos | 1 | -1/+1 |
| 2017-08-22 | binder: free memory on error | Christian Brauner | 1 | -2/+6 |
| 2017-08-22 | ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. | Martijn Coenen | 1 | -1/+1 |
| 2017-07-17 | binder: remove unused BINDER_SMALL_BUF_SIZE define | Dmitry Safonov | 1 | -2/+0 |
| 2017-07-17 | android: binder: Use dedicated helper to access rlimit value | Krzysztof Opasiak | 1 | -1/+1 |
| 2017-07-17 | binder: remove global binder lock | Todd Kjos | 1 | -43/+3 |
| 2017-07-17 | binder: fix death race conditions | Martijn Coenen | 1 | -32/+32 |
| 2017-07-17 | binder: protect against stale pointers in print_binder_transaction | Todd Kjos | 1 | -20/+40 |
| 2017-07-17 | binder: protect binder_ref with outer lock | Todd Kjos | 1 | -50/+83 |
| 2017-07-17 | binder: use inner lock to protect thread accounting | Todd Kjos | 1 | -5/+23 |
| 2017-07-17 | binder: protect transaction_stack with inner lock. | Martijn Coenen | 1 | -17/+79 |
| 2017-07-17 | binder: protect proc->threads with inner_lock | Todd Kjos | 1 | -24/+63 |
| 2017-07-17 | binder: protect proc->nodes with inner lock | Todd Kjos | 1 | -23/+89 |
| 2017-07-17 | binder: add spinlock to protect binder_node | Todd Kjos | 1 | -55/+165 |
| 2017-07-17 | binder: add spinlocks to protect todo lists | Todd Kjos | 1 | -86/+269 |
| 2017-07-17 | binder: use inner lock to sync work dq and node counts | Todd Kjos | 1 | -51/+198 |
| 2017-07-17 | binder: introduce locking helper functions | Todd Kjos | 1 | -0/+238 |
| 2017-07-17 | binder: use node->tmp_refs to ensure node safety | Todd Kjos | 1 | -20/+104 |
| 2017-07-17 | binder: refactor binder ref inc/dec for thread safety | Todd Kjos | 2 | -137/+379 |
| 2017-07-17 | binder: make sure accesses to proc/thread are safe | Todd Kjos | 1 | -27/+206 |
| 2017-07-17 | binder: make sure target_node has strong ref | Todd Kjos | 1 | -5/+17 |
| 2017-07-17 | binder: guarantee txn complete / errors delivered in-order | Todd Kjos | 1 | -54/+73 |
| 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: add more debug info when allocation fails. | Martijn Coenen | 1 | -1/+30 |
| 2017-07-17 | binder: protect against two threads freeing buffer | Todd Kjos | 3 | -10/+23 |
| 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 | 2 | -19/+88 |
| 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 | 4 | -763/+923 |
| 2017-07-17 | binder: separate out binder_alloc functions | Todd Kjos | 2 | -248/+410 |
| 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 | 2 | -85/+129 |
| 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-17 | binder: Add 'hwbinder' to the default devices | Rob Herring | 1 | -1/+1 |
| 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 | 2 | -11/+84 |
| 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 | 2 | -31/+5 |
| 2014-10-20 | staging: android: binder: move to the "real" part of the kernel | Greg Kroah-Hartman | 5 | -0/+4072 |