aboutsummaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-12/+9
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+4
2023-08-13Merge 6.5-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 3-0/+8
2023-08-04binderfs: Drop unused #include <linux/radix-tree.h>Gravatar Uwe Kleine-König 1-1/+0
2023-08-04android: Remove error checking for debugfs_create_dir()Gravatar Wang Ming 1-11/+9
2023-08-04binder: fix memory leak in binder_init()Gravatar Qi Zheng 3-0/+8
2023-07-13binderfs: convert to ctime accessor functionsGravatar Jeff Layton 1-4/+4
2023-05-28Merge v6.4-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 4-45/+53
2023-05-20binder: fix UAF of alloc->vma in race with munmap()Gravatar Carlos Llamas 1-3/+3
2023-05-13Binder: Add async from to transaction recordGravatar Chuang Zhang 2-2/+6
2023-05-13Binder: Add timestamp to transaction recordGravatar Chuang Zhang 2-2/+8
2023-05-13binder: add lockless binder_alloc_(set|get)_vma()Gravatar Carlos Llamas 1-10/+14
2023-05-13Revert "android: binder: stop saving a pointer to the VMA"Gravatar Carlos Llamas 3-11/+12
2023-05-13Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Gravatar Carlos Llamas 1-21/+10
2023-05-13binder: fix UAF caused by faulty buffer cleanupGravatar Carlos Llamas 1-7/+21
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-31/+41
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+1
2023-01-19android: fix W=1 kernel-doc warningsGravatar Randy Dunlap 2-11/+11
2023-01-19binder: return pending info for frozen async txnsGravatar Li Li 2-7/+28
2023-01-19binder: remove unneeded size check codeGravatar Jiazi.Li 1-13/+2
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-18mm: remove zap_page_range and create zap_vma_pagesGravatar Mike Kravetz 1-1/+1
2022-11-09binder: validate alloc->mm in ->mmap() handlerGravatar Carlos Llamas 1-0/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2022-09-07freezer,sched: Rewrite core freezer logicGravatar Peter Zijlstra 1-3/+1
2022-09-06binder: fix binder_alloc kernel-doc warningsGravatar Carlos Llamas 1-3/+2
2022-09-06binder: remove binder_alloc_set_vma()Gravatar Carlos Llamas 1-23/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmGravatar Carlos Llamas 2-19/+19
2022-09-05Merge 6.0-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 2-12/+35
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+14
2022-09-01binderfs: rework superblock destructionGravatar Al Viro 1-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroGravatar Carlos Llamas 1-1/+0
2022-09-01binder: remove unused binder_alloc->buffer_freeGravatar Carlos Llamas 1-1/+0
2022-09-01binder: fix trivial kernel-doc typoGravatar Carlos Llamas 1-2/+2
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceGravatar Carlos Llamas 1-2/+2
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMAGravatar Liam Howlett 1-10/+21
2022-08-19Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Gravatar Greg Kroah-Hartman 1-21/+10
2022-08-18binder_alloc: Add missing mmap_lock calls when using the VMAGravatar Liam Howlett 1-10/+21
2022-08-18binder: fix UAF of ref->proc caused by race conditionGravatar Carlos Llamas 1-0/+12
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-18/+23
2022-07-29android: binder: fix lockdep check on clearing vmaGravatar Liam Howlett 1-1/+8
2022-07-29android: binder: stop saving a pointer to the VMAGravatar Liam R. Howlett 3-18/+16
2022-07-08binder: fix redefinition of seq_file attributesGravatar Carlos Llamas 3-107/+100
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-1/+1
2022-07-01remove CONFIG_ANDROIDGravatar Christoph Hellwig 1-9/+0
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnGravatar Li Li 2-3/+86
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeGravatar Al Viro 1-0/+2
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1