summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* binder: fix async_free_space accounting for empty parcelsTodd Kjos2022-01-051-1/+1
* binder: use wake_up_pollfree()Eric Biggers2021-12-141-12/+9
* binder: fix test regression due to sender_euid changeTodd Kjos2021-12-081-1/+1
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-261-6/+6
* binder: use euid from cred instead of using taskTodd Kjos2021-11-261-1/+7
* binder: fix UAF when releasing todo listTodd Kjos2020-10-291-25/+10
* binder: Prevent context manager from incrementing ref 0Jann Horn2020-08-211-1/+14
* binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-291-1/+1
* binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks2020-05-021-4/+4
* binder: Handle start==NULL in binder_update_page_range()Jann Horn2019-12-171-3/+5
* binder: fix possible UAF when freeing bufferTodd Kjos2019-08-041-2/+14
* binder: prevent transactions to context manager from its own process.Hridya Valsaraju2019-07-311-1/+1
* binder: fix memory leak in error pathTodd Kjos2019-07-211-2/+2
* binder: fix race between munmap() and direct reclaimTodd Kjos2019-06-091-10/+8
* Revert "binder: fix handling of misaligned binder object"Todd Kjos2019-06-091-8/+10
* binder: fix handling of misaligned binder objectTodd Kjos2019-05-021-10/+8
* binder: fix race that allows malicious free of live bufferTodd Kjos2018-12-053-19/+19
* android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim2018-09-191-8/+34
* ANDROID: binder: prevent transactions into own process.Martijn Coenen2018-05-011-0/+8
* binder: replace "%p" with "%pK"Todd Kjos2018-02-251-4/+4
* binder: check for binder_thread allocation failure in binder_poll()Eric Biggers2018-02-251-0/+2
* ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen2018-02-251-0/+9
* ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos2018-02-251-2/+8
* android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-02-031-1/+1
* ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen2018-02-031-0/+12
* binder: fix proc->files use-after-freeTodd Kjos2018-01-021-13/+31
* ANDROID: binder: fix transaction leak.Martijn Coenen2017-12-101-9/+31
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
* android: binder: Don't get mm from taskSherry Yang2017-10-212-14/+9
* binder: call poll_wait() unconditionally.Martijn Coenen2017-10-201-10/+1
* Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-151-27/+66
|\
| * binder: fix use-after-free in binder_transaction()Todd Kjos2017-10-041-27/+66
* | android: binder: drop lru lock in isolate callbackSherry Yang2017-10-031-6/+12
|/
* binder: fix memory corruption in binder_transaction binderXu YiPing2017-09-181-0/+1
* binder: fix an ret value overrideXu YiPing2017-09-181-1/+0
* android: binder: fix type mismatch warningArnd Bergmann2017-09-181-3/+3
* ANDROID: binder: don't queue async transactions to thread.Martijn Coenen2017-09-011-3/+5
* ANDROID: binder: don't enqueue death notifications to thread todo.Martijn Coenen2017-09-011-16/+6
* ANDROID: binder: Don't BUG_ON(!spin_is_locked()).Martijn Coenen2017-09-011-16/+10
* ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctlColin Cross2017-09-011-0/+43
* ANDROID: binder: push new transactions to waiting threads.Martijn Coenen2017-09-011-54/+127
* ANDROID: binder: remove proc waitqueueMartijn Coenen2017-09-011-74/+181
* android: binder: Add page usage in binder statsSherry Yang2017-09-013-0/+32
* android: binder: fixup crash introduced by moving buffer hdrSherry Yang2017-09-011-1/+1
* android: binder: Add shrinker tracepointsSherry Yang2017-08-282-2/+80
* android: binder: Add global lru shrinker to binderSherry Yang2017-08-284-40/+225
* android: binder: Move buffer out of area shared with user spaceSherry Yang2017-08-283-67/+90
* android: binder: Add allocator selftestSherry Yang2017-08-285-0/+289
* android: binder: Refactor prev and next buffer into a helper functionSherry Yang2017-08-281-9/+15