1. 7e84522 drivers: android: Fix the SPDX comment style by Mrinal Pandey · 4 years, 5 months ago
  2. 81195f9 drivers: android: Fix a variable declaration coding style issue by Mrinal Pandey · 4 years, 5 months ago
  3. 8df5b94 drivers: android: Remove braces for a single statement if-else block by Mrinal Pandey · 4 years, 5 months ago
  4. 72b93c7 drivers: android: Remove the use of else after return by Mrinal Pandey · 4 years, 5 months ago
  5. 4df9772 drivers: android: Fix a variable declaration coding style issue by Mrinal Pandey · 4 years, 5 months ago
  6. 4b836a1 binder: Prevent context manager from incrementing ref 0 by Jann Horn · 4 years, 5 months ago
  7. f867c77 binder: Don't use mmput() from shrinker function. by Tetsuo Handa · 4 years, 6 months ago
  8. d35d366 binder: fix null deref of proc->context by Todd Kjos · 4 years, 6 months ago
  9. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  10. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  11. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  12. 9e306ba binderfs: remove redundant assignment to pointer ctx by Colin Ian King · 4 years, 9 months ago
  13. 7a1c4f2 binderfs: Fix binderfs.c selftest compilation warning by Tang Bin · 4 years, 9 months ago
  14. baca54d Merge 5.6-rc7 into char-misc-next by Greg Kroah-Hartman · 4 years, 9 months ago
  15. 095cf502 binderfs: port to new mount api by Christian Brauner · 4 years, 10 months ago
  16. 211b64e binderfs: use refcount for binder control devices too by Christian Brauner · 4 years, 10 months ago
  17. f0fe2c0 binder: prevent UAF for binderfs devices II by Christian Brauner · 4 years, 10 months ago
  18. 2669b8b binder: prevent UAF for binderfs devices by Christian Brauner · 4 years, 10 months ago
  19. 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
  20. eb143f8 binder: fix log spam for existing debugfs file creation. by Martin Fuzzey · 5 years ago
  21. 6e802a4 fs: move filp_close() outside of __close_fd_get_file() by Jens Axboe · 5 years ago
  22. 1698174 binder: fix incorrect calculation for num_valid by Todd Kjos · 5 years ago
  23. 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
  24. 2a9edd0 binder: Handle start==NULL in binder_update_page_range() by Jann Horn · 5 years ago
  25. a7a74d7 binder: Prevent repeated use of ->mmap() via NULL mapping by Jann Horn · 5 years ago
  26. 8eb52a1 binder: Fix race between mmap() and binder_alloc_print_pages() by Jann Horn · 5 years ago
  27. da80d2e Merge 5.4-rc5 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  28. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  29. 834c736 binder: Remove incorrect comment about vm_insert_page() behavior by Jann Horn · 5 years ago
  30. 990be74 binder: Use common definition of SZ_1K by Jann Horn · 5 years ago
  31. 45d02f7 binder: Don't modify VMA bounds in ->mmap handler by Jann Horn · 5 years ago
  32. 5dc54a0 binder: Fix comment headers on binder_alloc_prepare_to_free() by Joel Fernandes (Google) · 5 years ago
  33. 51d8a7e binder: prevent UAF read in print_binder_transaction_log_entry() by Christian Brauner · 5 years ago
  34. 4feb80f binder: Add binder_proc logging to binderfs by Hridya Valsaraju · 5 years ago
  35. 03e2e07 binder: Make transaction_log available in binderfs by Hridya Valsaraju · 5 years ago
  36. 0e13e45 binder: Add stats, state and transactions files by Hridya Valsaraju · 5 years ago
  37. f008345 binder: add a mount option to show global stats by Hridya Valsaraju · 5 years ago
  38. ca2864c binder: Add default binder devices through binderfs when configured by Hridya Valsaraju · 5 years ago
  39. 028fb58 binder: Validate the default binderfs device names. by Hridya Valsaraju · 5 years ago
  40. 49ed969 binder: prevent transactions to context manager from its own process. by Hridya Valsaraju · 5 years ago
  41. a565870 binder: Set end of SG buffer area properly. by Martijn Coenen · 5 years ago
  42. bb4a2e48 binder: return errors from buffer copy functions by Todd Kjos · 6 years ago
  43. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  44. 1909a67 binder: fix memory leak in error path by Todd Kjos · 6 years ago
  45. a370003 binder: fix possible UAF when freeing buffer by Todd Kjos · 6 years ago
  46. 9c92ab6 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 by Thomas Gleixner · 6 years ago
  47. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  48. 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
  49. 0b05095 binder: check for overflow when alloc for security context by Todd Kjos · 6 years ago
  50. 60d4885 binder: take read mode of mmap_sem in binder_alloc_free_page() by Tyler Hicks · 6 years ago
  51. 5cec2d2 binder: fix race between munmap() and direct reclaim by Todd Kjos · 6 years ago
  52. 5997da8 binder: fix BUG_ON found by selinux-testsuite by Todd Kjos · 6 years ago
  53. 3013bf6 binder: reduce mmap_sem write-side lock by Minchan Kim · 6 years ago
  54. 26528be binder: fix handling of misaligned binder object by Todd Kjos · 6 years ago
  55. 36f3093 binder: fix sparse issue in binder_alloc_selftest.c by Todd Kjos · 6 years ago
  56. bde4a19 binder: use userspace pointer as base of buffer space by Todd Kjos · 6 years ago
  57. c41358a binder: remove user_buffer_offset by Todd Kjos · 6 years ago
  58. 8802116 binder: remove kernel vm_area for buffer space by Todd Kjos · 6 years ago
  59. db6b0b8 binder: avoid kernel vm_area for buffer fixups by Todd Kjos · 6 years ago
  60. 7a67a39 binder: add function to copy binder object from buffer by Todd Kjos · 6 years ago
  61. 8ced0c6 binder: add functions to copy to/from binder buffers by Todd Kjos · 6 years ago
  62. 1a7c3d9 binder: create userspace-to-binder-buffer copy function by Todd Kjos · 6 years ago
  63. 5c07488 Merge 5.0-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  64. 5b9633a binderfs: remove separate device_initcall() by Christian Brauner · 6 years ago
  65. da8ddba binderfs: respect limit on binder control creation by Christian Brauner · 6 years ago
  66. 793c823 binder: fix CONFIG_ANDROID_BINDER_DEVICES by Christian Brauner · 6 years ago
  67. fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  68. ec74136 binder: create node flag to request sender's security context by Todd Kjos · 6 years ago
  69. 01684db binderfs: switch from d_add() to d_instantiate() by Christian Brauner · 6 years ago
  70. 29ef1c8 binderfs: drop lock in binderfs_binder_ctl_create by Christian Brauner · 6 years ago
  71. 4198479 binderfs: kill_litter_super() before cleanup by Christian Brauner · 6 years ago
  72. 01b3f1fc binderfs: rework binderfs_binder_device_create() by Christian Brauner · 6 years ago
  73. 36975fc binderfs: rework binderfs_fill_super() by Christian Brauner · 6 years ago
  74. e98e6fa binderfs: prevent renaming the control dentry by Christian Brauner · 6 years ago
  75. 7c4d08f binderfs: remove outdated comment by Christian Brauner · 6 years ago
  76. 7e7ca77 binderfs: fix error return code in binderfs_fill_super() by Wei Yongjun · 6 years ago
  77. 7fefaad binderfs: handle !CONFIG_IPC_NS builds by Christian Brauner · 6 years ago
  78. 36bdf3c binderfs: reserve devices for initial mount by Christian Brauner · 6 years ago
  79. c13295a binderfs: rename header to binderfs.h by Christian Brauner · 6 years ago
  80. 849d540 binderfs: implement "max" mount option by Christian Brauner · 6 years ago
  81. b6c770d binderfs: make each binderfs mount a new instance by Christian Brauner · 6 years ago
  82. 3fdd94a binderfs: remove wrong kern_mount() call by Christian Brauner · 6 years ago
  83. 3ad20fe binder: implement binderfs by Christian Brauner · 6 years ago
  84. 80cd795 binder: fix use-after-free due to ksys_close() during fdget() by Todd Kjos · 6 years ago
  85. ecd589d binder: filter out nodes when showing binder procs by Todd Kjos · 6 years ago
  86. 7a2670a binder: fix kerneldoc header for struct binder_buffer by Todd Kjos · 6 years ago
  87. c13e0a5 binder: remove BINDER_DEBUG_ENTRY() by Yangtao Li · 6 years ago
  88. 22fee7d Merge 4.20-rc5 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  89. 324fa64 binder: fix sparse warnings on locking context by Todd Kjos · 6 years ago
  90. 7bada55 binder: fix race that allows malicious free of live buffer by Todd Kjos · 6 years ago
  91. f4608ce binder: make symbol 'binder_free_buf' static by Wei Yongjun · 6 years ago
  92. f685fc6 Merge b4.19-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  93. b7e6a89 binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl. by Martijn Coenen · 6 years ago
  94. 6b6642d android: binder: use kstrdup instead of open-coding it by Rasmus Villemoes · 6 years ago
  95. 44d8047 binder: use standard functions to allocate fds by Todd Kjos · 6 years ago
  96. 44b7396 android: binder: no outgoing transaction when thread todo has transaction by Sherry Yang · 6 years ago
  97. da1b956 android: binder: fix the race mmap and alloc_new_buf_locked by Minchan Kim · 6 years ago
  98. 128f380 android: binder: Rate-limit debug and userspace triggered err msgs by Sherry Yang · 6 years ago
  99. c8c64b39 android: binder: Show extra_buffers_size in trace by Sherry Yang · 6 years ago
  100. f371a7c android: binder: Include asm/cacheflush.h after linux/ include files by Guenter Roeck · 6 years ago