summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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