aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
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
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li2-3/+86
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro1-0/+2
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi1-9/+6
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas1-4/+5
2022-05-19binder: fix printk format for commandsCarlos Llamas1-2/+2
2022-05-14Unify the primitives for file descriptor closingAl Viro1-1/+1
2022-05-09binder: additional transaction error logsCarlos Llamas1-4/+44
2022-05-09binder: convert logging macros into functionsCarlos Llamas1-12/+29
2022-05-09binderfs: add extended_error feature entryCarlos Llamas1-0/+8
2022-05-09binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2-0/+63
2022-05-09binder: add failed transaction logging infoCarlos Llamas1-2/+6
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+9
2022-04-26binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco1-11/+2
2022-04-26binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco1-2/+2
2022-04-26binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco1-4/+1
2022-04-22binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone1-0/+3
2022-04-22binder: Address corner cases in deferred copy and fixupAlessandro Astone1-1/+6
2022-04-22binder: hold fd_install until allocating fds firstCarlos Llamas2-21/+15
2022-02-04drivers/android: remove redundant ret variableMinghao Chi1-6/+2
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman1-1/+1
2021-12-21binder: fix async_free_space accounting for empty parcelsTodd Kjos1-1/+1
2021-12-21binder: use proper cacheflush header fileAjith P V1-1/+1
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman1-12/+9
2021-12-09binder: use wake_up_pollfree()Eric Biggers1-12/+9
2021-12-08binder: fix pointer cast warningArnd Bergmann1-1/+2
2021-12-03binder: defer copies of pre-patched txn dataTodd Kjos1-25/+274
2021-12-03binder: read pre-translated fds from sender bufferTodd Kjos1-7/+32
2021-12-03binder: avoid potential data leakage when copying txnTodd Kjos1-24/+70
2021-12-03binder: fix handling of error during copyTodd Kjos1-2/+2
2021-12-03binder: remove repeat word from commentAjith P V1-1/+1
2021-11-17binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+7
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+14
2021-10-19binder: don't detect sender/target during buffer cleanupTodd Kjos1-7/+7
2021-10-14binder: use cred instead of task for getsecidTodd Kjos1-10/+1
2021-10-14binder: use cred instead of task for selinux checksTodd Kjos1-6/+6
2021-10-14binder: use euid from cred instead of using taskTodd Kjos2-1/+7
2021-09-14binder: make sure fd closes completeTodd Kjos1-6/+17
2021-09-14binder: fix freeze raceLi Li2-6/+31
2021-08-03binder: Add invalid handle info in user error logRamji Jiyani1-2/+2
2021-07-21binderfs: add support for feature filesCarlos Llamas1-0/+39
2021-05-13binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTIONLuca Stefani1-1/+1
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+10
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu4-8/+48
2021-04-10binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu2-2/+3
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2-0/+61
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio1-2/+2
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio2-10/+141
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-1/+10
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+4
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman1-1/+1
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos3-1/+52
2020-11-11binder: add trace at free transaction.Frankie.Chang2-0/+47
2020-11-11binder: move structs from core file to header fileFrankie.Chang2-406/+406
2020-11-09binder: change error code from postive to negative in binder_transactionZhang Qilong1-1/+1
2020-11-09Android: binder: added a missing blank line after declarationAndrew Bridges1-0/+1
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1