aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2-17/+13
9 daysbinder: Use LIST_HEAD() to initialize on stack list headJisheng Zhang1-4/+2
9 daysrust_binder: use lock_vma_under_rcu() in shrinkerAlice Ryhl1-13/+11
10 daysrust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer1-1/+6
10 daysrust_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 Torvalds11-164/+426
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
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)2-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-1/+1
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-26binder: use current_euid() for transaction sender identityJann Horn1-1/+1
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-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-30/+28
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-63/+213
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-6/+5
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 Torvalds4-50/+94
2026-02-05rust_binderfs: fix a dentry leakAl Viro1-7/+2
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov1-1/+1
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov2-5/+4
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl1-1/+1
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
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-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas1-2/+3
2026-01-26rust_binder: add additional alignment checksAlice Ryhl1-14/+36
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas1-1/+13
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-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/g...Linus 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...Linus Torvalds2-151/+52
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+2
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-26android: binder: add missing return value documentation for binder_apply_fd_f...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/g...Linus 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
2025-07-24binder: Add copyright notice to new kunit filesTiffany Yang3-1/+11
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang1-51/+179
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang7-366/+282
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang9-6/+208
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang3-20/+67
2025-07-16binder: Fix selftest page indexingTiffany Yang1-1/+1
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov3-38/+17
2025-07-16binder: use kstrdup() in binderfs_binder_device_create()Dmitry Antipov1-4/+1
2025-07-02kill binderfs_remove_file()Al Viro3-18/+1
2025-06-24binder: Remove unused binder lock eventsSteven Rostedt1-21/+0
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas1-4/+2
2025-06-17binder_ioctl_write_read(): simplify control flow a bitAl Viro1-14/+6
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-89/+169
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-05-25binder: fix yet another UAF in binder_devicesCarlos Llamas1-0/+1
2025-05-21binder: Create safe versions of binder log filesTiffany Y. Yang1-27/+79
2025-05-21binder: Refactor binder_node print synchronizationTiffany Y. Yang1-51/+68
2025-05-21binder: fix use-after-free in binderfs_evict_inode()Dmitry Antipov3-5/+20
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-04-15binder: use buffer offsets in debug logsTiffany Y. Yang1-16/+11
2025-04-15binder: fix offset calculation in debug logCarlos Llamas1-1/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+2
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2025-02-20binder: remove unneeded <linux/export.h> inclusion from binder_internal.hMasahiro Yamada1-1/+0
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas1-0/+1
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-167/+286
2025-01-13binder: log transaction code on failureCarlos Llamas1-2/+2
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas1-1/+1
2025-01-08binderfs: add new binder devices to binder_devicesLi Li3-2/+16
2024-12-24binder: use per-vma lock in page reclaimingCarlos Llamas1-7/+22
2024-12-24binder: propagate vm_insert_page() errorsCarlos Llamas1-1/+0
2024-12-24binder: use per-vma lock in page installationCarlos Llamas1-17/+50
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas5-19/+19
2024-12-24binder: replace alloc->vma with alloc->mappedCarlos Llamas3-26/+30
2024-12-24binder: store shrinker metadata under page->privateCarlos Llamas3-70/+99
2024-12-24binder: select correct nid for pages in LRUCarlos Llamas1-4/+12
2024-12-24binder: concurrent page installationCarlos Llamas1-24/+41
2024-12-24Revert "binder: switch alloc->mutex to spinlock_t"Carlos Llamas2-28/+28
2024-12-15binder: initialize lsm_context structureCasey Schaufler1-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-3/+2
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-12/+12
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+49
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song2-5/+4
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+0
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas1-0/+4
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas1-0/+11
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas1-15/+13
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas1-0/+6
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas1-0/+2
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas1-0/+7
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing1-1/+1
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-09-03binder: fix typo in commentRuffalo Lavoisier1-1/+1
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman3-25/+14
2024-07-31binder: frozen notification binder_features flagYu-Ting Tseng1-0/+8
2024-07-31binder: frozen notificationYu-Ting Tseng2-4/+301
2024-07-31binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha1-1/+1
2024-07-31binder: fix descriptor lookup for context managerCarlos Llamas2-24/+13
2024-07-12binder: fix hang of unregistered readersCarlos Llamas1-3/+1
2024-07-03binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu1-5/+5
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas3-14/+279
2024-05-04binder: fix max_thread type inconsistencyCarlos Llamas2-2/+2
2024-04-11binder: check offset alignment in binder_get_object()Carlos Llamas1-1/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2024-03-07binder: remove redundant variable page_addrColin Ian King1-2/+0
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois1-3/+1
2024-01-31binder: signal epoll threads of self-workCarlos Llamas1-0/+10
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-473/+492
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2024-01-07android: removed duplicate linux/errnoTanzir Hasan1-1/+0
2024-01-04android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan1-1/+1
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-4/+3
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner1-1/+1
2023-12-06android: binder: fix a kernel-doc enum warningRandy Dunlap1-0/+4
2023-12-05binder: switch alloc->mutex to spinlock_tCarlos Llamas2-28/+28
2023-12-05binder: reverse locking order in shrinker callbackCarlos Llamas1-24/+22
2023-12-05binder: avoid user addresses in debug logsCarlos Llamas2-11/+8
2023-12-05binder: refactor binder_delete_free_buffer()Carlos Llamas1-33/+11
2023-12-05binder: collapse print_binder_buffer() into callerCarlos Llamas1-13/+9
2023-12-05binder: document the final page calculationCarlos Llamas1-7/+11
2023-12-05binder: rename lru shrinker utilitiesCarlos Llamas3-25/+25
2023-12-05binder: make oversized buffer code more readableCarlos Llamas1-11/+10
2023-12-05binder: remove redundant debug logCarlos Llamas1-3/+0
2023-12-05binder: perform page installation outside of locksCarlos Llamas1-28/+73
2023-12-05binder: initialize lru pages in mmap callbackCarlos Llamas1-5/+7
2023-12-05binder: malloc new_buffer outside of locksCarlos Llamas1-21/+23
2023-12-05binder: refactor page range allocationCarlos Llamas1-60/+47
2023-12-05binder: relocate binder_alloc_clear_buf()Carlos Llamas1-63/+61
2023-12-05binder: relocate low space calculationCarlos Llamas1-10/+11
2023-12-05binder: separate the no-space debugging logicCarlos Llamas1-31/+40
2023-12-05binder: remove pid param in binder_alloc_new_buf()Carlos Llamas4-17/+12
2023-12-05binder: do unlocked work in binder_alloc_new_buf()Carlos Llamas1-39/+56