summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+18
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+4
2023-10-18android: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+2
2023-10-05binderfs: fix typo in binderfs.cKuan-Wei Chiu1-1/+1
2023-10-05binder: fix memory leaks of spam and pending workCarlos Llamas1-0/+2
2023-10-04binder: dynamically allocate the android-binder shrinkerQi Zheng1-12/+18
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+9
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+4
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman3-0/+8
2023-08-04binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König1-1/+0
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming1-11/+9
2023-08-04binder: fix memory leak in binder_init()Qi Zheng3-0/+8
2023-07-13binderfs: convert to ctime accessor functionsJeff Layton1-4/+4
2023-05-28Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman4-45/+53
2023-05-20binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas1-3/+3
2023-05-13Binder: Add async from to transaction recordChuang Zhang2-2/+6
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang2-2/+8
2023-05-13binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas1-10/+14
2023-05-13Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas3-11/+12
2023-05-13Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas1-21/+10
2023-05-13binder: fix UAF caused by faulty buffer cleanupCarlos Llamas1-7/+21
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-31/+41
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-19android: fix W=1 kernel-doc warningsRandy Dunlap2-11/+11
2023-01-19binder: return pending info for frozen async txnsLi Li2-7/+28
2023-01-19binder: remove unneeded size check codeJiazi.Li1-13/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-1/+1
2022-11-09binder: validate alloc->mm in ->mmap() handlerCarlos Llamas1-0/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-3/+1
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas1-3/+2
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas1-23/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2-19/+19
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2-12/+35
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+14
2022-09-01binderfs: rework superblock destructionAl Viro1-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroCarlos Llamas1-1/+0
2022-09-01binder: remove unused binder_alloc->buffer_freeCarlos Llamas1-1/+0
2022-09-01binder: fix trivial kernel-doc typoCarlos Llamas1-2/+2
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas1-2/+2
2022-08-29binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-19Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman1-21/+10
2022-08-18binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas1-0/+12
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+23
2022-07-30android: binder: fix lockdep check on clearing vmaLiam Howlett1-1/+8