aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/gregkh/char-miscLinus 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
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-131/+151
2019-01-22binder: create node flag to request sender's security contextTodd Kjos1-23/+83
2019-01-22binderfs: switch from d_add() to d_instantiate()Christian Brauner1-1/+1
2019-01-22binderfs: drop lock in binderfs_binder_ctl_createChristian Brauner1-4/+0
2019-01-22binderfs: kill_litter_super() before cleanupChristian Brauner1-1/+2
2019-01-22binderfs: rework binderfs_binder_device_create()Christian Brauner1-20/+19
2019-01-22binderfs: rework binderfs_fill_super()Christian Brauner1-30/+11
2019-01-22binderfs: prevent renaming the control dentryChristian Brauner1-18/+10
2019-01-22binderfs: remove outdated commentChristian Brauner1-4/+0
2019-01-18binderfs: fix error return code in binderfs_fill_super()Wei Yongjun1-0/+1
2019-01-12binderfs: handle !CONFIG_IPC_NS buildsChristian Brauner1-0/+4
2019-01-11binderfs: reserve devices for initial mountChristian Brauner1-1/+6
2019-01-11binderfs: rename header to binderfs.hChristian Brauner1-1/+1
2019-01-11binderfs: implement "max" mount optionChristian Brauner1-6/+98
2019-01-08binderfs: make each binderfs mount a new instanceChristian Brauner1-39/+2
2019-01-08binderfs: remove wrong kern_mount() callChristian Brauner1-10/+0
2018-12-19binder: implement binderfsChristian Brauner5-17/+614
2018-12-19binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos1-2/+61
2018-12-06binder: filter out nodes when showing binder procsTodd Kjos1-0/+3
2018-12-06binder: fix kerneldoc header for struct binder_bufferTodd Kjos1-10/+10
2018-12-06binder: remove BINDER_DEBUG_ENTRY()Yangtao Li1-31/+17
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman3-21/+19
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos2-1/+43
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos3-21/+19
2018-10-02binder: make symbol 'binder_free_buf' staticWei Yongjun1-1/+1
2018-09-16Merge b4.19-rc4 into char-misc-nextGreg Kroah-Hartman1-8/+35
2018-09-14binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen1-0/+55
2018-09-14android: binder: use kstrdup instead of open-coding itRasmus Villemoes1-2/+1