summaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)Author
2024-06-16binder: fix max_thread type inconsistencyCarlos Llamas
2024-05-02binder: check offset alignment in binder_get_object()Carlos Llamas
2024-02-23binder: signal epoll threads of self-workCarlos Llamas
2024-01-25binder: use EPOLLERR from eventpoll.hCarlos Llamas
2023-08-16binder: fix memory leak in binder_init()Qi Zheng
2023-06-05binder: fix UAF caused by faulty buffer cleanupCarlos Llamas
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2022-12-02binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone
2022-12-02binder: Address corner cases in deferred copy and fixupAlessandro Astone
2022-12-02binder: fix pointer cast warningArnd Bergmann
2022-12-02binder: defer copies of pre-patched txn dataTodd Kjos
2022-12-02binder: read pre-translated fds from sender bufferTodd Kjos
2022-12-02binder: avoid potential data leakage when copying txnTodd Kjos
2022-09-08binder: fix UAF of ref->proc caused by race conditionCarlos Llamas
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov
2022-01-27binder: fix handling of error during copyTodd Kjos
2021-12-14binder: use wake_up_pollfree()Eric Biggers
2021-12-01binder: fix test regression due to sender_euid changeTodd Kjos
2021-11-18binder: use cred instead of task for getsecidTodd Kjos
2021-11-18binder: use cred instead of task for selinux checksTodd Kjos
2021-11-18binder: use euid from cred instead of using taskTodd Kjos
2021-11-12binder: don't detect sender/target during buffer cleanupTodd Kjos
2021-09-30binder: make sure fd closes completeTodd Kjos
2020-12-30binder: add flag to clear buffer on txn completeTodd Kjos
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-10binder: fix UAF when releasing todo listTodd Kjos
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen
2020-09-03binder: Remove bogus warning on failed same-process transactionJann Horn
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey
2020-07-29binder: Prevent context manager from incrementing ref 0Jann Horn
2020-06-23binder: fix null deref of proc->contextTodd Kjos
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-22binder: fix log spam for existing debugfs file creation.Martin Fuzzey
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe
2019-12-14binder: fix incorrect calculation for num_validTodd Kjos
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-17binder: Use common definition of SZ_1KJann Horn
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn
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-07-24binder: prevent transactions to context manager from its own process.Hridya Valsaraju