summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2020-12-30binder: add flag to clear buffer on txn completeTodd Kjos3-1/+52
2020-10-29binder: Remove bogus warning on failed same-process transactionJann Horn1-2/+0
2020-10-29binder: fix UAF when releasing todo listTodd Kjos1-25/+10
2020-08-11binder: Prevent context manager from incrementing ref 0Jann Horn1-1/+14
2020-07-29binder: Don't use mmput() from shrinker function.Tetsuo Handa1-1/+1
2020-06-30binder: fix null deref of proc->contextTodd Kjos1-7/+7
2020-03-25binderfs: use refcount for binder control devices tooChristian Brauner1-0/+1
2020-03-12binder: prevent UAF for binderfs devices IIChristian Brauner3-18/+16
2020-03-12binder: prevent UAF for binderfs devicesChristian Brauner2-1/+17
2020-02-01binder: fix log spam for existing debugfs file creation.Martin Fuzzey1-18/+19
2019-12-17binder: fix incorrect calculation for num_validTodd Kjos1-2/+2
2019-12-13binder: Handle start==NULL in binder_update_page_range()Jann Horn1-3/+5
2019-12-13binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn1-5/+6
2019-12-13binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn1-8/+14
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn2-9/+4
2019-10-10binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)1-1/+1
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2-2/+4
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju3-39/+121
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju3-29/+53
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju3-10/+153
2019-09-04binder: add a mount option to show global statsHridya Valsaraju1-2/+43
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju3-5/+25
2019-09-04binder: Validate the default binderfs device names.Hridya Valsaraju1-0/+12
2019-07-24binder: prevent transactions to context manager from its own process.Hridya Valsaraju1-1/+1
2019-07-24binder: Set end of SG buffer area properly.Martijn Coenen1-1/+2
2019-07-01binder: return errors from buffer copy functionsTodd Kjos3-93/+126
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman1-2/+14
2019-06-22binder: fix memory leak in error pathTodd Kjos1-2/+2
2019-06-13binder: fix possible UAF when freeing bufferTodd Kjos1-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner5-50/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos1-1/+11
2019-04-25binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks1-4/+4
2019-03-21binder: fix race between munmap() and direct reclaimTodd Kjos1-10/+8
2019-03-21binder: fix BUG_ON found by selinux-testsuiteTodd Kjos1-1/+2
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim1-2/+2
2019-02-15binder: fix handling of misaligned binder objectTodd Kjos1-1/+1
2019-02-14binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos1-2/+3
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos5-99/+118
2019-02-12binder: remove user_buffer_offsetTodd Kjos3-65/+13
2019-02-12binder: remove kernel vm_area for buffer spaceTodd Kjos1-38/+2
2019-02-12binder: avoid kernel vm_area for buffer fixupsTodd Kjos1-49/+97
2019-02-12binder: add function to copy binder object from bufferTodd Kjos1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos4-45/+147
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos3-7/+143
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman3-19/+41
2019-02-01binderfs: remove separate device_initcall()Christian Brauner3-4/+16
2019-01-30binderfs: respect limit on binder control creationChristian Brauner1-1/+9
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESChristian Brauner1-14/+16