summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-1/+1
|\
| * file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-101-1/+1
* | binder: add flag to clear buffer on txn completeTodd Kjos2020-12-091-0/+1
* | binder: add trace at free transaction.Frankie.Chang2020-11-111-0/+18
* | binder: move structs from core file to header fileFrankie.Chang2020-11-111-406/+0
* | binder: change error code from postive to negative in binder_transactionZhang Qilong2020-11-091-1/+1
* | Android: binder: added a missing blank line after declarationAndrew Bridges2020-11-091-0/+1
|/
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* binder: fix UAF when releasing todo listTodd Kjos2020-10-101-25/+10
* binder: simplify the return expression of binder_mmapLiu Shixin2020-10-051-14/+4
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-1/+1
* binder: Remove bogus warning on failed same-process transactionJann Horn2020-09-031-2/+0
* drivers: android: Remove braces for a single statement if-else blockMrinal Pandey2020-07-291-3/+2
* drivers: android: Remove the use of else after returnMrinal Pandey2020-07-291-2/+1
* binder: Prevent context manager from incrementing ref 0Jann Horn2020-07-291-1/+14
* 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