aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder
AgeCommit message (Expand)AuthorFilesLines
2026-06-01Merge tag 'v7.1-rc6' into char-misc-nextGreg Kroah-Hartman3-2/+24
2026-05-23rust_binder: use lock_vma_under_rcu() in shrinkerAlice Ryhl1-13/+11
2026-05-22rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer1-1/+6
2026-05-22rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXNAlice Ryhl2-1/+18
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda1-1/+0
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-163/+425
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds5-44/+6
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda6-45/+116
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl4-44/+4
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman2-4/+6
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-2/+2
2026-04-03rust_binder: override crate name to rust_binderAlice Ryhl1-0/+2
2026-04-01rust_binder: add `command`/`return` tracepointsMohamad Alsadhan4-0/+47
2026-04-01rust_binder: add fd translation tracepointsMohamad Alsadhan5-0/+54
2026-04-01rust_binder: add `transaction_received` tracepointMohamad Alsadhan3-0/+21
2026-04-01rust_binder: add `wait_for_work` tracepointMohamad Alsadhan3-2/+34
2026-04-01rust_binder: add ioctl/read/write done tracepointsMohamad Alsadhan4-3/+57
2026-04-01rust_binder: remove "rust_" prefix from tracepointsMohamad Alsadhan2-6/+6
2026-04-01rust_binder: drop startup init log messagePedro Montes Alcalde1-2/+0
2026-04-01rust_binder: check current before closing fdsAlice Ryhl1-12/+15
2026-04-01rust_binder: make use of == for TaskAlice Ryhl1-2/+2
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl5-134/+167
2026-03-31rust_binder: use AssertSync for BINDER_VM_OPSAlice Ryhl2-4/+6
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman6-45/+116
2026-02-26rust_binder: shrink all_procs when deregistering processesShivam Kalra1-0/+11
2026-02-26rust_binder: use current_euid() for transaction sender identityJann Horn1-2/+2
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl2-0/+9
2026-02-26rust_binder: use lock_vma_under_rcu() in use_page_slow()Alice Ryhl1-18/+19
2026-02-26rust_binder: call set_notification_done() without proc lockAlice Ryhl1-1/+2
2026-02-26rust_binder: avoid reading the written value in offsets arrayAlice Ryhl1-11/+6
2026-02-26rust_binder: check ownership before using vmaAlice Ryhl1-20/+63
2026-02-26rust_binder: fix oneway spam detectionCarlos Llamas3-13/+44
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-59/+209
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-36/+32
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-43/+74
2026-02-05rust_binderfs: fix a dentry leakAl Viro1-7/+2
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl1-1/+1
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand2-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra1-1/+1
2026-01-26rust_binder: add additional alignment checksAlice Ryhl1-14/+36
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl1-25/+34
2026-01-26rust_binder: refactor context management to use KVVecJason Hall2-53/+36
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/g...Linus Torvalds4-35/+14
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...Linus Torvalds1-88/+33
2025-12-03Merge 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-17convert 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