aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* binder: fix offset calculation in debug logCarlos Llamas2025-04-151-1/+1
* Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-281-4/+9
|\
| * binder: log transaction code on failureCarlos Llamas2025-01-131-2/+2
| * binder: fix kernel-doc warning of 'file' memberCarlos Llamas2025-01-081-1/+1
| * binderfs: add new binder devices to binder_devicesLi Li2025-01-081-0/+5
| * binder: rename alloc->buffer to vm_startCarlos Llamas2024-12-241-1/+1
* | binder: initialize lsm_context structureCasey Schaufler2024-12-161-1/+1
* | lsm: replace context+len with lsm_contextCasey Schaufler2024-12-041-3/+2
* | lsm: ensure the correct LSM context releaserCasey Schaufler2024-12-041-12/+12
|/
* binder: add delivered_freeze to debugfs outputCarlos Llamas2024-10-131-0/+4
* binder: fix memleak of proc->delivered_freezeCarlos Llamas2024-10-131-0/+11
* binder: allow freeze notification for dead nodesCarlos Llamas2024-10-131-15/+13
* binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas2024-10-131-0/+3
* binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas2024-10-131-0/+3
* binder: fix freeze UAF in binder_release_work()Carlos Llamas2024-10-131-0/+6
* binder: fix OOB in binder_add_freeze_work()Carlos Llamas2024-10-131-0/+2
* binder: fix node UAF in binder_add_freeze_work()Carlos Llamas2024-10-131-0/+7
* 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-121-9/+6
|\|
| * binder: fix descriptor lookup for context managerCarlos Llamas2024-07-311-9/+6
* | binder: frozen notificationYu-Ting Tseng2024-07-311-2/+282
|/
* binder: fix hang of unregistered readersCarlos Llamas2024-07-121-3/+1
* binder: use bitmap for faster descriptor lookupCarlos Llamas2024-07-031-13/+99
* binder: fix max_thread type inconsistencyCarlos Llamas2024-05-041-1/+1
* binder: check offset alignment in binder_get_object()Carlos Llamas2024-04-111-1/+3
* binder: use of hlist_count_nodes()Pierre Gondois2024-02-221-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-181-14/+13
|\
| * binder: avoid user addresses in debug logsCarlos Llamas2023-12-051-2/+2
| * binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-051-1/+1
| * binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-051-11/+10
| * binder: use EPOLLERR from eventpoll.hCarlos Llamas2023-12-051-1/+1
* | file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner2023-12-121-1/+1
|/
* binder: fix memory leaks of spam and pending workCarlos Llamas2023-10-051-0/+2
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-131-0/+1
|\
| * binder: fix memory leak in binder_init()Qi Zheng2023-08-041-0/+1
* | android: Remove error checking for debugfs_create_dir()Wang Ming2023-08-041-11/+9
|/
* Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman2023-05-281-7/+21
|\
| * binder: fix UAF caused by faulty buffer cleanupCarlos Llamas2023-05-131-7/+21
* | Binder: Add async from to transaction recordChuang Zhang2023-05-131-2/+4
* | Binder: Add timestamp to transaction recordChuang Zhang2023-05-131-2/+7
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-28/+37
|\
| * android: fix W=1 kernel-doc warningsRandy Dunlap2023-01-191-9/+9
| * binder: return pending info for frozen async txnsLi Li2023-01-191-6/+26
| * binder: remove unneeded size check codeJiazi.Li2023-01-191-13/+2
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-2/+1
|/
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+1
|\