summaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)Author
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov
2026-01-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas
2026-01-16binder: don't use %pK through printkThomas Weißschuh
2025-11-26android: binder: add missing return value documentation for binder_apply_fd_f...Sunday Adelodun
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl
2025-10-13binder: Fix missing kernel-doc entries in binder.cKriish Sharma
2025-08-19binder: add tracepoint for netlink reportsCarlos Llamas
2025-08-19binder: introduce transaction reports via netlinkLi Li
2025-08-19binder: add t->is_async and t->is_replyCarlos Llamas
2025-08-19binder: pre-allocate binder_transactionCarlos Llamas
2025-08-18binder: remove MODULE_LICENSE()Carlos Llamas
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov
2025-07-02kill binderfs_remove_file()Al Viro
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas
2025-06-17binder_ioctl_write_read(): simplify control flow a bitAl Viro
2025-05-25binder: fix yet another UAF in binder_devicesCarlos Llamas
2025-05-21binder: Create safe versions of binder log filesTiffany Y. Yang
2025-05-21binder: Refactor binder_node print synchronizationTiffany Y. Yang
2025-05-21binder: fix use-after-free in binderfs_evict_inode()Dmitry Antipov
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman
2025-04-15binder: use buffer offsets in debug logsTiffany Y. Yang
2025-04-15binder: fix offset calculation in debug logCarlos Llamas
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-13binder: log transaction code on failureCarlos Llamas
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas
2025-01-08binderfs: add new binder devices to binder_devicesLi Li
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas
2024-12-15binder: initialize lsm_context structureCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing