summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2017-11-16FROMLIST: binder: fix proc->files use-after-freeTodd Kjos
2017-11-06Merge android-4.4@ceee5bd (v4.4.95) into msm-4.4Blagovest Kolenichev
2017-10-26ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen
2017-10-26ANDROID: binder: Add thread->process_todo flag.Martijn Coenen
2017-10-23FROMLIST: android: binder: Fix null ptr dereference in debug msgSherry Yang
2017-10-23FROMLIST: android: binder: Change binder_shrinker to staticSherry Yang
2017-10-20Merge android-4.4@d6fbbe5 (v4.4.93) into msm-4.4Blagovest Kolenichev
2017-10-20Merge android-4.4@73a2b70 (v4.4.92) into msm-4.4Blagovest Kolenichev
2017-10-12ANDROID: binder: fix node sched policy calculationGanesh Mahendran
2017-10-12ANDROID: binder: init desired_prio.sched_policy before use itGanesh Mahendran
2017-10-05ANDROID: binder: fix transaction leak.Martijn Coenen
2017-10-05ANDROID: binder: Add tracing for binder priority inheritance.Martijn Coenen
2017-10-02FROMLIST: binder: fix use-after-free in binder_transaction()Todd Kjos
2017-09-29Merge android-4.4@d68ba9f (v4.4.89) into msm-4.4Blagovest Kolenichev
2017-09-21Merge android-4.4@a8935c9 (v4.4.87) into msm-4.4Blagovest Kolenichev
2017-09-20FROMLIST: android: binder: Don't get mm from taskSherry Yang
2017-09-20FROMLIST: android: binder: Remove unused vma argumentSherry Yang
2017-09-20FROMLIST: android: binder: Drop lru lock in isolate callbackSherry Yang
2017-09-06FROMLIST: binder: fix an ret value overrideXu YiPing
2017-09-05FROMLIST: binder: fix memory corruption in binder_transaction binderXu YiPing
2017-09-01Merge android-4.4@4b8fc9f (v4.4.82) into msm-4.4Blagovest Kolenichev
2017-08-31FROMLIST: android: binder: Add page usage in binder statsSherry Yang
2017-08-31FROMLIST: android: binder: Add shrinker tracepointsSherry Yang
2017-08-31FROMLIST: android: binder: Add global lru shrinker to binderSherry Yang
2017-08-31FROMLIST: android: binder: Move buffer out of area shared with user spaceSherry Yang
2017-08-31FROMLIST: android: binder: Add allocator selftestSherry Yang
2017-08-31FROMLIST: android: binder: Refactor prev and next buffer into a helper functionSherry Yang
2017-08-15Merge android-4.4@9f764bb (v4.4.80) into msm-4.4Blagovest Kolenichev
2017-08-11ANDROID: binder: don't queue async transactions to thread.Martijn Coenen
2017-08-11ANDROID: binder: don't enqueue death notifications to thread todo.Martijn Coenen
2017-08-11ANDROID: binder: call poll_wait() unconditionally.Martijn Coenen
2017-08-04Merge android-4.4@59ff2e1 (v4.4.78) into msm-4.4Blagovest Kolenichev
2017-08-04android: binder: Revert duplicated changes for next binder mergeBlagovest Kolenichev
2017-08-04android: binder: Revert fixes for preemption and locking issuesBlagovest Kolenichev
2017-07-28ANDROID: binder: Don't BUG_ON(!spin_is_locked()).Martijn Coenen
2017-07-20ANDROID: binder: don't check prio permissions on restore.Martijn Coenen
2017-07-19Add BINDER_GET_NODE_DEBUG_INFO ioctlColin Cross
2017-07-14ANDROID: binder: add RT inheritance flag to node.Martijn Coenen
2017-07-14ANDROID: binder: improve priority inheritance.Martijn Coenen
2017-07-14ANDROID: binder: add min sched_policy to node.Martijn Coenen
2017-07-14ANDROID: binder: add support for RT prio inheritance.Martijn Coenen
2017-07-14ANDROID: binder: push new transactions to waiting threads.Martijn Coenen
2017-07-14ANDROID: binder: remove proc waitqueueMartijn Coenen
2017-07-13FROMLIST: binder: remove global binder lockTodd Kjos
2017-07-13FROMLIST: binder: fix death race conditionsMartijn Coenen
2017-07-13FROMLIST: binder: protect against stale pointers in print_binder_transactionTodd Kjos
2017-07-13FROMLIST: binder: protect binder_ref with outer lockTodd Kjos
2017-07-13FROMLIST: binder: use inner lock to protect thread accountingTodd Kjos
2017-07-13FROMLIST: binder: protect transaction_stack with inner lock.Martijn Coenen
2017-07-13FROMLIST: binder: protect proc->threads with inner_lockTodd Kjos