summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* binder: signal epoll threads of self-workCarlos Llamas2024-02-231-0/+10
* binder: fix unused alloc->free_async_spaceCarlos Llamas2024-01-251-5/+3
* binder: fix race between mmput() and do_exit()Carlos Llamas2024-01-251-2/+2
* binder: fix async space check for 0-sized buffersCarlos Llamas2024-01-251-3/+4
* binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas2024-01-251-1/+1
* binder: use EPOLLERR from eventpoll.hCarlos Llamas2024-01-251-1/+1
* binder: fix memory leak in binder_init()Qi Zheng2023-08-163-0/+8
* binder: fix UAF of ref->proc caused by race conditionCarlos Llamas2022-09-151-0/+12
* 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-011-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-111-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-131-3/+5
* binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn2019-12-131-8/+14
* android: binder: no outgoing transaction when thread todo has transactionSherry Yang2019-11-201-12/+32
* 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-141-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-21/+19
* android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim2018-09-121-8/+35
* android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2018-08-082-17/+29
* android: binder: Show extra_buffers_size in traceSherry Yang2018-08-021-2/+5
* android: binder: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+3
* android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+1
* android: binder: Drop dependency on !M68KGeert Uytterhoeven2018-07-071-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* android: binder: Change return type to vm_fault_tSouptick Joarder2018-05-141-1/+1
* ANDROID: binder: change down_write to down_readMinchan Kim2018-05-142-4/+6
* ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时2018-05-141-1/+2
* ANDROID: binder: remove 32-bit binder interface.Martijn Coenen2018-05-142-18/+1
* Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2018-04-301-0/+8
|\
| * ANDROID: binder: prevent transactions into own process.Martijn Coenen2018-04-231-0/+8
* | ANDROID: binder: re-order some conditionsDan Carpenter2018-04-231-2/+2
|/
* ANDROID: binder: synchronize_rcu() when using POLLFREE.Martijn Coenen2018-02-161-0/+9
* binder: replace "%p" with "%pK"Todd Kjos2018-02-161-4/+4
* ANDROID: binder: remove WARN() for redundant txn errorTodd Kjos2018-02-161-2/+8
* binder: check for binder_thread allocation failure in binder_poll()Eric Biggers2018-02-161-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-013-71/+158
|\
| * android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-01-251-1/+1
| * android: binder: Use true and false for boolean valuesGustavo A. R. Silva2018-01-251-3/+3
| * android: binder: Use octal permissionsHarsh Shandilya2018-01-091-8/+8