summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-1/+1
|\
| * Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman2023-10-161-0/+2
| |\
| * | binderfs: fix typo in binderfs.cKuan-Wei Chiu2023-10-051-1/+1
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-12/+18
|\ \ \
| * | | binder: dynamically allocate the android-binder shrinkerQi Zheng2023-10-041-12/+18
| |/ /
* | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+4
|\ \ \ | |_|/ |/| |
| * | android: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
| |/
* / binder: fix memory leaks of spam and pending workCarlos Llamas2023-10-051-0/+2
|/
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-012-12/+9
|\
| * Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-133-0/+8
| |\
| * | binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König2023-08-041-1/+0
| * | android: Remove error checking for debugfs_create_dir()Wang Ming2023-08-041-11/+9
* | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-4/+4
|\ \ \ | |_|/ |/| |
| * | binderfs: convert to ctime accessor functionsJeff Layton2023-07-131-4/+4
| |/
* / binder: fix memory leak in binder_init()Qi Zheng2023-08-043-0/+8
|/
* Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman2023-05-284-45/+53
|\
| * binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas2023-05-201-3/+3
| * binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas2023-05-131-10/+14
| * Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas2023-05-133-11/+12
| * Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas2023-05-131-21/+10
| * binder: fix UAF caused by faulty buffer cleanupCarlos Llamas2023-05-131-7/+21
* | Binder: Add async from to transaction recordChuang Zhang2023-05-132-2/+6
* | Binder: Add timestamp to transaction recordChuang Zhang2023-05-132-2/+8
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-243-31/+41
|\
| * android: fix W=1 kernel-doc warningsRandy Dunlap2023-01-192-11/+11
| * binder: return pending info for frozen async txnsLi Li2023-01-192-7/+28
| * binder: remove unneeded size check codeJiazi.Li2023-01-191-13/+2
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-3/+2
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
| * | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-181-1/+1
| |/
* / fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* 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