summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2018-12-19Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-12-11UPSTREAM: binder: fix race that allows malicious free of live bufferTodd Kjos
2018-10-10Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-10-04FROMLIST: ANDROID: binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.Martijn Coenen
2018-08-06Revert "UPSTREAM: ANDROID: binder: remove 32-bit binder interface."Tao Huang
2018-08-03Merge tag 'lsk-v4.4-18.07-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-07-19UPSTREAM: binder: replace "%p" with "%pK"Todd Kjos
2018-07-19UPSTREAM: binder: free memory on errorChristian Brauner
2018-07-19UPSTREAM: binder: fix proc->files use-after-freeTodd Kjos
2018-07-19UPSTREAM: Revert "FROMLIST: binder: fix proc->files use-after-free"Martijn Coenen
2018-07-19UPSTREAM: ANDROID: binder: change down_write to down_readMinchan Kim
2018-07-19UPSTREAM: ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时
2018-07-19UPSTREAM: ANDROID: binder: remove 32-bit binder interface.Martijn Coenen
2018-07-19UPSTREAM: ANDROID: binder: re-order some conditionsDan Carpenter
2018-07-19UPSTREAM: android: binder: use VM_ALLOC to get vm areaGanesh Mahendran
2018-07-19UPSTREAM: android: binder: Use true and false for boolean valuesGustavo A. R. Silva
2018-07-19UPSTREAM: android: binder: Use octal permissionsHarsh Shandilya
2018-07-19UPSTREAM: android: binder: Prefer __func__ to using hardcoded function nameElad Wexler
2018-07-19UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent...Xiongwei Song
2018-07-19UPSTREAM: android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa
2018-06-04Merge tag 'lsk-v4.4-18.05-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-05-20UPSTREAM: ANDROID: binder: prevent transactions into own process.Martijn Coenen
2018-05-20UPSTREAM: ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos
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