summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl1-10/+1
2025-10-13binder: Fix missing kernel-doc entries in binder.cKriish Sharma1-13/+14
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl3-14/+42
2025-10-13rust_binder: don't delete FreezeListener if there are pending duplicatesAlice Ryhl1-1/+10
2025-10-13rust_binder: freeze_notif_done should resend if wrong stateAlice Ryhl1-2/+3
2025-10-13rust_binder: remove warning about orphan mappingsAlice Ryhl1-4/+0
2025-10-13rust_binder: clean `clippy::mem_replace_with_default` warningMiguel Ojeda1-1/+1
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl28-1/+10264
2025-09-18binder: fix double-free in dbitmapCarlos Llamas1-0/+1
2025-08-19binder: add tracepoint for netlink reportsCarlos Llamas2-0/+39
2025-08-19binder: add transaction_report feature entryLi Li1-0/+8
2025-08-19binder: introduce transaction reports via netlinkLi Li5-5/+134
2025-08-19binder: add t->is_async and t->is_replyCarlos Llamas2-5/+6
2025-08-19binder: pre-allocate binder_transactionCarlos Llamas1-34/+30
2025-08-18binder: remove MODULE_LICENSE()Carlos Llamas1-2/+0
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-405/+657
2025-07-28Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+6
2025-07-24binder: Use seq_buf in binder_alloc kunit testsTiffany Yang1-25/+21
2025-07-24binder: Add copyright notice to new kunit filesTiffany Yang3-1/+11
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang1-53/+181
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang7-366/+282
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang9-6/+208
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang3-20/+67
2025-07-16binder: Fix selftest page indexingTiffany Yang1-1/+1
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov3-38/+17
2025-07-16binder: use kstrdup() in binderfs_binder_device_create()Dmitry Antipov1-4/+1
2025-07-03kill binderfs_remove_file()Al Viro3-18/+1
2025-06-24binder: Remove unused binder lock eventsSteven Rostedt1-21/+0
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas1-4/+2
2025-06-18binder_ioctl_write_read(): simplify control flow a bitAl Viro1-14/+6
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-89/+169
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
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 Antipov3-5/+20
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-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+2
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2025-02-20binder: remove unneeded <linux/export.h> inclusion from binder_internal.hMasahiro Yamada1-1/+0
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas1-0/+1
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-169/+288
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 Li3-2/+16
2024-12-24binder: use per-vma lock in page reclaimingCarlos Llamas1-7/+22
2024-12-24binder: propagate vm_insert_page() errorsCarlos Llamas1-1/+0
2024-12-24binder: use per-vma lock in page installationCarlos Llamas1-17/+50