summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
10 daysrust_binder: call set_notification_done() without proc lockAlice Ryhl
10 daysrust_binder: avoid reading the written value in offsets arrayAlice Ryhl
10 daysrust_binder: check ownership before using vmaAlice Ryhl
10 daysrust_binder: fix oneway spam detectionCarlos Llamas
2026-03-04binder: don't use %pK through printkThomas Weißschuh
2026-02-11binderfs: fix ida_alloc_max() upper boundCarlos Llamas
2026-02-11binder: fix BR_FROZEN_REPLY error logCarlos Llamas
2026-02-11binder: fix UAF in binder_netlink_report()Carlos Llamas
2026-02-11rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas
2026-02-11rust_binder: add additional alignment checksAlice Ryhl
2026-02-11rust_binder: correctly handle FDA objects of length zeroAlice Ryhl
2026-01-17rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl
2026-01-02rust_binder: avoid mem::take on delivered_deathsAlice Ryhl
2025-12-12rust_binder: fix race condition on death_listAlice Ryhl
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl
2025-10-13binder: Fix missing kernel-doc entries in binder.cKriish Sharma
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl
2025-10-13rust_binder: don't delete FreezeListener if there are pending duplicatesAlice Ryhl
2025-10-13rust_binder: freeze_notif_done should resend if wrong stateAlice Ryhl
2025-10-13rust_binder: remove warning about orphan mappingsAlice Ryhl
2025-10-13rust_binder: clean `clippy::mem_replace_with_default` warningMiguel Ojeda
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl
2025-09-18binder: fix double-free in dbitmapCarlos Llamas
2025-08-19binder: add tracepoint for netlink reportsCarlos Llamas
2025-08-19binder: add transaction_report feature entryLi Li
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-24binder: Use seq_buf in binder_alloc kunit testsTiffany Yang
2025-07-24binder: Add copyright notice to new kunit filesTiffany Yang
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang
2025-07-16binder: Fix selftest page indexingTiffany Yang
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov
2025-07-16binder: use kstrdup() in binderfs_binder_device_create()Dmitry Antipov
2025-07-02kill binderfs_remove_file()Al Viro
2025-06-24binder: Remove unused binder lock eventsSteven Rostedt
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas
2025-06-17binder_ioctl_write_read(): simplify control flow a bitAl Viro
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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