summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | binder: Handle start==NULL in binder_update_page_range()Jann Horn2019-11-141-3/+5
* | binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn2019-11-141-5/+6
* | binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn2019-11-141-8/+14
* | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-272-9/+4
|\ \
| * | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-172-9/+4
* | | binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn2019-10-211-1/+0
* | | binder: Use common definition of SZ_1KJann Horn2019-10-171-5/+1
|/ /
* | binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
* | binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-102-2/+4
|/
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-043-39/+121
* binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-043-29/+53
* binder: Add stats, state and transactions filesHridya Valsaraju2019-09-043-10/+153
* binder: add a mount option to show global statsHridya Valsaraju2019-09-041-2/+43
* binder: Add default binder devices through binderfs when configuredHridya Valsaraju2019-09-043-5/+25
* binder: Validate the default binderfs device names.Hridya Valsaraju2019-09-041-0/+12
* 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-013-93/+126
* 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-055-50/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-1/+11
|\
| * binder: check for overflow when alloc for security contextTodd Kjos2019-04-251-1/+11
* | binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks2019-04-251-4/+4
|/
* binder: fix race between munmap() and direct reclaimTodd Kjos2019-03-211-10/+8
* binder: fix BUG_ON found by selinux-testsuiteTodd Kjos2019-03-211-1/+2
* binder: reduce mmap_sem write-side lockMinchan Kim2019-02-191-2/+2
* binder: fix handling of misaligned binder objectTodd Kjos2019-02-151-1/+1
* binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos2019-02-141-2/+3
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-125-99/+118
* binder: remove user_buffer_offsetTodd Kjos2019-02-123-65/+13
* binder: remove kernel vm_area for buffer spaceTodd Kjos2019-02-121-38/+2
* 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-124-45/+147
* binder: create userspace-to-binder-buffer copy functionTodd Kjos2019-02-123-7/+143
* Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-113-19/+41
|\
| * binderfs: remove separate device_initcall()Christian Brauner2019-02-013-4/+16
| * binderfs: respect limit on binder control creationChristian Brauner2019-01-301-1/+9
| * binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner2019-01-301-14/+16
* | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-281-131/+151
|\|
| * binderfs: switch from d_add() to d_instantiate()Christian Brauner2019-01-221-1/+1