1. 824adf3 Merge 5.16-rc8 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  2. cfd0d84 binder: fix async_free_space accounting for empty parcels by Todd Kjos · 3 years ago
  3. e80ca2e binder: use proper cacheflush header file by Ajith P V · 3 years ago
  4. af40d16 Merge v5.15-rc5 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  5. a880b28 binder: use wake_up_pollfree() by Eric Biggers · 3 years, 1 month ago
  6. 9a0a930 binder: fix pointer cast warning by Arnd Bergmann · 3 years, 1 month ago
  7. 09184ae binder: defer copies of pre-patched txn data by Todd Kjos · 3 years, 1 month ago
  8. 656e01f binder: read pre-translated fds from sender buffer by Todd Kjos · 3 years, 1 month ago
  9. 6d98eb9 binder: avoid potential data leakage when copying txn by Todd Kjos · 3 years, 1 month ago
  10. fe6b186 binder: fix handling of error during copy by Todd Kjos · 3 years, 1 month ago
  11. 690cfa2 binder: remove repeat word from comment by Ajith P V · 3 years, 1 month ago
  12. c21a80c binder: fix test regression due to sender_euid change by Todd Kjos · 3 years, 1 month ago
  13. 5c904c6 Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
  14. cdab10b Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 2 months ago
  15. 32e9f56 binder: don't detect sender/target during buffer cleanup by Todd Kjos · 3 years, 2 months ago
  16. 4d5b553 binder: use cred instead of task for getsecid by Todd Kjos · 3 years, 3 months ago
  17. 52f8869 binder: use cred instead of task for selinux checks by Todd Kjos · 3 years, 3 months ago
  18. 29bc22a binder: use euid from cred instead of using task by Todd Kjos · 3 years, 3 months ago
  19. 5fdb55c binder: make sure fd closes complete by Todd Kjos · 3 years, 4 months ago
  20. b564171 binder: fix freeze race by Li Li · 3 years, 4 months ago
  21. 1ae14df binder: Add invalid handle info in user error log by Ramji Jiyani · 3 years, 5 months ago
  22. fc470ab binderfs: add support for feature files by Carlos Llamas · 3 years, 6 months ago
  23. ced081a binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTION by Luca Stefani · 3 years, 8 months ago
  24. f1c921f Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 3 years, 8 months ago
  25. a7dc1e6 binder: tell userspace to dump current backtrace when detected oneway spamming by Hang Lu · 3 years, 9 months ago
  26. 0051691 binder: fix the missing BR_FROZEN_REPLY in binder_return_strings by Hang Lu · 3 years, 9 months ago
  27. ae28c1b binder: BINDER_GET_FROZEN_INFO ioctl by Marco Ballesio · 3 years, 10 months ago
  28. 95c16f9 binder: use EINTR for interrupted wait for work by Marco Ballesio · 3 years, 10 months ago
  29. 432ff1e binder: BINDER_FREEZE ioctl by Marco Ballesio · 3 years, 10 months ago
  30. 4ebd765 lsm: separate security_task_getsecid() into subjective and objective variants by Paul Moore · 3 years, 10 months ago
  31. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  32. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  33. 9fe83c4 file: Rename __close_fd_get_file close_fd_get_file by Eric W. Biederman · 4 years, 1 month ago
  34. 0f966cb binder: add flag to clear buffer on txn complete by Todd Kjos · 4 years, 1 month ago
  35. 1987f112 binder: add trace at free transaction. by Frankie.Chang · 4 years, 2 months ago
  36. 421518a binder: move structs from core file to header file by Frankie.Chang · 4 years, 2 months ago
  37. 88f6c77 binder: change error code from postive to negative in binder_transaction by Zhang Qilong · 4 years, 2 months ago
  38. 6c20032 Android: binder: added a missing blank line after declaration by Andrew Bridges · 4 years, 2 months ago
  39. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 2 months ago
  40. f3277cb binder: fix UAF when releasing todo list by Todd Kjos · 4 years, 3 months ago
  41. 2a3809d binder: simplify the return expression of binder_mmap by Liu Shixin · 4 years, 3 months ago
  42. 7369fa4 binder: remove redundant assignment to pointer n by Colin Ian King · 4 years, 4 months ago
  43. 261e781 binder: print warnings when detecting oneway spamming. by Martijn Coenen · 4 years, 4 months ago
  44. 8932002 binderfs: make symbol 'binderfs_fs_parameters' static by Wei Yongjun · 4 years, 4 months ago
  45. 4b46382 binder: Modify comments by YangHui · 4 years, 4 months ago
  46. e8b8ae7 binder: Remove bogus warning on failed same-process transaction by Jann Horn · 4 years, 5 months ago
  47. 7e84522 drivers: android: Fix the SPDX comment style by Mrinal Pandey · 4 years, 5 months ago
  48. 81195f9 drivers: android: Fix a variable declaration coding style issue by Mrinal Pandey · 4 years, 5 months ago
  49. 8df5b94 drivers: android: Remove braces for a single statement if-else block by Mrinal Pandey · 4 years, 5 months ago
  50. 72b93c7 drivers: android: Remove the use of else after return by Mrinal Pandey · 4 years, 5 months ago
  51. 4df9772 drivers: android: Fix a variable declaration coding style issue by Mrinal Pandey · 4 years, 5 months ago
  52. 4b836a1 binder: Prevent context manager from incrementing ref 0 by Jann Horn · 4 years, 5 months ago
  53. f867c77 binder: Don't use mmput() from shrinker function. by Tetsuo Handa · 4 years, 5 months ago
  54. d35d366 binder: fix null deref of proc->context by Todd Kjos · 4 years, 6 months ago
  55. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  56. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  57. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  58. 9e306ba binderfs: remove redundant assignment to pointer ctx by Colin Ian King · 4 years, 9 months ago
  59. 7a1c4f2 binderfs: Fix binderfs.c selftest compilation warning by Tang Bin · 4 years, 9 months ago
  60. baca54d Merge 5.6-rc7 into char-misc-next by Greg Kroah-Hartman · 4 years, 9 months ago
  61. 095cf502 binderfs: port to new mount api by Christian Brauner · 4 years, 10 months ago
  62. 211b64e binderfs: use refcount for binder control devices too by Christian Brauner · 4 years, 10 months ago
  63. f0fe2c0 binder: prevent UAF for binderfs devices II by Christian Brauner · 4 years, 10 months ago
  64. 2669b8b binder: prevent UAF for binderfs devices by Christian Brauner · 4 years, 10 months ago
  65. 896f8d2 Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  66. eb143f8 binder: fix log spam for existing debugfs file creation. by Martin Fuzzey · 5 years ago
  67. 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
  68. 1698174 binder: fix incorrect calculation for num_valid by Todd Kjos · 5 years ago
  69. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  70. 2a9edd0 binder: Handle start==NULL in binder_update_page_range() by Jann Horn · 5 years ago
  71. a7a74d7 binder: Prevent repeated use of ->mmap() via NULL mapping by Jann Horn · 5 years ago
  72. 8eb52a1 binder: Fix race between mmap() and binder_alloc_print_pages() by Jann Horn · 5 years ago
  73. da80d2e Merge 5.4-rc5 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  74. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  75. 834c736 binder: Remove incorrect comment about vm_insert_page() behavior by Jann Horn · 5 years ago
  76. 990be74 binder: Use common definition of SZ_1K by Jann Horn · 5 years ago
  77. 45d02f7 binder: Don't modify VMA bounds in ->mmap handler by Jann Horn · 5 years ago
  78. 5dc54a0 binder: Fix comment headers on binder_alloc_prepare_to_free() by Joel Fernandes (Google) · 5 years ago
  79. 51d8a7e binder: prevent UAF read in print_binder_transaction_log_entry() by Christian Brauner · 5 years ago
  80. 4feb80f binder: Add binder_proc logging to binderfs by Hridya Valsaraju · 5 years ago
  81. 03e2e07 binder: Make transaction_log available in binderfs by Hridya Valsaraju · 5 years ago
  82. 0e13e45 binder: Add stats, state and transactions files by Hridya Valsaraju · 5 years ago
  83. f008345 binder: add a mount option to show global stats by Hridya Valsaraju · 5 years ago
  84. ca2864c binder: Add default binder devices through binderfs when configured by Hridya Valsaraju · 5 years ago
  85. 028fb58 binder: Validate the default binderfs device names. by Hridya Valsaraju · 5 years ago
  86. 49ed969 binder: prevent transactions to context manager from its own process. by Hridya Valsaraju · 5 years ago
  87. a565870 binder: Set end of SG buffer area properly. by Martijn Coenen · 5 years ago
  88. bb4a2e48 binder: return errors from buffer copy functions by Todd Kjos · 6 years ago
  89. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  90. 1909a67 binder: fix memory leak in error path by Todd Kjos · 6 years ago
  91. a370003 binder: fix possible UAF when freeing buffer by Todd Kjos · 6 years ago
  92. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  93. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  94. f678d6d Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  95. 0b05095 binder: check for overflow when alloc for security context by Todd Kjos · 6 years ago
  96. 60d4885 binder: take read mode of mmap_sem in binder_alloc_free_page() by Tyler Hicks · 6 years ago
  97. 5cec2d2 binder: fix race between munmap() and direct reclaim by Todd Kjos · 6 years ago
  98. 5997da8 binder: fix BUG_ON found by selinux-testsuite by Todd Kjos · 6 years ago
  99. 3013bf6 binder: reduce mmap_sem write-side lock by Minchan Kim · 6 years ago
  100. 26528be binder: fix handling of misaligned binder object by Todd Kjos · 6 years ago