summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-17binder: protect proc->threads with inner_lockTodd Kjos1-24/+63
2017-07-17binder: protect proc->nodes with inner lockTodd Kjos1-23/+89
2017-07-17binder: add spinlock to protect binder_nodeTodd Kjos1-55/+165
2017-07-17binder: add spinlocks to protect todo listsTodd Kjos1-86/+269
2017-07-17binder: use inner lock to sync work dq and node countsTodd Kjos1-51/+198
2017-07-17binder: introduce locking helper functionsTodd Kjos1-0/+238
2017-07-17binder: use node->tmp_refs to ensure node safetyTodd Kjos1-20/+104
2017-07-17binder: refactor binder ref inc/dec for thread safetyTodd Kjos2-137/+379
2017-07-17binder: make sure accesses to proc/thread are safeTodd Kjos1-27/+206
2017-07-17binder: make sure target_node has strong refTodd Kjos1-5/+17
2017-07-17binder: guarantee txn complete / errors delivered in-orderTodd Kjos1-54/+73
2017-07-17binder: refactor binder_pop_transactionTodd Kjos1-15/+15
2017-07-17binder: use atomic for transaction_log indexTodd Kjos1-16/+59
2017-07-17binder: add more debug info when allocation fails.Martijn Coenen1-1/+30
2017-07-17binder: protect against two threads freeing bufferTodd Kjos3-10/+23
2017-07-17binder: remove dead code in binder_get_ref_for_nodeTodd Kjos1-11/+5
2017-07-17binder: don't modify thread->looper from other threadsTodd Kjos1-11/+11
2017-07-17binder: avoid race conditions when enqueuing txnTodd Kjos1-3/+4
2017-07-17binder: refactor queue management in binder_thread_readTodd Kjos1-57/+94
2017-07-17binder: add log information for binder transaction failuresTodd Kjos2-19/+88
2017-07-17binder: make binder_last_id an atomicTodd Kjos1-4/+4
2017-07-17binder: change binder_stats to atomicsBadhri Jagan Sridharan1-20/+28
2017-07-17binder: add protection for non-perf casesTodd Kjos1-18/+63
2017-07-17binder: remove binder_debug_no_lock mechanismTodd Kjos1-23/+8
2017-07-17binder: move binder_alloc to separate fileTodd Kjos4-763/+923
2017-07-17binder: separate out binder_alloc functionsTodd Kjos2-248/+410
2017-07-17binder: remove unneeded cleanup codeTodd Kjos1-9/+2
2017-07-17binder: separate binder allocator structure from binder procTodd Kjos2-85/+129
2017-07-17binder: Use wake up hint for synchronous transactions.Riley Andrews1-2/+6
2017-07-17binder: use group leader instead of open threadTodd Kjos1-2/+2
2017-07-17Revert "android: binder: Sanity check at binder ioctl"Todd Kjos1-5/+0
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-31/+101
2017-07-15Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-63/+46
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-65/+186
2017-07-15random: reorder READ_ONCE() in get_random_uXXSebastian Andrzej Siewior1-2/+4
2017-07-15random: suppress spammy warnings about unseeded randomnessTheodore Ts'o1-17/+39
2017-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-44/+204
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-17/+43
2017-07-14Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2017-07-14Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+40
2017-07-14Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-37/+34
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds16-242/+4401
2017-07-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds16-401/+314
2017-07-14Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds3-17/+78
2017-07-14Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-07-14Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks'Rafael J. Wysocki3-26/+40
2017-07-14Merge branches 'pm-qos' and 'pm-devfreq'Rafael J. Wysocki4-6/+9
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki1-1/+1
2017-07-14Merge branch 'pm-pci'Rafael J. Wysocki4-30/+24
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds39-684/+1318