aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-25binder: fix yet another UAF in binder_devicesCarlos Llamas1-0/+1
2025-05-21binder: Create safe versions of binder log filesTiffany Y. Yang1-27/+79
2025-05-21binder: Refactor binder_node print synchronizationTiffany Y. Yang1-51/+68
2025-05-21binder: fix use-after-free in binderfs_evict_inode()Dmitry Antipov1-2/+13
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-04-15binder: use buffer offsets in debug logsTiffany Y. Yang1-16/+11
2025-04-15binder: fix offset calculation in debug logCarlos Llamas1-1/+1
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+9
2025-01-13binder: log transaction code on failureCarlos Llamas1-2/+2
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas1-1/+1
2025-01-08binderfs: add new binder devices to binder_devicesLi Li1-0/+5
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas1-1/+1
2024-12-15binder: initialize lsm_context structureCasey Schaufler1-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-3/+2
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-12/+12
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas1-0/+4
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas1-0/+11
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas1-15/+13
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas1-0/+6
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas1-0/+2
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas1-0/+7
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing1-1/+1
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-09-03binder: fix typo in commentRuffalo Lavoisier1-1/+1
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman1-9/+6
2024-07-31binder: frozen notificationYu-Ting Tseng1-2/+282
2024-07-31binder: fix descriptor lookup for context managerCarlos Llamas1-9/+6
2024-07-12binder: fix hang of unregistered readersCarlos Llamas1-3/+1
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas1-13/+99
2024-05-04binder: fix max_thread type inconsistencyCarlos Llamas1-1/+1
2024-04-11binder: check offset alignment in binder_get_object()Carlos Llamas1-1/+3
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois1-3/+1
2024-01-31binder: signal epoll threads of self-workCarlos Llamas1-0/+10
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-14/+13
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner1-1/+1
2023-12-05binder: avoid user addresses in debug logsCarlos Llamas1-2/+2
2023-12-05binder: remove pid param in binder_alloc_new_buf()Carlos Llamas1-1/+1
2023-12-05binder: keep vma addresses type as unsigned longCarlos Llamas1-11/+10
2023-12-05binder: use EPOLLERR from eventpoll.hCarlos Llamas1-1/+1
2023-10-05binder: fix memory leaks of spam and pending workCarlos Llamas1-0/+2
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming1-11/+9
2023-08-04binder: fix memory leak in binder_init()Qi Zheng1-0/+1
2023-05-28Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman1-7/+21
2023-05-13Binder: Add async from to transaction recordChuang Zhang1-2/+4
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang1-2/+7
2023-05-13binder: fix UAF caused by faulty buffer cleanupCarlos Llamas1-7/+21