summaryrefslogtreecommitdiffstats
path: root/drivers/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* binder: modify the comment for binder_proc_unlockBa Jing2024-09-111-1/+1
* Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-091-0/+1
|\
| * binder: fix UAF caused by offsets overwriteCarlos Llamas2024-09-031-0/+1
* | binder: fix typo in commentRuffalo Lavoisier2024-09-031-1/+1
* | Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman2024-08-123-25/+14
|\|
| * binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha2024-07-311-1/+1
| * binder: fix descriptor lookup for context managerCarlos Llamas2024-07-312-24/+13
* | binder: frozen notification binder_features flagYu-Ting Tseng2024-07-311-0/+8
* | binder: frozen notificationYu-Ting Tseng2024-07-312-4/+301
|/
* binder: fix hang of unregistered readersCarlos Llamas2024-07-121-3/+1
* binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu2024-07-031-5/+5
* binder: use bitmap for faster descriptor lookupCarlos Llamas2024-07-033-14/+279
* binder: fix max_thread type inconsistencyCarlos Llamas2024-05-042-2/+2
* binder: check offset alignment in binder_get_object()Carlos Llamas2024-04-111-1/+3
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-211-2/+0
|\
| * binder: remove redundant variable page_addrColin Ian King2024-03-071-2/+0
* | binder: use of hlist_count_nodes()Pierre Gondois2024-02-231-3/+1
|/
* binder: signal epoll threads of self-workCarlos Llamas2024-01-311-0/+10
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-186-475/+494
|\
| * android: removed duplicate linux/errnoTanzir Hasan2024-01-071-1/+0
| * android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan2024-01-041-1/+1
| * android: binder: fix a kernel-doc enum warningRandy Dunlap2023-12-061-0/+4
| * binder: switch alloc->mutex to spinlock_tCarlos Llamas2023-12-052-28/+28
| * binder: reverse locking order in shrinker callbackCarlos Llamas2023-12-051-24/+22
| * binder: avoid user addresses in debug logsCarlos Llamas2023-12-052-11/+8
| * binder: refactor binder_delete_free_buffer()Carlos Llamas2023-12-051-33/+11
| * binder: collapse print_binder_buffer() into callerCarlos Llamas2023-12-051-13/+9
| * binder: document the final page calculationCarlos Llamas2023-12-051-7/+11
| * binder: rename lru shrinker utilitiesCarlos Llamas2023-12-053-25/+25
| * binder: make oversized buffer code more readableCarlos Llamas2023-12-051-11/+10
| * binder: remove redundant debug logCarlos Llamas2023-12-051-3/+0
| * binder: perform page installation outside of locksCarlos Llamas2023-12-051-28/+73
| * binder: initialize lru pages in mmap callbackCarlos Llamas2023-12-051-5/+7
| * binder: malloc new_buffer outside of locksCarlos Llamas2023-12-051-21/+23
| * binder: refactor page range allocationCarlos Llamas2023-12-051-60/+47
| * binder: relocate binder_alloc_clear_buf()Carlos Llamas2023-12-051-63/+61
| * binder: relocate low space calculationCarlos Llamas2023-12-051-10/+11
| * binder: separate the no-space debugging logicCarlos Llamas2023-12-051-31/+40
| * binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-054-17/+12
| * binder: do unlocked work in binder_alloc_new_buf()Carlos Llamas2023-12-051-39/+56
| * binder: split up binder_update_page_range()Carlos Llamas2023-12-051-39/+40
| * binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-055-69/+57
| * binder: remove extern from function prototypesCarlos Llamas2023-12-051-19/+19
| * binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas2023-12-051-1/+1
| * binder: fix trivial typo of binder_free_buf_locked()Carlos Llamas2023-12-051-1/+1
| * binder: fix unused alloc->free_async_spaceCarlos Llamas2023-12-051-7/+4
| * binder: fix async space check for 0-sized buffersCarlos Llamas2023-12-051-3/+4
| * binder: fix race between mmput() and do_exit()Carlos Llamas2023-12-051-2/+2
| * binder: fix use-after-free in shinker's callbackCarlos Llamas2023-12-051-1/+5
| * binder: use EPOLLERR from eventpoll.hCarlos Llamas2023-12-051-1/+1