Age | Commit message (Expand) | Author |
2022-05-14 | Unify the primitives for file descriptor closing | Al Viro |
2022-02-04 | drivers/android: remove redundant ret variable | Minghao Chi |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman |
2021-12-21 | binder: fix async_free_space accounting for empty parcels | Todd Kjos |
2021-12-21 | binder: use proper cacheflush header file | Ajith P V |
2021-12-13 | Merge v5.15-rc5 into char-misc-next | Greg Kroah-Hartman |
2021-12-09 | binder: use wake_up_pollfree() | Eric Biggers |
2021-12-08 | binder: fix pointer cast warning | Arnd Bergmann |
2021-12-03 | binder: defer copies of pre-patched txn data | Todd Kjos |
2021-12-03 | binder: read pre-translated fds from sender buffer | Todd Kjos |
2021-12-03 | binder: avoid potential data leakage when copying txn | Todd Kjos |
2021-12-03 | binder: fix handling of error during copy | Todd Kjos |
2021-12-03 | binder: remove repeat word from comment | Ajith P V |
2021-11-17 | binder: fix test regression due to sender_euid change | Todd Kjos |
2021-11-04 | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-10-19 | binder: don't detect sender/target during buffer cleanup | Todd Kjos |
2021-10-14 | binder: use cred instead of task for getsecid | Todd Kjos |
2021-10-14 | binder: use cred instead of task for selinux checks | Todd Kjos |
2021-10-14 | binder: use euid from cred instead of using task | Todd Kjos |
2021-09-14 | binder: make sure fd closes complete | Todd Kjos |
2021-09-14 | binder: fix freeze race | Li Li |
2021-08-03 | binder: Add invalid handle info in user error log | Ramji Jiyani |
2021-07-21 | binderfs: add support for feature files | Carlos Llamas |
2021-05-13 | binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTION | Luca Stefani |
2021-04-27 | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-04-10 | binder: tell userspace to dump current backtrace when detected oneway spamming | Hang Lu |
2021-04-10 | binder: fix the missing BR_FROZEN_REPLY in binder_return_strings | Hang Lu |
2021-03-24 | binder: BINDER_GET_FROZEN_INFO ioctl | Marco Ballesio |
2021-03-24 | binder: use EINTR for interrupted wait for work | Marco Ballesio |
2021-03-24 | binder: BINDER_FREEZE ioctl | Marco Ballesio |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-12-10 | file: Rename __close_fd_get_file close_fd_get_file | Eric W. Biederman |
2020-12-09 | binder: add flag to clear buffer on txn complete | Todd Kjos |
2020-11-11 | binder: add trace at free transaction. | Frankie.Chang |
2020-11-11 | binder: move structs from core file to header file | Frankie.Chang |
2020-11-09 | binder: change error code from postive to negative in binder_transaction | Zhang Qilong |
2020-11-09 | Android: binder: added a missing blank line after declaration | Andrew Bridges |
2020-10-17 | task_work: cleanup notification modes | Jens Axboe |
2020-10-10 | binder: fix UAF when releasing todo list | Todd Kjos |
2020-10-05 | binder: simplify the return expression of binder_mmap | Liu Shixin |
2020-09-16 | binder: remove redundant assignment to pointer n | Colin Ian King |
2020-09-03 | binder: print warnings when detecting oneway spamming. | Martijn Coenen |
2020-09-03 | binderfs: make symbol 'binderfs_fs_parameters' static | Wei Yongjun |
2020-09-03 | binder: Modify comments | YangHui |
2020-09-03 | binder: Remove bogus warning on failed same-process transaction | Jann Horn |
2020-07-29 | drivers: android: Fix the SPDX comment style | Mrinal Pandey |
2020-07-29 | drivers: android: Fix a variable declaration coding style issue | Mrinal Pandey |