aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-10binder: fix UAF when releasing todo listTodd Kjos1-25/+10
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin1-14/+4
2020-09-16binder: remove redundant assignment to pointer nColin Ian King1-1/+1
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen4-6/+58
2020-09-03binderfs: make symbol 'binderfs_fs_parameters' staticWei Yongjun1-1/+1
2020-09-03binder: Modify commentsYangHui1-1/+1
2020-09-03binder: Remove bogus warning on failed same-process transactionJann Horn1-2/+0
2020-07-29drivers: android: Fix the SPDX comment styleMrinal Pandey1-1/+1
2020-07-29drivers: android: Fix a variable declaration coding style issueMrinal Pandey1-0/+1
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey1-3/+2
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey1-2/+1
2020-07-29drivers: android: Fix a variable declaration coding style issueMrinal Pandey1-0/+1
2020-07-29binder: Prevent context manager from incrementing ref 0Jann Horn1-1/+14
2020-07-23binder: Don't use mmput() from shrinker function.Tetsuo Handa1-1/+1
2020-06-23binder: fix null deref of proc->contextTodd Kjos1-7/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-04-23binderfs: remove redundant assignment to pointer ctxColin Ian King1-1/+1
2020-04-23binderfs: Fix binderfs.c selftest compilation warningTang Bin1-1/+1
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2020-03-19binderfs: port to new mount apiChristian Brauner1-96/+104
2020-03-11binderfs: use refcount for binder control devices tooChristian Brauner1-0/+1
2020-03-03binder: prevent UAF for binderfs devices IIChristian Brauner3-18/+16
2020-03-03binder: prevent UAF for binderfs devicesChristian Brauner2-1/+17
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2020-01-22binder: fix log spam for existing debugfs file creation.Martin Fuzzey1-18/+19
2020-01-20fs: move filp_close() outside of __close_fd_get_file()Jens Axboe1-2/+4
2019-12-14binder: fix incorrect calculation for num_validTodd Kjos1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-14binder: Handle start==NULL in binder_update_page_range()Jann Horn1-3/+5
2019-11-14binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn1-5/+6
2019-11-14binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn1-8/+14
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2-9/+4
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-10-21binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn1-1/+0
2019-10-17binder: Use common definition of SZ_1KJann Horn1-5/+1
2019-10-17binder: Don't modify VMA bounds in ->mmap handlerJann Horn2-9/+4
2019-10-10binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)1-1/+1
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2-2/+4
2019-09-04binder: Add binder_proc logging to binderfsHridya Valsaraju3-39/+121
2019-09-04binder: Make transaction_log available in binderfsHridya Valsaraju3-29/+53
2019-09-04binder: Add stats, state and transactions filesHridya Valsaraju3-10/+153
2019-09-04binder: add a mount option to show global statsHridya Valsaraju1-2/+43
2019-09-04binder: Add default binder devices through binderfs when configuredHridya Valsaraju3-5/+25
2019-09-04binder: Validate the default binderfs device names.Hridya Valsaraju1-0/+12