summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2018-03-09Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-03-05UPSTREAM: ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen
2018-03-05UPSTREAM: ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen
2018-03-05Revert "binder: add missing binder_unlock()"Greg Kroah-Hartman
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-02-28binder: add missing binder_unlock()Eric Biggers
2018-02-25binder: check for binder_thread allocation failure in binder_poll()Eric Biggers
2018-01-26Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-01-22ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen
2018-01-22UPSTREAM: android: binder: fix type mismatch warningArnd Bergmann
2017-12-15Revert "ANDROID: binder: Add thread->process_todo flag."Tao Huang
2017-12-15Revert "ANDROID: binder: clarify deferred thread work."Tao Huang
2017-11-20FROMLIST: binder: fix proc->files use-after-freeTodd Kjos
2017-11-20ANDROID: binder: clarify deferred thread work.Martijn Coenen
2017-11-20ANDROID: binder: Add thread->process_todo flag.Martijn Coenen
2017-11-20ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen
2017-11-20FROMLIST: android: binder: Change binder_shrinker to staticSherry Yang
2017-11-20FROMLIST: android: binder: Fix null ptr dereference in debug msgSherry Yang
2017-10-15ANDROID: binder: fix node sched policy calculationGanesh Mahendran
2017-10-15ANDROID: binder: init desired_prio.sched_policy before use itGanesh Mahendran
2017-10-15ANDROID: binder: fix transaction leak.Martijn Coenen
2017-10-15ANDROID: binder: Add tracing for binder priority inheritance.Martijn Coenen
2017-10-15FROMLIST: binder: fix use-after-free in binder_transaction()Todd Kjos
2017-10-15FROMLIST: android: binder: Don't get mm from taskSherry Yang
2017-10-15FROMLIST: android: binder: Remove unused vma argumentSherry Yang
2017-10-15FROMLIST: android: binder: Drop lru lock in isolate callbackSherry Yang
2017-09-18FROMLIST: binder: fix an ret value overrideXu YiPing
2017-09-18FROMLIST: binder: fix memory corruption in binder_transaction binderXu YiPing
2017-09-18FROMLIST: android: binder: Add page usage in binder statsSherry Yang
2017-09-18FROMLIST: android: binder: Add shrinker tracepointsSherry Yang
2017-09-18FROMLIST: android: binder: Add global lru shrinker to binderSherry Yang
2017-09-18FROMLIST: android: binder: Move buffer out of area shared with user spaceSherry Yang
2017-09-18FROMLIST: android: binder: Add allocator selftestSherry Yang
2017-09-18FROMLIST: android: binder: Refactor prev and next buffer into a helper functionSherry Yang
2017-08-30ANDROID: binder: fix proc->tsk check.Martijn Coenen
2017-08-30binder: Use wake up hint for synchronous transactions.Riley Andrews
2017-08-30binder: use group leader instead of open threadTodd Kjos
2017-08-11ANDROID: binder: don't queue async transactions to thread.Martijn Coenen
2017-08-11ANDROID: binder: call poll_wait() unconditionally.Martijn Coenen
2017-08-11ANDROID: binder: don't enqueue death notifications to thread todo.Martijn Coenen
2017-08-11ANDROID: binder: Don't BUG_ON(!spin_is_locked()).Martijn Coenen
2017-08-11ANDROID: binder: don't check prio permissions on restore.Martijn Coenen
2017-08-11Add BINDER_GET_NODE_DEBUG_INFO ioctlColin Cross
2017-08-11ANDROID: binder: add RT inheritance flag to node.Martijn Coenen
2017-08-11ANDROID: binder: improve priority inheritance.Martijn Coenen
2017-08-11ANDROID: binder: add min sched_policy to node.Martijn Coenen
2017-08-11ANDROID: binder: add support for RT prio inheritance.Martijn Coenen
2017-08-11ANDROID: binder: push new transactions to waiting threads.Martijn Coenen
2017-08-11ANDROID: binder: remove proc waitqueueMartijn Coenen
2017-08-11FROMLIST: binder: remove global binder lockTodd Kjos