summaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorLines
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda-1/+0
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-165/+427
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds-44/+6
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-45/+116
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl-44/+4
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman-4/+6
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)-1/+1
2026-04-03rust_binder: override crate name to rust_binderAlice Ryhl-0/+2
2026-04-01rust_binder: add `command`/`return` tracepointsMohamad Alsadhan-0/+47
2026-04-01rust_binder: add fd translation tracepointsMohamad Alsadhan-0/+54
2026-04-01rust_binder: add `transaction_received` tracepointMohamad Alsadhan-0/+21
2026-04-01rust_binder: add `wait_for_work` tracepointMohamad Alsadhan-2/+34
2026-04-01rust_binder: add ioctl/read/write done tracepointsMohamad Alsadhan-3/+57
2026-04-01rust_binder: remove "rust_" prefix from tracepointsMohamad Alsadhan-6/+6
2026-04-01rust_binder: drop startup init log messagePedro Montes Alcalde-2/+0
2026-04-01rust_binder: check current before closing fdsAlice Ryhl-13/+16
2026-04-01rust_binder: make use of == for TaskAlice Ryhl-2/+2
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl-134/+167
2026-03-31rust_binder: use AssertSync for BINDER_VM_OPSAlice Ryhl-4/+6
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman-45/+116
2026-02-26rust_binder: shrink all_procs when deregistering processesShivam Kalra-0/+11
2026-02-26rust_binder: use current_euid() for transaction sender identityJann Horn-2/+2
2026-02-26binder: use current_euid() for transaction sender identityJann Horn-1/+1
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl-0/+9
2026-02-26rust_binder: use lock_vma_under_rcu() in use_page_slow()Alice Ryhl-18/+19
2026-02-26rust_binder: call set_notification_done() without proc lockAlice Ryhl-1/+2
2026-02-26rust_binder: avoid reading the written value in offsets arrayAlice Ryhl-11/+6
2026-02-26rust_binder: check ownership before using vmaAlice Ryhl-20/+63
2026-02-26rust_binder: fix oneway spam detectionCarlos Llamas-13/+44
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-30/+28
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-63/+213
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+5
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-36/+32
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-50/+94
2026-02-05rust_binderfs: fix a dentry leakAl Viro-7/+2
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov-1/+1
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov-5/+4
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl-1/+1
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas-4/+4
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra-1/+1
2026-01-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas-2/+3
2026-01-26rust_binder: add additional alignment checksAlice Ryhl-14/+36
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas-1/+13
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl-25/+34