summaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorLines
2017-07-17binder: use node->tmp_refs to ensure node safetyTodd Kjos-20/+104
2017-07-17binder: refactor binder ref inc/dec for thread safetyTodd Kjos-137/+379
2017-07-17binder: make sure accesses to proc/thread are safeTodd Kjos-27/+206
2017-07-17binder: make sure target_node has strong refTodd Kjos-5/+17
2017-07-17binder: guarantee txn complete / errors delivered in-orderTodd Kjos-54/+73
2017-07-17binder: refactor binder_pop_transactionTodd Kjos-15/+15
2017-07-17binder: use atomic for transaction_log indexTodd Kjos-16/+59
2017-07-17binder: add more debug info when allocation fails.Martijn Coenen-1/+30
2017-07-17binder: protect against two threads freeing bufferTodd Kjos-10/+23
2017-07-17binder: remove dead code in binder_get_ref_for_nodeTodd Kjos-11/+5
2017-07-17binder: don't modify thread->looper from other threadsTodd Kjos-11/+11
2017-07-17binder: avoid race conditions when enqueuing txnTodd Kjos-3/+4
2017-07-17binder: refactor queue management in binder_thread_readTodd Kjos-57/+94
2017-07-17binder: add log information for binder transaction failuresTodd Kjos-19/+88
2017-07-17binder: make binder_last_id an atomicTodd Kjos-4/+4
2017-07-17binder: change binder_stats to atomicsBadhri Jagan Sridharan-20/+28
2017-07-17binder: add protection for non-perf casesTodd Kjos-18/+63
2017-07-17binder: remove binder_debug_no_lock mechanismTodd Kjos-23/+8
2017-07-17binder: move binder_alloc to separate fileTodd Kjos-763/+923
2017-07-17binder: separate out binder_alloc functionsTodd Kjos-248/+410
2017-07-17binder: remove unneeded cleanup codeTodd Kjos-9/+2
2017-07-17binder: separate binder allocator structure from binder procTodd Kjos-85/+129
2017-07-17binder: Use wake up hint for synchronous transactions.Riley Andrews-2/+6
2017-07-17binder: use group leader instead of open threadTodd Kjos-2/+2
2017-07-17Revert "android: binder: Sanity check at binder ioctl"Todd Kjos-5/+0
2017-03-17binder: Add 'hwbinder' to the default devicesRob Herring-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-1/+1
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov-1/+1
2017-02-10binder: Add support for file-descriptor arraysMartijn Coenen-0/+137
2017-02-10binder: Add support for scatter-gatherMartijn Coenen-13/+231
2017-02-10binder: Add extra size to allocatorMartijn Coenen-13/+28
2017-02-10binder: Refactor binder_transact()Martijn Coenen-137/+172
2017-02-10binder: Support multiple /dev instancesMartijn Coenen-11/+84
2017-02-10binder: Deal with contexts in debugfsMartijn Coenen-13/+23
2017-02-10binder: Support multiple context managersMartijn Coenen-21/+38
2017-02-10binder: Split flat_binder_objectMartijn Coenen-49/+109
2016-10-24ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...Arve Hjønnevåg-0/+5
2016-10-24ANDROID: binder: Add strong ref checksArve Hjønnevåg-9/+21
2016-08-15android: binder: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar-6/+1
2016-03-01Merge 4.5-rc6 into staging-nextGreg Kroah-Hartman-1/+1
2016-02-22Merge char-misc-next into staging-nextGreg Kroah-Hartman-4/+22
2016-02-20drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BIN...Lisa Du-1/+1
2016-02-11android: drivers: Avoid debugfs race in binderRiley Andrews-2/+13
2016-02-11android: binder: More offset validationArve Hjønnevåg-2/+9
2016-02-07android: binder: Sanity check at binder ioctlChen Feng-0/+5
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov-1/+1
2015-03-01android: binder: fix binder mmap failuresAndrey Ryabinin-5/+5
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley-0/+26