summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2019-03-04FROMGIT: binder: create node flag to request sender's security contextTodd Kjos
2018-12-03UPSTREAM: binder: fix race that allows malicious free of live bufferTodd Kjos
2018-07-17UPSTREAM: binder: replace "%p" with "%pK"Todd Kjos
2018-07-17UPSTREAM: binder: free memory on errorChristian Brauner
2018-07-17UPSTREAM: binder: fix proc->files use-after-freeTodd Kjos
2018-07-17UPSTREAM: Revert "FROMLIST: binder: fix proc->files use-after-free"Martijn Coenen
2018-07-17UPSTREAM: ANDROID: binder: change down_write to down_readMinchan Kim
2018-07-17UPSTREAM: ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时
2018-07-17UPSTREAM: ANDROID: binder: remove 32-bit binder interface.Martijn Coenen
2018-07-17UPSTREAM: ANDROID: binder: re-order some conditionsDan Carpenter
2018-07-17UPSTREAM: android: binder: use VM_ALLOC to get vm areaGanesh Mahendran
2018-07-17UPSTREAM: android: binder: Use true and false for boolean valuesGustavo A. R. Silva
2018-07-17UPSTREAM: android: binder: Use octal permissionsHarsh Shandilya
2018-07-17UPSTREAM: android: binder: Prefer __func__ to using hardcoded function nameElad Wexler
2018-07-17UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent...Xiongwei Song
2018-07-17UPSTREAM: android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa
2018-05-11UPSTREAM: ANDROID: binder: prevent transactions into own process.Martijn Coenen
2018-03-07UPSTREAM: ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos
2018-02-28Revert "binder: add missing binder_unlock()"Greg Kroah-Hartman
2018-02-28Merge 4.4.119 into android-4.4Greg Kroah-Hartman
2018-02-28binder: add missing binder_unlock()Eric Biggers
2018-02-26Merge 4.4.118 into android-4.4Greg Kroah-Hartman
2018-02-25binder: check for binder_thread allocation failure in binder_poll()Eric Biggers
2018-02-23UPSTREAM: ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen
2018-02-06UPSTREAM: ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen
2017-12-20ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen
2017-11-27UPSTREAM: android: binder: fix type mismatch warningArnd Bergmann
2017-11-15FROMLIST: binder: fix proc->files use-after-freeTodd Kjos
2017-11-13ANDROID: binder: clarify deferred thread work.Martijn Coenen
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-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-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-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-30ANDROID: binder: fix proc->tsk check.Martijn Coenen