aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03binder: Add invalid handle info in user error logRamji Jiyani1-2/+2
2021-05-13binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTIONLuca Stefani1-1/+1
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+10
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu1-3/+24
2021-04-10binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu1-1/+2
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio1-0/+55
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio1-2/+2
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio1-10/+129
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+10
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman1-1/+1
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos1-0/+1
2020-11-11binder: add trace at free transaction.Frankie.Chang1-0/+18
2020-11-11binder: move structs from core file to header fileFrankie.Chang1-406/+0
2020-11-09binder: change error code from postive to negative in binder_transactionZhang Qilong1-1/+1
2020-11-09Android: binder: added a missing blank line after declarationAndrew Bridges1-0/+1
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-10binder: fix UAF when releasing todo listTodd Kjos1-25/+10
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin1-14/+4
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen1-1/+1
2020-09-03binder: Remove bogus warning on failed same-process transactionJann Horn1-2/+0
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey1-3/+2
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey1-2/+1
2020-07-29binder: Prevent context manager from incrementing ref 0Jann Horn1-1/+14
2020-06-23binder: fix null deref of proc->contextTodd Kjos1-7/+7
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner1-3/+9
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner1-1/+4
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2020-01-22binder: fix log spam for existing debugfs file creation.Martin Fuzzey1-18/+19
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe1-2/+4
2019-12-14binder: fix incorrect calculation for num_validTodd Kjos1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman1-7/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-17binder: Use common definition of SZ_1KJann Horn1-5/+1
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