| Commit message (Expand) | Author | Age | Files | Lines |
* | binder: Fix comment headers on binder_alloc_prepare_to_free() | Joel Fernandes (Google) | 2019-10-10 | 1 | -1/+1 |
* | binder: prevent UAF read in print_binder_transaction_log_entry() | Christian Brauner | 2019-10-10 | 2 | -2/+4 |
* | binder: Add binder_proc logging to binderfs | Hridya Valsaraju | 2019-09-04 | 3 | -39/+121 |
* | binder: Make transaction_log available in binderfs | Hridya Valsaraju | 2019-09-04 | 3 | -29/+53 |
* | binder: Add stats, state and transactions files | Hridya Valsaraju | 2019-09-04 | 3 | -10/+153 |
* | binder: add a mount option to show global stats | Hridya Valsaraju | 2019-09-04 | 1 | -2/+43 |
* | binder: Add default binder devices through binderfs when configured | Hridya Valsaraju | 2019-09-04 | 3 | -5/+25 |
* | binder: Validate the default binderfs device names. | Hridya Valsaraju | 2019-09-04 | 1 | -0/+12 |
* | binder: prevent transactions to context manager from its own process. | Hridya Valsaraju | 2019-07-24 | 1 | -1/+1 |
* | binder: Set end of SG buffer area properly. | Martijn Coenen | 2019-07-24 | 1 | -1/+2 |
* | binder: return errors from buffer copy functions | Todd Kjos | 2019-07-01 | 3 | -93/+126 |
* | Merge 5.2-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-06-23 | 1 | -2/+14 |
|\ |
|
| * | binder: fix possible UAF when freeing buffer | Todd Kjos | 2019-06-13 | 1 | -2/+14 |
* | | binder: fix memory leak in error path | Todd Kjos | 2019-06-22 | 1 | -2/+2 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 5 | -50/+5 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-07 | 1 | -1/+11 |
|\ |
|
| * | binder: check for overflow when alloc for security context | Todd Kjos | 2019-04-25 | 1 | -1/+11 |
* | | binder: take read mode of mmap_sem in binder_alloc_free_page() | Tyler Hicks | 2019-04-25 | 1 | -4/+4 |
|/ |
|
* | binder: fix race between munmap() and direct reclaim | Todd Kjos | 2019-03-21 | 1 | -10/+8 |
* | binder: fix BUG_ON found by selinux-testsuite | Todd Kjos | 2019-03-21 | 1 | -1/+2 |
* | binder: reduce mmap_sem write-side lock | Minchan Kim | 2019-02-19 | 1 | -2/+2 |
* | binder: fix handling of misaligned binder object | Todd Kjos | 2019-02-15 | 1 | -1/+1 |
* | binder: fix sparse issue in binder_alloc_selftest.c | Todd Kjos | 2019-02-14 | 1 | -2/+3 |
* | binder: use userspace pointer as base of buffer space | Todd Kjos | 2019-02-12 | 5 | -99/+118 |
* | binder: remove user_buffer_offset | Todd Kjos | 2019-02-12 | 3 | -65/+13 |
* | binder: remove kernel vm_area for buffer space | Todd Kjos | 2019-02-12 | 1 | -38/+2 |
* | binder: avoid kernel vm_area for buffer fixups | Todd Kjos | 2019-02-12 | 1 | -49/+97 |
* | binder: add function to copy binder object from buffer | Todd Kjos | 2019-02-12 | 1 | -17/+58 |
* | binder: add functions to copy to/from binder buffers | Todd Kjos | 2019-02-12 | 4 | -45/+147 |
* | binder: create userspace-to-binder-buffer copy function | Todd Kjos | 2019-02-12 | 3 | -7/+143 |
* | Merge 5.0-rc6 into char-misc-next | Greg Kroah-Hartman | 2019-02-11 | 3 | -19/+41 |
|\ |
|
| * | binderfs: remove separate device_initcall() | Christian Brauner | 2019-02-01 | 3 | -4/+16 |
| * | binderfs: respect limit on binder control creation | Christian Brauner | 2019-01-30 | 1 | -1/+9 |
| * | binder: fix CONFIG_ANDROID_BINDER_DEVICES | Christian Brauner | 2019-01-30 | 1 | -14/+16 |
* | | Merge 5.0-rc4 into char-misc-next | Greg Kroah-Hartman | 2019-01-28 | 1 | -131/+151 |
|\| |
|
| * | binderfs: switch from d_add() to d_instantiate() | Christian Brauner | 2019-01-22 | 1 | -1/+1 |
| * | binderfs: drop lock in binderfs_binder_ctl_create | Christian Brauner | 2019-01-22 | 1 | -4/+0 |
| * | binderfs: kill_litter_super() before cleanup | Christian Brauner | 2019-01-22 | 1 | -1/+2 |
| * | binderfs: rework binderfs_binder_device_create() | Christian Brauner | 2019-01-22 | 1 | -20/+19 |
| * | binderfs: rework binderfs_fill_super() | Christian Brauner | 2019-01-22 | 1 | -30/+11 |
| * | binderfs: prevent renaming the control dentry | Christian Brauner | 2019-01-22 | 1 | -18/+10 |
| * | binderfs: remove outdated comment | Christian Brauner | 2019-01-22 | 1 | -4/+0 |
| * | binderfs: fix error return code in binderfs_fill_super() | Wei Yongjun | 2019-01-18 | 1 | -0/+1 |
| * | binderfs: handle !CONFIG_IPC_NS builds | Christian Brauner | 2019-01-12 | 1 | -0/+4 |
| * | binderfs: reserve devices for initial mount | Christian Brauner | 2019-01-11 | 1 | -1/+6 |
| * | binderfs: rename header to binderfs.h | Christian Brauner | 2019-01-11 | 1 | -1/+1 |
| * | binderfs: implement "max" mount option | Christian Brauner | 2019-01-11 | 1 | -6/+98 |
| * | binderfs: make each binderfs mount a new instance | Christian Brauner | 2019-01-08 | 1 | -39/+2 |
| * | binderfs: remove wrong kern_mount() call | Christian Brauner | 2019-01-08 | 1 | -10/+0 |