summaryrefslogtreecommitdiff
path: root/drivers/android/binder_internal.h
AgeCommit message (Expand)Author
2023-05-13Binder: Add async from to transaction recordChuang Zhang
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang
2023-01-19binder: return pending info for frozen async txnsLi Li
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas
2022-05-09binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas
2022-04-22binder: hold fd_install until allocating fds firstCarlos Llamas
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-14binder: use euid from cred instead of using taskTodd Kjos
2021-09-14binder: fix freeze raceLi Li
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu
2021-04-10binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio
2020-11-11binder: move structs from core file to header fileFrankie.Chang
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju
2019-02-01binderfs: remove separate device_initcall()Christian Brauner
2018-12-19binder: implement binderfsChristian Brauner