summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2024-09-12binder: fix UAF caused by offsets overwriteCarlos Llamas
2024-08-03binder: fix hang of unregistered readersCarlos Llamas
2024-05-25binder: fix max_thread type inconsistencyCarlos Llamas
2024-04-27binder: check offset alignment in binder_get_object()Carlos Llamas
2024-02-23binder: signal epoll threads of self-workCarlos Llamas
2024-01-25binder: fix race between mmput() and do_exit()Carlos Llamas
2024-01-25binder: fix unused alloc->free_async_spaceCarlos Llamas
2024-01-25binder: fix async space check for 0-sized buffersCarlos Llamas
2024-01-20binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas
2024-01-20binder: fix trivial typo of binder_free_buf_locked()Carlos Llamas
2024-01-20binder: fix use-after-free in shinker's callbackCarlos Llamas
2024-01-20binder: use EPOLLERR from eventpoll.hCarlos Llamas
2023-12-13binder: fix memory leaks of spam and pending workCarlos Llamas
2023-08-16binder: fix memory leak in binder_init()Qi Zheng
2023-05-30binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas
2023-05-30binder: fix UAF caused by faulty buffer cleanupCarlos Llamas
2023-05-30binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas
2023-05-30Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas
2023-05-30Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas
2022-11-09binder: validate alloc->mm in ->mmap() handlerCarlos Llamas
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-01binderfs: rework superblock destructionAl Viro
2022-09-01binderfs: remove unused INTSTRLEN macroCarlos Llamas
2022-09-01binder: remove unused binder_alloc->buffer_freeCarlos Llamas
2022-09-01binder: fix trivial kernel-doc typoCarlos Llamas
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett
2022-08-19Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman
2022-08-18binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29android: binder: fix lockdep check on clearing vmaLiam Howlett
2022-07-29android: binder: stop saving a pointer to the VMALiam R. Howlett
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-07-01remove CONFIG_ANDROIDChristoph Hellwig
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas
2022-05-19binder: fix printk format for commandsCarlos Llamas
2022-05-14Unify the primitives for file descriptor closingAl Viro