aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-36/+20
6 daysMerge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-17/+47
6 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-151/+52
8 daysMerge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+2
8 daysMerge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds5-10/+11
10 daysrust_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-53/+181
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-169/+288
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-475/+494
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
2023-12-05binder: split up binder_update_page_range()Carlos Llamas1-39/+40
2023-12-05binder: keep vma addresses type as unsigned longCarlos Llamas5-69/+57
2023-12-05binder: remove extern from function prototypesCarlos Llamas1-19/+19
2023-12-05binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas1-1/+1
2023-12-05binder: fix trivial typo of binder_free_buf_locked()Carlos Llamas1-1/+1
2023-12-05binder: fix unused alloc->free_async_spaceCarlos Llamas1-7/+4
2023-12-05binder: fix async space check for 0-sized buffersCarlos Llamas1-3/+4
2023-12-05binder: fix race between mmput() and do_exit()Carlos Llamas1-2/+2
2023-12-05binder: fix use-after-free in shinker's callbackCarlos Llamas1-1/+5
2023-12-05binder: use EPOLLERR from eventpoll.hCarlos Llamas1-1/+1
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+18
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-4/+4
2023-10-18android: convert to new timestamp accessorsJeff Layton1-4/+4
2023-10-16Merge 6.6-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+2
2023-10-05binderfs: fix typo in binderfs.cKuan-Wei Chiu1-1/+1
2023-10-05binder: fix memory leaks of spam and pending workCarlos Llamas1-0/+2
2023-10-04binder: dynamically allocate the android-binder shrinkerQi Zheng1-12/+18
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-12/+9
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+4
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman3-0/+8
2023-08-04binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König1-1/+0
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming1-11/+9
2023-08-04binder: fix memory leak in binder_init()Qi Zheng3-0/+8
2023-07-13binderfs: convert to ctime accessor functionsJeff Layton1-4/+4
2023-05-28Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman4-45/+53
2023-05-20binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas1-3/+3
2023-05-13Binder: Add async from to transaction recordChuang Zhang2-2/+6
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang2-2/+8
2023-05-13binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas1-10/+14
2023-05-13Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas3-11/+12
2023-05-13Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas1-21/+10
2023-05-13binder: fix UAF caused by faulty buffer cleanupCarlos Llamas1-7/+21
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-31/+41
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-19android: fix W=1 kernel-doc warningsRandy Dunlap2-11/+11
2023-01-19binder: return pending info for frozen async txnsLi Li2-7/+28
2023-01-19binder: remove unneeded size check codeJiazi.Li1-13/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-1/+1
2022-11-09binder: validate alloc->mm in ->mmap() handlerCarlos Llamas1-0/+7
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-3/+1
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas1-3/+2
2022-09-06binder: remove binder_alloc_set_vma()Carlos Llamas1-23/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2-19/+19
2022-09-05Merge 6.0-rc4 into char-misc-nextGreg Kroah-Hartman2-12/+35
2022-09-02Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+14
2022-09-01binderfs: rework superblock destructionAl Viro1-13/+17
2022-09-01binderfs: remove unused INTSTRLEN macroCarlos Llamas1-1/+0
2022-09-01binder: remove unused binder_alloc->buffer_freeCarlos Llamas1-1/+0
2022-09-01binder: fix trivial kernel-doc typoCarlos Llamas1-2/+2
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas1-2/+2
2022-08-28binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-19Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman1-21/+10
2022-08-18binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett1-10/+21
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas1-0/+12
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+23
2022-07-29android: binder: fix lockdep check on clearing vmaLiam Howlett1-1/+8
2022-07-29android: binder: stop saving a pointer to the VMALiam R. Howlett3-18/+16
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas3-107/+100
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-07-01remove CONFIG_ANDROIDChristoph Hellwig1-9/+0