1. 7f3dc00 binder: fix proc->files use-after-free by Todd Kjos · 7 years ago
  2. fb2c445 ANDROID: binder: fix transaction leak. by Martijn Coenen · 7 years ago
  3. 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  4. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  7. 6fbf248 Merge 4.14-rc6 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  8. ae65c85 android: binder: Fix null ptr dereference in debug msg by Sherry Yang · 7 years ago
  9. a0c2baa android: binder: Don't get mm from task by Sherry Yang · 7 years ago
  10. f7f84fd binder: pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  11. de7bbe3 android: binder: Change binder_shrinker to static by Sherry Yang · 7 years ago
  12. 6ae33b9 android: binder: Remove unused vma argument by Sherry Yang · 7 years ago
  13. 66b83a4 binder: call poll_wait() unconditionally. by Martijn Coenen · 7 years ago
  14. ae7df8f Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  15. 512cf46 binder: fix use-after-free in binder_transaction() by Todd Kjos · 7 years ago
  16. a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 7 years ago
  17. d53bebd binder: fix memory corruption in binder_transaction binder by Xu YiPing · 7 years ago
  18. 52b8161 binder: fix an ret value override by Xu YiPing · 7 years ago
  19. 1c363ea android: binder: fix type mismatch warning by Arnd Bergmann · 7 years ago
  20. 3a6430c ANDROID: binder: don't queue async transactions to thread. by Martijn Coenen · 7 years ago
  21. bb74562 ANDROID: binder: don't enqueue death notifications to thread todo. by Martijn Coenen · 7 years ago
  22. 858b271 ANDROID: binder: Don't BUG_ON(!spin_is_locked()). by Martijn Coenen · 7 years ago
  23. abcc615 ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctl by Colin Cross · 7 years ago
  24. 408c68b ANDROID: binder: push new transactions to waiting threads. by Martijn Coenen · 7 years ago
  25. 1b77e9d ANDROID: binder: remove proc waitqueue by Martijn Coenen · 7 years ago
  26. 8ef4665 android: binder: Add page usage in binder stats by Sherry Yang · 7 years ago
  27. 957ccc2 android: binder: fixup crash introduced by moving buffer hdr by Sherry Yang · 7 years ago
  28. e41e164 android: binder: Add shrinker tracepoints by Sherry Yang · 7 years ago
  29. f2517eb android: binder: Add global lru shrinker to binder by Sherry Yang · 7 years ago
  30. 74310e0 android: binder: Move buffer out of area shared with user space by Sherry Yang · 7 years ago
  31. 4175e2b android: binder: Add allocator selftest by Sherry Yang · 7 years ago
  32. e2176219 android: binder: Refactor prev and next buffer into a helper function by Sherry Yang · 7 years ago
  33. e8d2ed7 Revert "staging: Fix build issues with new binder API" by Jisheng Zhang · 7 years ago
  34. 4f9adc8 binder: fix incorrect cmd to binder_stat_br by Todd Kjos · 7 years ago
  35. 22eb947 binder: free memory on error by Christian Brauner · 7 years ago
  36. 9e18d0c ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. by Martijn Coenen · 7 years ago
  37. 5b7d40c binder: remove unused BINDER_SMALL_BUF_SIZE define by Dmitry Safonov · 8 years ago
  38. c3643b6 android: binder: Use dedicated helper to access rlimit value by Krzysztof Opasiak · 7 years ago
  39. a60b890 binder: remove global binder lock by Todd Kjos · 7 years ago
  40. ab51ec6 binder: fix death race conditions by Martijn Coenen · 7 years ago
  41. 5f2f636 binder: protect against stale pointers in print_binder_transaction by Todd Kjos · 7 years ago
  42. 2c1838d binder: protect binder_ref with outer lock by Todd Kjos · 7 years ago
  43. b3e6861 binder: use inner lock to protect thread accounting by Todd Kjos · 7 years ago
  44. 0b89d69 binder: protect transaction_stack with inner lock. by Martijn Coenen · 7 years ago
  45. 7bd7b0e binder: protect proc->threads with inner_lock by Todd Kjos · 7 years ago
  46. da0fa9e binder: protect proc->nodes with inner lock by Todd Kjos · 7 years ago
  47. 673068e binder: add spinlock to protect binder_node by Todd Kjos · 7 years ago
  48. 7219639 binder: add spinlocks to protect todo lists by Todd Kjos · 7 years ago
  49. ed29721 binder: use inner lock to sync work dq and node counts by Todd Kjos · 7 years ago
  50. 9630fe8 binder: introduce locking helper functions by Todd Kjos · 7 years ago
  51. adc1884 binder: use node->tmp_refs to ensure node safety by Todd Kjos · 7 years ago
  52. 372e314 binder: refactor binder ref inc/dec for thread safety by Todd Kjos · 7 years ago
  53. 7a4408c binder: make sure accesses to proc/thread are safe by Todd Kjos · 7 years ago
  54. eb34983 binder: make sure target_node has strong ref by Todd Kjos · 7 years ago
  55. 26549d1 binder: guarantee txn complete / errors delivered in-order by Todd Kjos · 7 years ago
  56. b6d282c binder: refactor binder_pop_transaction by Todd Kjos · 7 years ago
  57. d99c733 binder: use atomic for transaction_log index by Todd Kjos · 7 years ago
  58. b05a68e binder: add more debug info when allocation fails. by Martijn Coenen · 7 years ago
  59. 53d311cf binder: protect against two threads freeing buffer by Todd Kjos · 7 years ago
  60. e4cffcf binder: remove dead code in binder_get_ref_for_node by Todd Kjos · 7 years ago
  61. 08dabce binder: don't modify thread->looper from other threads by Todd Kjos · 7 years ago
  62. ccae6f6 binder: avoid race conditions when enqueuing txn by Todd Kjos · 7 years ago
  63. 26b47d8 binder: refactor queue management in binder_thread_read by Todd Kjos · 7 years ago
  64. 57ada2f binder: add log information for binder transaction failures by Todd Kjos · 7 years ago
  65. 656a800 binder: make binder_last_id an atomic by Todd Kjos · 7 years ago
  66. 0953c79 binder: change binder_stats to atomics by Badhri Jagan Sridharan · 7 years ago
  67. c44b123 binder: add protection for non-perf cases by Todd Kjos · 7 years ago
  68. 1cf29cf binder: remove binder_debug_no_lock mechanism by Todd Kjos · 7 years ago
  69. 0c972a0 binder: move binder_alloc to separate file by Todd Kjos · 7 years ago
  70. 19c9872 binder: separate out binder_alloc functions by Todd Kjos · 7 years ago
  71. 7c03f0d binder: remove unneeded cleanup code by Todd Kjos · 7 years ago
  72. fdfb4a9 binder: separate binder allocator structure from binder proc by Todd Kjos · 7 years ago
  73. 00b40d6 binder: Use wake up hint for synchronous transactions. by Riley Andrews · 7 years ago
  74. c4ea41b binder: use group leader instead of open thread by Todd Kjos · 7 years ago
  75. a2b1870 Revert "android: binder: Sanity check at binder ioctl" by Todd Kjos · 7 years ago
  76. dde04eb binder: Add 'hwbinder' to the default devices by Rob Herring · 8 years ago
  77. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  78. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  79. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  80. ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
  81. def95c7 binder: Add support for file-descriptor arrays by Martijn Coenen · 8 years ago
  82. 7980240 binder: Add support for scatter-gather by Martijn Coenen · 8 years ago
  83. 4bfac80 binder: Add extra size to allocator by Martijn Coenen · 8 years ago
  84. a056af4 binder: Refactor binder_transact() by Martijn Coenen · 8 years ago
  85. ac4812c binder: Support multiple /dev instances by Martijn Coenen · 8 years ago
  86. 14db318 binder: Deal with contexts in debugfs by Martijn Coenen · 8 years ago
  87. 342e5c9 binder: Support multiple context managers by Martijn Coenen · 8 years ago
  88. feba390 binder: Split flat_binder_object by Martijn Coenen · 8 years ago
  89. 4afb604 ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct by Arve Hjønnevåg · 8 years ago
  90. 0a3ffab ANDROID: binder: Add strong ref checks by Arve Hjønnevåg · 8 years ago
  91. 1beba52 android: binder: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  92. 3e66848 Merge 4.5-rc6 into staging-next by Greg Kroah-Hartman · 9 years ago
  93. bb27d49 Merge char-misc-next into staging-next by Greg Kroah-Hartman · 9 years ago
  94. 7a64cd8 drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE by Lisa Du · 9 years ago
  95. 83050a4 android: drivers: Avoid debugfs race in binder by Riley Andrews · 9 years ago
  96. 212265e android: binder: More offset validation by Arve Hjønnevåg · 9 years ago
  97. a906d69 android: binder: Sanity check at binder ioctl by Chen Feng · 9 years ago
  98. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  99. f4c72c7 android: binder: fix binder mmap failures by Andrey Ryabinin · 10 years ago
  100. 79af730 Add security hooks to binder and implement the hooks for SELinux. by Stephen Smalley · 10 years ago