summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
AgeCommit message (Expand)Author
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos
2020-11-11binder: add trace at free transaction.Frankie.Chang
2020-11-11binder: move structs from core file to header fileFrankie.Chang
2020-11-09binder: change error code from postive to negative in binder_transactionZhang Qilong
2020-11-09Android: binder: added a missing blank line after declarationAndrew Bridges
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-10binder: fix UAF when releasing todo listTodd Kjos
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen
2020-09-03binder: Remove bogus warning on failed same-process transactionJann Horn
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey
2020-07-29binder: Prevent context manager from incrementing ref 0Jann Horn
2020-06-23binder: fix null deref of proc->contextTodd Kjos
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-22binder: fix log spam for existing debugfs file creation.Martin Fuzzey
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe
2019-12-14binder: fix incorrect calculation for num_validTodd Kjos
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-17binder: Use common definition of SZ_1KJann Horn
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju
2019-07-24binder: prevent transactions to context manager from its own process.Hridya Valsaraju
2019-07-24binder: Set end of SG buffer area properly.Martijn Coenen
2019-07-01binder: return errors from buffer copy functionsTodd Kjos
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman
2019-06-22binder: fix memory leak in error pathTodd Kjos
2019-06-13binder: fix possible UAF when freeing bufferTodd Kjos
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos
2019-02-12binder: remove user_buffer_offsetTodd Kjos
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos
2019-02-12binder: add function to copy binder object from bufferTodd Kjos
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman
2019-02-01binderfs: remove separate device_initcall()Christian Brauner