1. 3217ccc ANDROID: binder: fix transaction leak. by Martijn Coenen · 7 years ago
  2. 81402ea ANDROID: binder: Add tracing for binder priority inheritance. by Martijn Coenen · 7 years ago
  3. 291d968 FROMLIST: binder: fix use-after-free in binder_transaction() by Todd Kjos · 7 years ago
  4. 6ec1052 FROMLIST: binder: fix an ret value override by Xu YiPing · 7 years ago
  5. 86578a0 FROMLIST: binder: fix memory corruption in binder_transaction binder by Xu YiPing · 7 years ago
  6. 9100442 FROMLIST: android: binder: Add page usage in binder stats by Sherry Yang · 7 years ago
  7. 5828d70 FROMLIST: android: binder: Add global lru shrinker to binder by Sherry Yang · 7 years ago
  8. 435416b FROMLIST: android: binder: Add allocator selftest by Sherry Yang · 7 years ago
  9. 4501c04 ANDROID: binder: don't queue async transactions to thread. by Martijn Coenen · 7 years ago
  10. 3bdbe4c ANDROID: binder: don't enqueue death notifications to thread todo. by Martijn Coenen · 7 years ago
  11. 4781093 ANDROID: binder: call poll_wait() unconditionally. by Martijn Coenen · 7 years ago
  12. ed32335 ANDROID: binder: Don't BUG_ON(!spin_is_locked()). by Martijn Coenen · 7 years ago
  13. ecd972d ANDROID: binder: don't check prio permissions on restore. by Martijn Coenen · 7 years ago
  14. 833babb3 Add BINDER_GET_NODE_DEBUG_INFO ioctl by Colin Cross · 7 years ago
  15. c46810c ANDROID: binder: add RT inheritance flag to node. by Martijn Coenen · 7 years ago
  16. 07a30fe ANDROID: binder: improve priority inheritance. by Martijn Coenen · 7 years ago
  17. 6aac979 ANDROID: binder: add min sched_policy to node. by Martijn Coenen · 7 years ago
  18. 57b2ac6 ANDROID: binder: add support for RT prio inheritance. by Martijn Coenen · 7 years ago
  19. 053be42 ANDROID: binder: push new transactions to waiting threads. by Martijn Coenen · 7 years ago
  20. 22d64e432 ANDROID: binder: remove proc waitqueue by Martijn Coenen · 7 years ago
  21. 218b697 FROMLIST: binder: remove global binder lock by Todd Kjos · 8 years ago
  22. f9eac64 FROMLIST: binder: fix death race conditions by Martijn Coenen · 7 years ago
  23. 6d241a4 FROMLIST: binder: protect against stale pointers in print_binder_transaction by Todd Kjos · 7 years ago
  24. 5346bf3 FROMLIST: binder: protect binder_ref with outer lock by Todd Kjos · 8 years ago
  25. d600e90 FROMLIST: binder: use inner lock to protect thread accounting by Todd Kjos · 7 years ago
  26. 995a36e FROMLIST: binder: protect transaction_stack with inner lock. by Martijn Coenen · 7 years ago
  27. b482790 FROMLIST: binder: protect proc->threads with inner_lock by Todd Kjos · 7 years ago
  28. 425d23f FROMLIST: binder: protect proc->nodes with inner lock by Todd Kjos · 7 years ago
  29. cbcbbd6 FROMLIST: binder: add spinlock to protect binder_node by Todd Kjos · 7 years ago
  30. 1c89e6b FROMLIST: binder: add spinlocks to protect todo lists by Todd Kjos · 8 years ago
  31. e7f23ed FROMLIST: binder: use inner lock to sync work dq and node counts by Todd Kjos · 7 years ago
  32. fc7a7e2 FROMLIST: binder: introduce locking helper functions by Todd Kjos · 7 years ago
  33. f22abc7 FROMLIST: binder: use node->tmp_refs to ensure node safety by Todd Kjos · 7 years ago
  34. b0117bb FROMLIST: binder: refactor binder ref inc/dec for thread safety by Todd Kjos · 7 years ago
  35. 2f993e2 FROMLIST: binder: make sure accesses to proc/thread are safe by Todd Kjos · 7 years ago
  36. c37162d FROMLIST: binder: make sure target_node has strong ref by Todd Kjos · 7 years ago
  37. 858b8da FROMLIST: binder: guarantee txn complete / errors delivered in-order by Todd Kjos · 7 years ago
  38. 21ef40a FROMLIST: binder: refactor binder_pop_transaction by Todd Kjos · 7 years ago
  39. 1cfe627 FROMLIST: binder: use atomic for transaction_log index by Todd Kjos · 7 years ago
  40. 076072a FROMLIST: binder: protect against two threads freeing buffer by Todd Kjos · 7 years ago
  41. 4cbe575 FROMLIST: binder: remove dead code in binder_get_ref_for_node by Todd Kjos · 7 years ago
  42. 6798e6d FROMLIST: binder: don't modify thread->looper from other threads by Todd Kjos · 8 years ago
  43. 8dedb0c FROMLIST: binder: avoid race conditions when enqueuing txn by Todd Kjos · 7 years ago
  44. 6079261 FROMLIST: binder: refactor queue management in binder_thread_read by Todd Kjos · 7 years ago
  45. e598d17 FROMLIST: binder: add log information for binder transaction failures by Todd Kjos · 7 years ago
  46. c4bd08b FROMLIST: binder: make binder_last_id an atomic by Todd Kjos · 7 years ago
  47. 5551ff2 FROMLIST: binder: change binder_stats to atomics by Badhri Jagan Sridharan · 8 years ago
  48. 8d9f6f3 FROMLIST: binder: add protection for non-perf cases by Todd Kjos · 8 years ago
  49. 48b3321 FROMLIST: binder: remove binder_debug_no_lock mechanism by Todd Kjos · 7 years ago
  50. b934102 FROMLIST: binder: move binder_alloc to separate file by Todd Kjos · 8 years ago
  51. d325d37 FROMLIST: binder: separate out binder_alloc functions by Todd Kjos · 8 years ago
  52. 349757c FROMLIST: binder: remove unneeded cleanup code by Todd Kjos · 7 years ago
  53. f85d229 FROMLIST: binder: separate binder allocator structure from binder proc by Todd Kjos · 8 years ago
  54. b596881 FROMLIST: binder: Use wake up hint for synchronous transactions. by Riley Andrews · 9 years ago
  55. 5ab9ecc Revert "android: binder: Sanity check at binder ioctl" by Todd Kjos · 7 years ago
  56. 872c26e ANDROID: binder: use group leader instead of open thread by Martijn Coenen · 7 years ago
  57. 44cbb18 ANDROID: binder: fix format specifier for type binder_size_t by Amit Pundir · 7 years ago
  58. e3e0f480 ANDROID: binder: support for file-descriptor arrays. by Martijn Coenen · 8 years ago
  59. 5a6da53 ANDROID: binder: support for scatter-gather. by Martijn Coenen · 8 years ago
  60. 59878d7 ANDROID: binder: add extra size to allocator. by Martijn Coenen · 8 years ago
  61. d82cb8b ANDROID: binder: refactor binder_transact() by Martijn Coenen · 8 years ago
  62. 6b7c712 ANDROID: binder: support multiple /dev instances. by Martijn Coenen · 8 years ago
  63. 63b9f3b ANDROID: binder: deal with contexts in debugfs. by Martijn Coenen · 8 years ago
  64. 0b3311e ANDROID: binder: support multiple context managers. by Martijn Coenen · 8 years ago
  65. 00c8037 ANDROID: binder: split flat_binder_object. by Martijn Coenen · 8 years ago
  66. 4afb604 ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct by Arve Hjønnevåg · 8 years ago
  67. 0a3ffab ANDROID: binder: Add strong ref checks by Arve Hjønnevåg · 8 years ago
  68. 1beba52 android: binder: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  69. 3e66848 Merge 4.5-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  70. bb27d49 Merge char-misc-next into staging-next by Greg Kroah-Hartman · 8 years ago
  71. 7a64cd8 drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE by Lisa Du · 8 years ago
  72. 83050a4 android: drivers: Avoid debugfs race in binder by Riley Andrews · 8 years ago
  73. 212265e android: binder: More offset validation by Arve Hjønnevåg · 8 years ago
  74. a906d69 android: binder: Sanity check at binder ioctl by Chen Feng · 8 years ago
  75. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  76. f4c72c7 android: binder: fix binder mmap failures by Andrey Ryabinin · 9 years ago
  77. 79af730 Add security hooks to binder and implement the hooks for SELinux. by Stephen Smalley · 9 years ago
  78. 9246a4a android: binder: remove binder.h by Greg Kroah-Hartman · 10 years ago
  79. 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]
  80. 395262a staging: binder: fix coding style issues by Dmitry Voytik · 10 years ago
  81. 0232a42 staging: android: Break up a long line in binder_send_failed_reply by William Panlener · 10 years ago
  82. f6f8ed4 mm/vmalloc.c: clean up map_vm_area third argument by WANG Chao · 10 years ago
  83. d4ec15e staging: android: Clean up else statement from binder_send_failed_reply by Lucas Tanure · 10 years ago
  84. 78260ac staging: android: binder.c: binder_ioctl() cleanup by Tair Rzayev · 10 years ago
  85. ddac7d5 staging: binder: add vm_fault handler by Vinayak Menon · 10 years ago
  86. 7873311 Staging: Android: removed an unnecessary else statement by Karthik Nayak · 10 years ago
  87. 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
  88. 57bab7c staging: android: binder.c: Use more appropriate functions for euid retrieval by Tair Rzayev · 10 years ago
  89. 7d42043 staging: binder: fix usage of uninit scalar in binder_transaction() by Christian Engelmayer · 10 years ago
  90. f994d83 staging: binder: cleanup dereference of noderef expressions by Jerry Snitselaar · 10 years ago
  91. 7aa2c01 sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice() by Dongsheng Yang · 10 years ago
  92. 10f6286 staging: android: fix missing a blank line after declarations by Seunghun Lee · 10 years ago
  93. 8698a74 sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICE by Dongsheng Yang · 10 years ago
  94. 36c89c0 staging: binder: add __user annotation in binder.c by Mathieu Maret · 10 years ago
  95. da49889 staging: binder: Support concurrent 32 bit and 64 bit processes. by Arve Hjønnevåg · 10 years ago
  96. e194fd8 staging: binder: Fix death notifications by Arve Hjønnevåg · 10 years ago
  97. fb07ebc Staging: android: Mark local functions in binder.c as static by Bojan Prtvar · 11 years ago
  98. 308fbd8 Staging: android: add __user annotation in binder.c by Bojan Prtvar · 11 years ago
  99. 64dcfe6 staging: android: binder: fix binder interface for 64bit compat layer by Serban Constantinescu · 11 years ago
  100. ec35e85 staging: android: binder: fix alignment issues by Serban Constantinescu · 11 years ago