aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-02-12binder: remove user_buffer_offsetTodd Kjos1-32/+7
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos1-49/+97
2019-02-12binder: add function to copy binder object from bufferTodd Kjos1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos1-44/+75
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos1-7/+22
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman1-15/+22
2019-02-01binderfs: remove separate device_initcall()Christian Brauner1-1/+6
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner1-14/+16
2019-01-22binder: create node flag to request sender's security contextTodd Kjos1-23/+83
2018-12-19binder: implement binderfsChristian Brauner1-17/+8
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos1-2/+61
2018-12-06binder: filter out nodes when showing binder procsTodd Kjos1-0/+3
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Yangtao Li1-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman1-9/+12
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos1-1/+42
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos1-9/+12
2018-10-02binder: make symbol 'binder_free_buf' staticWei Yongjun1-1/+1
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen1-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itRasmus Villemoes1-2/+1
2018-09-14binder: use standard functions to allocate fdsTodd Kjos1-155/+232
2018-09-14android: binder: no outgoing transaction when thread todo has transactionSherry Yang1-12/+32
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang1-2/+3
2018-07-24android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+3
2018-05-14android: binder: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-14ANDROID: binder: change down_write to down_readMinchan Kim1-1/+3