| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-19 | binder: add t->is_async and t->is_reply | Carlos Llamas | 1 | -2/+2 |
| 2025-07-29 | Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
| 2025-07-16 | binder: Scaffolding for binder_alloc KUnit tests | Tiffany Yang | 1 | -0/+4 |
| 2025-07-02 | kill binderfs_remove_file() | Al Viro | 1 | -2/+0 |
| 2025-05-21 | binder: fix use-after-free in binderfs_evict_inode() | Dmitry Antipov | 1 | -2/+6 |
| 2025-02-20 | binder: remove unneeded <linux/export.h> inclusion from binder_internal.h | Masahiro Yamada | 1 | -1/+0 |
| 2025-01-08 | binderfs: add new binder devices to binder_devices | Li Li | 1 | -2/+9 |
| 2024-07-31 | binder: frozen notification | Yu-Ting Tseng | 1 | -2/+19 |
| 2024-07-03 | binder: use bitmap for faster descriptor lookup | Carlos Llamas | 1 | -1/+4 |
| 2024-05-04 | binder: fix max_thread type inconsistency | Carlos Llamas | 1 | -1/+1 |
| 2023-05-13 | Binder: Add async from to transaction record | Chuang Zhang | 1 | -0/+2 |
| 2023-05-13 | Binder: Add timestamp to transaction record | Chuang Zhang | 1 | -0/+1 |
| 2023-01-19 | binder: return pending info for frozen async txns | Li Li | 1 | -1/+2 |
| 2022-07-08 | binder: fix redefinition of seq_file attributes | Carlos Llamas | 1 | -35/+11 |
| 2022-05-09 | binder: add BINDER_GET_EXTENDED_ERROR ioctl | Carlos Llamas | 1 | -0/+3 |
| 2022-04-22 | binder: hold fd_install until allocating fds first | Carlos Llamas | 1 | -0/+2 |
| 2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+4 |
| 2021-10-14 | binder: use euid from cred instead of using task | Todd Kjos | 1 | -0/+4 |
| 2021-09-14 | binder: fix freeze race | Li Li | 1 | -0/+2 |
| 2021-04-10 | binder: tell userspace to dump current backtrace when detected oneway spamming | Hang Lu | 1 | -1/+5 |
| 2021-04-10 | binder: fix the missing BR_FROZEN_REPLY in binder_return_strings | Hang Lu | 1 | -1/+1 |
| 2021-03-24 | binder: BINDER_GET_FROZEN_INFO ioctl | Marco Ballesio | 1 | -0/+6 |
| 2021-03-24 | binder: BINDER_FREEZE ioctl | Marco Ballesio | 1 | -0/+12 |
| 2020-11-11 | binder: move structs from core file to header file | Frankie.Chang | 1 | -0/+406 |
| 2020-03-03 | binder: prevent UAF for binderfs devices II | Christian Brauner | 1 | -13/+2 |
| 2020-03-03 | binder: prevent UAF for binderfs devices | Christian Brauner | 1 | -0/+13 |
| 2019-10-10 | binder: prevent UAF read in print_binder_transaction_log_entry() | Christian Brauner | 1 | -1/+1 |
| 2019-09-04 | binder: Add binder_proc logging to binderfs | Hridya Valsaraju | 1 | -0/+46 |
| 2019-09-04 | binder: Make transaction_log available in binderfs | Hridya Valsaraju | 1 | -0/+30 |
| 2019-09-04 | binder: Add stats, state and transactions files | Hridya Valsaraju | 1 | -0/+8 |
| 2019-09-04 | binder: Add default binder devices through binderfs when configured | Hridya Valsaraju | 1 | -0/+2 |
| 2019-02-01 | binderfs: remove separate device_initcall() | Christian Brauner | 1 | -0/+9 |
| 2018-12-19 | binder: implement binderfs | Christian Brauner | 1 | -0/+49 |