summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-18/+23
|\
| * android: binder: fix lockdep check on clearing vmaLiam Howlett2022-07-291-1/+8
| * android: binder: stop saving a pointer to the VMALiam R. Howlett2022-07-293-18/+16
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | binder: fix redefinition of seq_file attributesCarlos Llamas2022-07-083-107/+100
* | remove CONFIG_ANDROIDChristoph Hellwig2022-07-011-9/+0
* | Binder: add TF_UPDATE_TXN to replace outdated txnLi Li2022-06-272-3/+86
|/
* Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-051-0/+2
|\
| * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-051-0/+2
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
|\|
| * Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
* | binder: fix atomic sleep when get extended errorSchspa Shi2022-05-191-9/+6
* | binder: fix potential UAF of target_{proc,thread}Carlos Llamas2022-05-191-4/+5
* | binder: fix printk format for commandsCarlos Llamas2022-05-191-2/+2
* | binder: additional transaction error logsCarlos Llamas2022-05-091-4/+44
* | binder: convert logging macros into functionsCarlos Llamas2022-05-091-12/+29
* | binderfs: add extended_error feature entryCarlos Llamas2022-05-091-0/+8
* | binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2022-05-092-0/+63
* | binder: add failed transaction logging infoCarlos Llamas2022-05-091-2/+6
* | Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-021-1/+9
|\ \
| * | binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone2022-04-221-0/+3
| * | binder: Address corner cases in deferred copy and fixupAlessandro Astone2022-04-221-1/+6
| |/
* | binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco2022-04-261-11/+2
* | binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco2022-04-261-2/+2
* | binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco2022-04-261-4/+1
* | binder: hold fd_install until allocating fds firstCarlos Llamas2022-04-222-21/+15
|/
* drivers/android: remove redundant ret variableMinghao Chi2022-02-041-6/+2
* Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-031-1/+1
|\
| * binder: fix async_free_space accounting for empty parcelsTodd Kjos2021-12-211-1/+1
* | binder: use proper cacheflush header fileAjith P V2021-12-211-1/+1
* | Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman2021-12-131-12/+9
|\|
| * binder: use wake_up_pollfree()Eric Biggers2021-12-091-12/+9
* | binder: fix pointer cast warningArnd Bergmann2021-12-081-1/+2
* | binder: defer copies of pre-patched txn dataTodd Kjos2021-12-031-25/+274
* | binder: read pre-translated fds from sender bufferTodd Kjos2021-12-031-7/+32
* | binder: avoid potential data leakage when copying txnTodd Kjos2021-12-031-24/+70
* | binder: fix handling of error during copyTodd Kjos2021-12-031-2/+2
* | binder: remove repeat word from commentAjith P V2021-12-031-1/+1
|/
* binder: fix test regression due to sender_euid changeTodd Kjos2021-11-171-1/+1
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-7/+7
|\
| * binder: don't detect sender/target during buffer cleanupTodd Kjos2021-10-191-7/+7
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-17/+14
|\ \ | |/ |/|
| * binder: use cred instead of task for getsecidTodd Kjos2021-10-141-10/+1
| * binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-6/+6
| * binder: use euid from cred instead of using taskTodd Kjos2021-10-142-1/+7
* | binder: make sure fd closes completeTodd Kjos2021-09-141-6/+17
* | binder: fix freeze raceLi Li2021-09-142-6/+31
|/
* binder: Add invalid handle info in user error logRamji Jiyani2021-08-031-2/+2
* binderfs: add support for feature filesCarlos Llamas2021-07-211-0/+39