summaryrefslogtreecommitdiff
path: root/drivers/android/binder
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-35/+14
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-17/+47
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-88/+33
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus 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-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-18convert rust_binderfsAl Viro1-88/+33
2025-11-16rust: rbtree: add immutable cursorVitaly Wool3-4/+4
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-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 Ryhl26-0/+10249