summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
AgeCommit message (Expand)AuthorLines
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey-3/+2
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey-2/+1
2020-07-29binder: Prevent context manager from incrementing ref 0Jann Horn-1/+14
2020-06-23binder: fix null deref of proc->contextTodd Kjos-7/+7
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner-3/+9
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner-1/+4
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2020-01-22binder: fix log spam for existing debugfs file creation.Martin Fuzzey-18/+19
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe-2/+4
2019-12-14binder: fix incorrect calculation for num_validTodd Kjos-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman-7/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-10-17binder: Use common definition of SZ_1KJann Horn-5/+1
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn-7/+0
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner-1/+3
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju-2/+44
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju-29/+5
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju-9/+6
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju-2/+3
2019-07-24binder: prevent transactions to context manager from its own process.Hridya Valsaraju-1/+1
2019-07-24binder: Set end of SG buffer area properly.Martijn Coenen-1/+2
2019-07-01binder: return errors from buffer copy functionsTodd Kjos-61/+92
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman-2/+14
2019-06-22binder: fix memory leak in error pathTodd Kjos-2/+2
2019-06-13binder: fix possible UAF when freeing bufferTodd Kjos-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-10/+1
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos-1/+11
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos-1/+2
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos-1/+1
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos-51/+67
2019-02-12binder: remove user_buffer_offsetTodd Kjos-32/+7
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos-49/+97
2019-02-12binder: add function to copy binder object from bufferTodd Kjos-17/+58
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos-44/+75
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos-7/+22
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-15/+22
2019-02-01binderfs: remove separate device_initcall()Christian Brauner-1/+6
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner-14/+16
2019-01-22binder: create node flag to request sender's security contextTodd Kjos-23/+83
2018-12-19binder: implement binderfsChristian Brauner-17/+8
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos-2/+61
2018-12-06binder: filter out nodes when showing binder procsTodd Kjos-0/+3
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Yangtao Li-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman-9/+12
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos-1/+42
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos-9/+12
2018-10-02binder: make symbol 'binder_free_buf' staticWei Yongjun-1/+1
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itRasmus Villemoes-2/+1