summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* binder: fix null deref of proc->contextTodd Kjos2020-06-231-7/+7
* binder: prevent UAF for binderfs devices IIChristian Brauner2020-03-031-3/+9
* binder: prevent UAF for binderfs devicesChristian Brauner2020-03-031-1/+4
* Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-2/+4
|\
| * fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2020-01-201-2/+4
* | binder: fix log spam for existing debugfs file creation.Martin Fuzzey2020-01-221-18/+19
|/
* binder: fix incorrect calculation for num_validTodd Kjos2019-12-141-2/+2
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-271-7/+0
|\ \
| * | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-171-7/+0
* | | binder: Use common definition of SZ_1KJann Horn2019-10-171-5/+1
|/ /
* / binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-101-1/+3
|/
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-041-2/+44
* binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-041-29/+5
* binder: Add stats, state and transactions filesHridya Valsaraju2019-09-041-9/+6
* binder: Add default binder devices through binderfs when configuredHridya Valsaraju2019-09-041-2/+3
* binder: prevent transactions to context manager from its own process.Hridya Valsaraju2019-07-241-1/+1
* binder: Set end of SG buffer area properly.Martijn Coenen2019-07-241-1/+2
* binder: return errors from buffer copy functionsTodd Kjos2019-07-011-61/+92
* Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-231-2/+14
|\
| * binder: fix possible UAF when freeing bufferTodd Kjos2019-06-131-2/+14
* | binder: fix memory leak in error pathTodd Kjos2019-06-221-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* binder: check for overflow when alloc for security contextTodd Kjos2019-04-251-1/+11
* binder: fix BUG_ON found by selinux-testsuiteTodd Kjos2019-03-211-1/+2
* binder: fix handling of misaligned binder objectTodd Kjos2019-02-151-1/+1
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-121-51/+67
* binder: remove user_buffer_offsetTodd Kjos2019-02-121-32/+7
* binder: avoid kernel vm_area for buffer fixupsTodd Kjos2019-02-121-49/+97
* binder: add function to copy binder object from bufferTodd Kjos2019-02-121-17/+58
* binder: add functions to copy to/from binder buffersTodd Kjos2019-02-121-44/+75
* binder: create userspace-to-binder-buffer copy functionTodd Kjos2019-02-121-7/+22
* Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-111-15/+22
|\
| * binderfs: remove separate device_initcall()Christian Brauner2019-02-011-1/+6
| * binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner2019-01-301-14/+16
* | binder: create node flag to request sender's security contextTodd Kjos2019-01-221-23/+83
|/
* binder: implement binderfsChristian Brauner2018-12-191-17/+8
* binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos2018-12-191-2/+61
* binder: filter out nodes when showing binder procsTodd Kjos2018-12-061-0/+3
* binder: remove BINDER_DEBUG_ENTRY()Yangtao Li2018-12-061-31/+17
* Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-9/+12
|\
| * binder: fix race that allows malicious free of live bufferTodd Kjos2018-11-261-9/+12
* | binder: fix sparse warnings on locking contextTodd Kjos2018-11-261-1/+42
|/
* binder: make symbol 'binder_free_buf' staticWei Yongjun2018-10-021-1/+1
* binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen2018-09-141-0/+55
* android: binder: use kstrdup instead of open-coding itRasmus Villemoes2018-09-141-2/+1
* binder: use standard functions to allocate fdsTodd Kjos2018-09-141-155/+232
* android: binder: no outgoing transaction when thread todo has transactionSherry Yang2018-09-141-12/+32
* android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2018-08-081-2/+3