summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas2023-05-301-3/+3
* binder: fix UAF caused by faulty buffer cleanupCarlos Llamas2023-05-301-7/+21
* binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas2023-05-301-10/+14
* Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas2023-05-303-11/+12
* Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas2023-05-301-21/+10
* binder: validate alloc->mm in ->mmap() handlerCarlos Llamas2022-11-091-0/+7
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+1
|\
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-3/+1
* | binder: fix binder_alloc kernel-doc warningsCarlos Llamas2022-09-061-3/+2
* | binder: remove binder_alloc_set_vma()Carlos Llamas2022-09-061-23/+2
* | binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2022-09-062-19/+19
* | Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2022-09-052-12/+35
|\ \
| * \ Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-022-2/+14
| |\ \
| | * | binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas2022-09-011-2/+2
| | * | Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman2022-08-191-21/+10
| | * | binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett2022-08-181-10/+21
| | * | binder: fix UAF of ref->proc caused by race conditionCarlos Llamas2022-08-181-0/+12
| | |/
| * / binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
| |/
* | binderfs: rework superblock destructionAl Viro2022-09-011-13/+17
* | binderfs: remove unused INTSTRLEN macroCarlos Llamas2022-09-011-1/+0
* | binder: remove unused binder_alloc->buffer_freeCarlos Llamas2022-09-011-1/+0
* | binder: fix trivial kernel-doc typoCarlos Llamas2022-09-011-2/+2
|/
* 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
|\