summaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorLines
2022-11-09binder: validate alloc->mm in ->mmap() handlerCarlos Llamas-0/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-3/+1
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas-3/+2
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas-23/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas-19/+19
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman-12/+35
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+14
2022-09-01binderfs: rework superblock destructionAl Viro-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroCarlos Llamas-1/+0
2022-09-01binder: remove unused binder_alloc->buffer_freeCarlos Llamas-1/+0
2022-09-01binder: fix trivial kernel-doc typoCarlos Llamas-2/+2
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas-2/+2
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett-10/+21
2022-08-19Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman-21/+10
2022-08-18binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett-10/+21
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas-0/+12
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-18/+23
2022-07-29android: binder: fix lockdep check on clearing vmaLiam Howlett-1/+8
2022-07-29android: binder: stop saving a pointer to the VMALiam R. Howlett-18/+16
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas-107/+100
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-07-01remove CONFIG_ANDROIDChristoph Hellwig-9/+0
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li-3/+86
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro-0/+2
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi-9/+6
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas-4/+5
2022-05-19binder: fix printk format for commandsCarlos Llamas-2/+2
2022-05-14Unify the primitives for file descriptor closingAl Viro-1/+1
2022-05-09binder: additional transaction error logsCarlos Llamas-4/+44
2022-05-09binder: convert logging macros into functionsCarlos Llamas-12/+29
2022-05-09binderfs: add extended_error feature entryCarlos Llamas-0/+8
2022-05-09binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas-0/+63
2022-05-09binder: add failed transaction logging infoCarlos Llamas-2/+6
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman-1/+9
2022-04-26binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco-11/+2
2022-04-26binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco-2/+2
2022-04-26binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco-4/+1
2022-04-22binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone-0/+3
2022-04-22binder: Address corner cases in deferred copy and fixupAlessandro Astone-1/+6
2022-04-22binder: hold fd_install until allocating fds firstCarlos Llamas-21/+15
2022-02-04drivers/android: remove redundant ret variableMinghao Chi-6/+2
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman-1/+1
2021-12-21binder: fix async_free_space accounting for empty parcelsTodd Kjos-1/+1
2021-12-21binder: use proper cacheflush header fileAjith P V-1/+1
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman-12/+9
2021-12-09binder: use wake_up_pollfree()Eric Biggers-12/+9
2021-12-08binder: fix pointer cast warningArnd Bergmann-1/+2