summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
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-11-14binder: Handle start==NULL in binder_update_page_range()Jann Horn
2019-11-14binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn
2019-11-14binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn
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-21binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn
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: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)
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 a mount option to show global statsHridya Valsaraju
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju
2019-09-04binder: Validate the default binderfs device names.Hridya 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-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos
2019-04-25binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks
2019-03-21binder: fix race between munmap() and direct reclaimTodd Kjos
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos
2019-02-14binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos
2019-02-12binder: remove user_buffer_offsetTodd Kjos
2019-02-12binder: remove kernel vm_area for buffer spaceTodd 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
2019-01-30binderfs: respect limit on binder control creationChristian Brauner
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman
2019-01-22binder: create node flag to request sender's security contextTodd Kjos
2019-01-22binderfs: switch from d_add() to d_instantiate()Christian Brauner
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner
2019-01-22binderfs: kill_litter_super() before cleanupChristian Brauner