summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
2 hoursMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
4 daysrust_binder: clear freeze listener on node removalAlice Ryhl
4 daysrust: binder: enable `clippy::cast_lossless`Tamir Duberstein
4 daysrust: binder: enable `clippy::as_underscore`Tamir Duberstein
4 daysrust: binder: enable `clippy::ref_as_ptr` lintTamir Duberstein
4 daysrust: binder: enable `clippy::ptr_as_ptr` lintTamir Duberstein
4 daysrust: binder: use strict provenance APIsTamir Duberstein
4 daysrust_binder: reject context manager self-transactionKeshav Verma
4 daysrust_binder: use a u64 stride when cleaning up the offsets arrayHyunwoo Kim
4 daysbinder: fix UAF in binder_free_transaction()Carlos Llamas
4 daysbinder: fix UAF in binder_thread_release()Carlos Llamas
4 daysrust_binder: synchronize Rust Binder stats with freeze commandsKeshav Verma
4 daysbinder: cache secctx size before release zeroes itChris Mason
4 daysrust_binder: fix BINDER_GET_EXTENDED_ERRORAlice Ryhl
2026-06-01Merge tag 'v7.1-rc6' into char-misc-nextGreg Kroah-Hartman
2026-05-23binder: Use LIST_HEAD() to initialize on stack list headJisheng Zhang
2026-05-23rust_binder: use lock_vma_under_rcu() in shrinkerAlice Ryhl
2026-05-22rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer
2026-05-22rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXNAlice Ryhl
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-04-03rust_binder: override crate name to rust_binderAlice Ryhl
2026-04-01rust_binder: add `command`/`return` tracepointsMohamad Alsadhan
2026-04-01rust_binder: add fd translation tracepointsMohamad Alsadhan
2026-04-01rust_binder: add `transaction_received` tracepointMohamad Alsadhan
2026-04-01rust_binder: add `wait_for_work` tracepointMohamad Alsadhan
2026-04-01rust_binder: add ioctl/read/write done tracepointsMohamad Alsadhan
2026-04-01rust_binder: remove "rust_" prefix from tracepointsMohamad Alsadhan
2026-04-01rust_binder: drop startup init log messagePedro Montes Alcalde
2026-04-01rust_binder: check current before closing fdsAlice Ryhl
2026-04-01rust_binder: make use of == for TaskAlice Ryhl
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl
2026-03-31rust_binder: use AssertSync for BINDER_VM_OPSAlice Ryhl
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman
2026-02-26rust_binder: shrink all_procs when deregistering processesShivam Kalra
2026-02-26rust_binder: use current_euid() for transaction sender identityJann Horn
2026-02-26binder: use current_euid() for transaction sender identityJann Horn
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl
2026-02-26rust_binder: use lock_vma_under_rcu() in use_page_slow()Alice Ryhl
2026-02-26rust_binder: call set_notification_done() without proc lockAlice Ryhl
2026-02-26rust_binder: avoid reading the written value in offsets arrayAlice Ryhl
2026-02-26rust_binder: check ownership before using vmaAlice Ryhl
2026-02-26rust_binder: fix oneway spam detectionCarlos Llamas