aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 1-1/+1
2020-10-10binder: fix UAF when releasing todo listGravatar Todd Kjos 1-25/+10
2020-10-05binder: simplify the return expression of binder_mmapGravatar Liu Shixin 1-14/+4
2020-09-03binder: print warnings when detecting oneway spamming.Gravatar Martijn Coenen 1-1/+1
2020-09-03binder: Remove bogus warning on failed same-process transactionGravatar Jann Horn 1-2/+0
2020-07-29drivers: android: Remove braces for a single statement if-else blockGravatar Mrinal Pandey 1-3/+2
2020-07-29drivers: android: Remove the use of else after returnGravatar Mrinal Pandey 1-2/+1
2020-07-29binder: Prevent context manager from incrementing ref 0Gravatar Jann Horn 1-1/+14
2020-06-23binder: fix null deref of proc->contextGravatar Todd Kjos 1-7/+7
2020-03-03binder: prevent UAF for binderfs devices IIGravatar Christian Brauner 1-3/+9
2020-03-03binder: prevent UAF for binderfs devicesGravatar Christian Brauner 1-1/+4
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2020-01-22binder: fix log spam for existing debugfs file creation.Gravatar Martin Fuzzey 1-18/+19
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Gravatar Jens Axboe 1-2/+4
2019-12-14binder: fix incorrect calculation for num_validGravatar Todd Kjos 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-10-27Merge 5.4-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-7/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-10-17binder: Use common definition of SZ_1KGravatar Jann Horn 1-5/+1
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerGravatar Jann Horn 1-7/+0
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Gravatar Christian Brauner 1-1/+3
2019-09-04binder: Add binder_proc logging to binderfsGravatar Hridya Valsaraju 1-2/+44
2019-09-04binder: Make transaction_log available in binderfsGravatar Hridya Valsaraju 1-29/+5
2019-09-04binder: Add stats, state and transactions filesGravatar Hridya Valsaraju 1-9/+6
2019-09-04binder: Add default binder devices through binderfs when configuredGravatar Hridya Valsaraju 1-2/+3
2019-07-24binder: prevent transactions to context manager from its own process.Gravatar Hridya Valsaraju 1-1/+1
2019-07-24binder: Set end of SG buffer area properly.Gravatar Martijn Coenen 1-1/+2
2019-07-01binder: return errors from buffer copy functionsGravatar Todd Kjos 1-61/+92
2019-06-23Merge 5.2-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+14
2019-06-22binder: fix memory leak in error pathGravatar Todd Kjos 1-2/+2
2019-06-13binder: fix possible UAF when freeing bufferGravatar Todd Kjos 1-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-04-25binder: check for overflow when alloc for security contextGravatar Todd Kjos 1-1/+11
2019-03-21binder: fix BUG_ON found by selinux-testsuiteGravatar Todd Kjos 1-1/+2
2019-02-15binder: fix handling of misaligned binder objectGravatar Todd Kjos 1-1/+1
2019-02-12binder: use userspace pointer as base of buffer spaceGravatar Todd Kjos 1-51/+67
2019-02-12binder: remove user_buffer_offsetGravatar Todd Kjos 1-32/+7
2019-02-12binder: avoid kernel vm_area for buffer fixupsGravatar Todd Kjos 1-49/+97
2019-02-12binder: add function to copy binder object from bufferGravatar Todd Kjos 1-17/+58
2019-02-12binder: add functions to copy to/from binder buffersGravatar Todd Kjos 1-44/+75
2019-02-12binder: create userspace-to-binder-buffer copy functionGravatar Todd Kjos 1-7/+22
2019-02-11Merge 5.0-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-15/+22
2019-02-01binderfs: remove separate device_initcall()Gravatar Christian Brauner 1-1/+6
2019-01-30binder: fix CONFIG_ANDROID_BINDER_DEVICESGravatar Christian Brauner 1-14/+16
2019-01-22binder: create node flag to request sender's security contextGravatar Todd Kjos 1-23/+83
2018-12-19binder: implement binderfsGravatar Christian Brauner 1-17/+8
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Gravatar Todd Kjos 1-2/+61
2018-12-06binder: filter out nodes when showing binder procsGravatar Todd Kjos 1-0/+3
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Gravatar Yangtao Li 1-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-9/+12