aboutsummaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2017-07-17binder: remove unused BINDER_SMALL_BUF_SIZE defineGravatar Dmitry Safonov 1-2/+0
2017-07-17android: binder: Use dedicated helper to access rlimit valueGravatar Krzysztof Opasiak 1-1/+1
2017-07-17binder: remove global binder lockGravatar Todd Kjos 1-43/+3
2017-07-17binder: fix death race conditionsGravatar Martijn Coenen 1-32/+32
2017-07-17binder: protect against stale pointers in print_binder_transactionGravatar Todd Kjos 1-20/+40
2017-07-17binder: protect binder_ref with outer lockGravatar Todd Kjos 1-50/+83
2017-07-17binder: use inner lock to protect thread accountingGravatar Todd Kjos 1-5/+23
2017-07-17binder: protect transaction_stack with inner lock.Gravatar Martijn Coenen 1-17/+79
2017-07-17binder: protect proc->threads with inner_lockGravatar Todd Kjos 1-24/+63
2017-07-17binder: protect proc->nodes with inner lockGravatar Todd Kjos 1-23/+89
2017-07-17binder: add spinlock to protect binder_nodeGravatar Todd Kjos 1-55/+165
2017-07-17binder: add spinlocks to protect todo listsGravatar Todd Kjos 1-86/+269
2017-07-17binder: use inner lock to sync work dq and node countsGravatar Todd Kjos 1-51/+198
2017-07-17binder: introduce locking helper functionsGravatar Todd Kjos 1-0/+238
2017-07-17binder: use node->tmp_refs to ensure node safetyGravatar Todd Kjos 1-20/+104
2017-07-17binder: refactor binder ref inc/dec for thread safetyGravatar Todd Kjos 2-137/+379
2017-07-17binder: make sure accesses to proc/thread are safeGravatar Todd Kjos 1-27/+206
2017-07-17binder: make sure target_node has strong refGravatar Todd Kjos 1-5/+17
2017-07-17binder: guarantee txn complete / errors delivered in-orderGravatar Todd Kjos 1-54/+73
2017-07-17binder: refactor binder_pop_transactionGravatar Todd Kjos 1-15/+15
2017-07-17binder: use atomic for transaction_log indexGravatar Todd Kjos 1-16/+59
2017-07-17binder: add more debug info when allocation fails.Gravatar Martijn Coenen 1-1/+30
2017-07-17binder: protect against two threads freeing bufferGravatar Todd Kjos 3-10/+23
2017-07-17binder: remove dead code in binder_get_ref_for_nodeGravatar Todd Kjos 1-11/+5
2017-07-17binder: don't modify thread->looper from other threadsGravatar Todd Kjos 1-11/+11
2017-07-17binder: avoid race conditions when enqueuing txnGravatar Todd Kjos 1-3/+4
2017-07-17binder: refactor queue management in binder_thread_readGravatar Todd Kjos 1-57/+94
2017-07-17binder: add log information for binder transaction failuresGravatar Todd Kjos 2-19/+88
2017-07-17binder: make binder_last_id an atomicGravatar Todd Kjos 1-4/+4
2017-07-17binder: change binder_stats to atomicsGravatar Badhri Jagan Sridharan 1-20/+28
2017-07-17binder: add protection for non-perf casesGravatar Todd Kjos 1-18/+63
2017-07-17binder: remove binder_debug_no_lock mechanismGravatar Todd Kjos 1-23/+8
2017-07-17binder: move binder_alloc to separate fileGravatar Todd Kjos 4-763/+923
2017-07-17binder: separate out binder_alloc functionsGravatar Todd Kjos 2-248/+410
2017-07-17binder: remove unneeded cleanup codeGravatar Todd Kjos 1-9/+2
2017-07-17binder: separate binder allocator structure from binder procGravatar Todd Kjos 2-85/+129
2017-07-17binder: Use wake up hint for synchronous transactions.Gravatar Riley Andrews 1-2/+6
2017-07-17binder: use group leader instead of open threadGravatar Todd Kjos 1-2/+2
2017-07-17Revert "android: binder: Sanity check at binder ioctl"Gravatar Todd Kjos 1-5/+0
2017-03-17binder: Add 'hwbinder' to the default devicesGravatar Rob Herring 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-1/+1
2017-02-22mm: drop unused argument of zap_page_range()Gravatar Kirill A. Shutemov 1-1/+1
2017-02-10binder: Add support for file-descriptor arraysGravatar Martijn Coenen 1-0/+137
2017-02-10binder: Add support for scatter-gatherGravatar Martijn Coenen 1-13/+231
2017-02-10binder: Add extra size to allocatorGravatar Martijn Coenen 1-13/+28
2017-02-10binder: Refactor binder_transact()Gravatar Martijn Coenen 1-137/+172
2017-02-10binder: Support multiple /dev instancesGravatar Martijn Coenen 2-11/+84
2017-02-10binder: Deal with contexts in debugfsGravatar Martijn Coenen 1-13/+23