summaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-08-19binder: fix hang of unregistered readersCarlos Llamas1-3/+1
2024-06-16binder: fix max_thread type inconsistencyCarlos Llamas1-2/+2
2024-05-02binder: check offset alignment in binder_get_object()Carlos Llamas1-1/+3
2024-02-23binder: signal epoll threads of self-workCarlos Llamas1-0/+10
2024-01-26binder: use EPOLLERR from eventpoll.hCarlos Llamas1-1/+1
2023-08-16binder: fix memory leak in binder_init()Qi Zheng1-0/+1
2023-06-05binder: fix UAF caused by faulty buffer cleanupCarlos Llamas1-6/+20
2022-12-08binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone1-0/+3
2022-12-08binder: Address corner cases in deferred copy and fixupAlessandro Astone1-1/+6
2022-12-08binder: fix pointer cast warningArnd Bergmann1-1/+2
2022-12-08binder: defer copies of pre-patched txn dataTodd Kjos1-25/+274
2022-12-08binder: read pre-translated fds from sender bufferTodd Kjos1-7/+32
2022-12-08binder: avoid potential data leakage when copying txnTodd Kjos1-24/+70
2022-09-15binder: fix UAF of ref->proc caused by race conditionCarlos Llamas1-0/+12
2022-09-05io_uring: disable polling pollfree filesPavel Begunkov1-0/+1
2022-01-27binder: fix handling of error during copyTodd Kjos1-2/+2
2021-12-14binder: use wake_up_pollfree()Eric Biggers1-12/+9
2021-12-01binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-11-17binder: use cred instead of task for getsecidTodd Kjos1-1/+1
2021-11-17binder: use cred instead of task for selinux checksTodd Kjos1-6/+6
2021-11-17binder: use euid from cred instead of using taskTodd Kjos1-1/+7
2021-11-12binder: don't detect sender/target during buffer cleanupTodd Kjos1-7/+7
2021-09-30binder: make sure fd closes completeTodd Kjos1-6/+17
2020-12-30binder: add flag to clear buffer on txn completeTodd Kjos1-0/+1
2020-10-29binder: Remove bogus warning on failed same-process transactionJann Horn1-2/+0
2020-10-29binder: fix UAF when releasing todo listTodd Kjos1-25/+10
2020-08-11binder: Prevent context manager from incrementing ref 0Jann Horn1-1/+14
2020-06-30binder: fix null deref of proc->contextTodd Kjos1-7/+7
2020-03-12binder: prevent UAF for binderfs devices IIChristian Brauner1-3/+9
2020-03-12binder: prevent UAF for binderfs devicesChristian Brauner1-1/+4
2020-02-01binder: fix log spam for existing debugfs file creation.Martin Fuzzey1-18/+19
2019-12-17binder: fix incorrect calculation for num_validTodd Kjos1-2/+2
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn1-7/+0
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner1-1/+3
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju1-2/+44
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju1-29/+5
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju1-9/+6
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju1-2/+3
2019-07-24binder: prevent transactions to context manager from its own process.Hridya Valsaraju1-1/+1
2019-07-24binder: Set end of SG buffer area properly.Martijn Coenen1-1/+2
2019-07-01binder: return errors from buffer copy functionsTodd Kjos1-61/+92
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+14
2019-06-22binder: fix memory leak in error pathTodd Kjos1-2/+2
2019-06-13binder: fix possible UAF when freeing bufferTodd Kjos1-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos1-1/+11
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos1-1/+2
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos1-1/+1
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos1-51/+67