1. 5346bf3 FROMLIST: binder: protect binder_ref with outer lock by Todd Kjos · 8 years ago
  2. d600e90 FROMLIST: binder: use inner lock to protect thread accounting by Todd Kjos · 7 years ago
  3. 995a36e FROMLIST: binder: protect transaction_stack with inner lock. by Martijn Coenen · 7 years ago
  4. b482790 FROMLIST: binder: protect proc->threads with inner_lock by Todd Kjos · 7 years ago
  5. 425d23f FROMLIST: binder: protect proc->nodes with inner lock by Todd Kjos · 7 years ago
  6. cbcbbd6 FROMLIST: binder: add spinlock to protect binder_node by Todd Kjos · 7 years ago
  7. 1c89e6b FROMLIST: binder: add spinlocks to protect todo lists by Todd Kjos · 8 years ago
  8. e7f23ed FROMLIST: binder: use inner lock to sync work dq and node counts by Todd Kjos · 7 years ago
  9. fc7a7e2 FROMLIST: binder: introduce locking helper functions by Todd Kjos · 7 years ago
  10. f22abc7 FROMLIST: binder: use node->tmp_refs to ensure node safety by Todd Kjos · 7 years ago
  11. b0117bb FROMLIST: binder: refactor binder ref inc/dec for thread safety by Todd Kjos · 7 years ago
  12. 2f993e2 FROMLIST: binder: make sure accesses to proc/thread are safe by Todd Kjos · 7 years ago
  13. c37162d FROMLIST: binder: make sure target_node has strong ref by Todd Kjos · 7 years ago
  14. 858b8da FROMLIST: binder: guarantee txn complete / errors delivered in-order by Todd Kjos · 7 years ago
  15. 21ef40a FROMLIST: binder: refactor binder_pop_transaction by Todd Kjos · 7 years ago
  16. 1cfe627 FROMLIST: binder: use atomic for transaction_log index by Todd Kjos · 7 years ago
  17. 076072a FROMLIST: binder: protect against two threads freeing buffer by Todd Kjos · 7 years ago
  18. 4cbe575 FROMLIST: binder: remove dead code in binder_get_ref_for_node by Todd Kjos · 7 years ago
  19. 6798e6d FROMLIST: binder: don't modify thread->looper from other threads by Todd Kjos · 7 years ago
  20. 8dedb0c FROMLIST: binder: avoid race conditions when enqueuing txn by Todd Kjos · 7 years ago
  21. 6079261 FROMLIST: binder: refactor queue management in binder_thread_read by Todd Kjos · 7 years ago
  22. e598d17 FROMLIST: binder: add log information for binder transaction failures by Todd Kjos · 7 years ago
  23. c4bd08b FROMLIST: binder: make binder_last_id an atomic by Todd Kjos · 7 years ago
  24. 5551ff2 FROMLIST: binder: change binder_stats to atomics by Badhri Jagan Sridharan · 8 years ago
  25. 8d9f6f3 FROMLIST: binder: add protection for non-perf cases by Todd Kjos · 8 years ago
  26. 48b3321 FROMLIST: binder: remove binder_debug_no_lock mechanism by Todd Kjos · 7 years ago
  27. b934102 FROMLIST: binder: move binder_alloc to separate file by Todd Kjos · 8 years ago
  28. d325d37 FROMLIST: binder: separate out binder_alloc functions by Todd Kjos · 8 years ago
  29. 349757c FROMLIST: binder: remove unneeded cleanup code by Todd Kjos · 7 years ago
  30. f85d229 FROMLIST: binder: separate binder allocator structure from binder proc by Todd Kjos · 8 years ago
  31. b596881 FROMLIST: binder: Use wake up hint for synchronous transactions. by Riley Andrews · 9 years ago
  32. 5ab9ecc Revert "android: binder: Sanity check at binder ioctl" by Todd Kjos · 7 years ago
  33. 872c26e ANDROID: binder: use group leader instead of open thread by Martijn Coenen · 7 years ago
  34. 44cbb18 ANDROID: binder: fix format specifier for type binder_size_t by Amit Pundir · 7 years ago
  35. e3e0f480 ANDROID: binder: support for file-descriptor arrays. by Martijn Coenen · 8 years ago
  36. 5a6da53 ANDROID: binder: support for scatter-gather. by Martijn Coenen · 8 years ago
  37. 59878d7 ANDROID: binder: add extra size to allocator. by Martijn Coenen · 8 years ago
  38. d82cb8b ANDROID: binder: refactor binder_transact() by Martijn Coenen · 8 years ago
  39. 6b7c712 ANDROID: binder: support multiple /dev instances. by Martijn Coenen · 8 years ago
  40. 63b9f3b ANDROID: binder: deal with contexts in debugfs. by Martijn Coenen · 8 years ago
  41. 0b3311e ANDROID: binder: support multiple context managers. by Martijn Coenen · 8 years ago
  42. 00c8037 ANDROID: binder: split flat_binder_object. by Martijn Coenen · 8 years ago
  43. 4afb604 ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct by Arve Hjønnevåg · 8 years ago
  44. 0a3ffab ANDROID: binder: Add strong ref checks by Arve Hjønnevåg · 8 years ago
  45. 1beba52 android: binder: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  46. 3e66848 Merge 4.5-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  47. bb27d49 Merge char-misc-next into staging-next by Greg Kroah-Hartman · 8 years ago
  48. 7a64cd8 drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE by Lisa Du · 8 years ago
  49. 83050a4 android: drivers: Avoid debugfs race in binder by Riley Andrews · 8 years ago
  50. 212265e android: binder: More offset validation by Arve Hjønnevåg · 8 years ago
  51. a906d69 android: binder: Sanity check at binder ioctl by Chen Feng · 8 years ago
  52. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  53. f4c72c7 android: binder: fix binder mmap failures by Andrey Ryabinin · 9 years ago
  54. 79af730 Add security hooks to binder and implement the hooks for SELinux. by Stephen Smalley · 9 years ago
  55. 9246a4a android: binder: remove binder.h by Greg Kroah-Hartman · 10 years ago
  56. 777783e staging: android: binder: move to the "real" part of the kernel by Greg Kroah-Hartman · 10 years ago[Renamed from drivers/staging/android/binder.c]
  57. 395262a staging: binder: fix coding style issues by Dmitry Voytik · 10 years ago
  58. 0232a42 staging: android: Break up a long line in binder_send_failed_reply by William Panlener · 10 years ago
  59. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  60. d4ec15e staging: android: Clean up else statement from binder_send_failed_reply by Lucas Tanure · 10 years ago
  61. 78260ac staging: android: binder.c: binder_ioctl() cleanup by Tair Rzayev · 10 years ago
  62. ddac7d5 staging: binder: add vm_fault handler by Vinayak Menon · 10 years ago
  63. 7873311 Staging: Android: removed an unnecessary else statement by Karthik Nayak · 10 years ago
  64. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  65. 57bab7c staging: android: binder.c: Use more appropriate functions for euid retrieval by Tair Rzayev · 10 years ago
  66. 7d42043 staging: binder: fix usage of uninit scalar in binder_transaction() by Christian Engelmayer · 10 years ago
  67. f994d83 staging: binder: cleanup dereference of noderef expressions by Jerry Snitselaar · 10 years ago
  68. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 10 years ago
  69. 10f6286 staging: android: fix missing a blank line after declarations by Seunghun Lee · 10 years ago
  70. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  71. 36c89c0 staging: binder: add __user annotation in binder.c by Mathieu Maret · 10 years ago
  72. da49889 staging: binder: Support concurrent 32 bit and 64 bit processes. by Arve Hjønnevåg · 10 years ago
  73. e194fd8 staging: binder: Fix death notifications by Arve Hjønnevåg · 10 years ago
  74. fb07ebc Staging: android: Mark local functions in binder.c as static by Bojan Prtvar · 11 years ago
  75. 308fbd8 Staging: android: add __user annotation in binder.c by Bojan Prtvar · 11 years ago
  76. 64dcfe6 staging: android: binder: fix binder interface for 64bit compat layer by Serban Constantinescu · 11 years ago
  77. ec35e85 staging: android: binder: fix alignment issues by Serban Constantinescu · 11 years ago
  78. 397334f staging: android: binder: modify struct binder_write_read to use size_t by Serban Constantinescu · 11 years ago
  79. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  80. 1dcdbfd staging: android: Fix typo in staging/android by Masanari Iida · 11 years ago
  81. e2610b2 binder: use freezable blocking calls by Colin Cross · 11 years ago
  82. c07c933 drivers: android: binder: Use __func__ in debug messages by Mirsal Ennaime · 11 years ago
  83. ba97bc5 drivers: android: binder: Remove excessive indentation by Mirsal Ennaime · 11 years ago
  84. 53413e7 drivers: android: binder: Fix code style in binder_deferred_release by Mirsal Ennaime · 11 years ago
  85. 008fa74 drivers: android: binder: Move the node release code to a separate function by Mirsal Ennaime · 11 years ago
  86. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  87. 167bccb staging: android: Fix two checkpatch issues in binder.c by Cruz Julian Bishop · 11 years ago
  88. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  89. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  90. 56b468f Staging: android: binder: Fixed multi-line strings by Anmol Sarma · 12 years ago
  91. cb1f626 Merge 3.7-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  92. 585650d Staging: android: binder: Allow using highmem for binder buffers by Arve Hjønnevåg · 12 years ago
  93. 675d66b Staging: android: binder: Fix memory leak on thread/process exit by Arve Hjønnevåg · 12 years ago
  94. 975a1ac Staging: android: binder: Add some tracepoints by Arve Hjønnevåg · 12 years ago
  95. 89334ab Staging: android: binder: Add some missing binder_stat_br calls by Arve Hjønnevåg · 12 years ago
  96. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  97. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  98. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  99. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  100. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago