aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2026-01-26rust_binder: refactor context management to use KVVecJason Hall2-53/+36
2026-01-16binder: don't use %pK through printkThomas Weißschuh2-4/+4
2026-01-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl1-2/+1
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman1-3/+0
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori4-36/+32
2025-12-29rust_binder: Fix build failure if !CONFIG_COMPATXi Ruoyao1-0/+1
2025-12-29rust_binder: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl8-0/+168
2025-12-29rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl1-3/+0
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-36/+20
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-17/+47
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-151/+52
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+2
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds5-10/+11
2025-12-02rust_binder: use bitmap for allocation of handlesAlice Ryhl1-17/+47
2025-11-26rust_binder: avoid mem::take on delivered_deathsAlice Ryhl1-2/+6
2025-11-26rust_binder: fix race condition on death_listAlice Ryhl1-3/+3
2025-11-26android: binder: add missing return value documentation for binder_apply_fd_fixups()Sunday Adelodun1-0/+2
2025-11-26android: binderfs: add missing parameters in binder_ctl_ioctl()'s docSunday Adelodun1-0/+3
2025-11-26rust_binder: move BC_FREE_BUFFER drop inside if statementAlice Ryhl1-2/+2
2025-11-26rust_binder: use compat_ptr_ioctlAlice Ryhl2-28/+3
2025-11-26binder: mark binder_alloc_exhaustive_test as slowCarlos Llamas1-1/+1
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-17convert rust_binderfsAl Viro1-88/+33
2025-11-16rust: rbtree: add immutable cursorVitaly Wool3-4/+4
2025-11-16convert binderfsAl Viro1-19/+14
2025-11-16binderfs_binder_ctl_create(): kill a bogus checkAl Viro1-6/+0
2025-11-16binderfs: use simple_start_creating()Al Viro1-38/+5
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl1-10/+1
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein1-1/+1
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-10-20rust_binder: use `kernel::fmt`Tamir Duberstein1-2/+3
2025-10-20rust_binder: remove trailing commaTamir Duberstein1-1/+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/git/gregkh/char-miscLinus 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