summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-1/+1
|\
| * file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-101-1/+1
* | binder: add flag to clear buffer on txn completeTodd Kjos2020-12-093-1/+52
* | binder: add trace at free transaction.Frankie.Chang2020-11-112-0/+47
* | binder: move structs from core file to header fileFrankie.Chang2020-11-112-406/+406
* | binder: change error code from postive to negative in binder_transactionZhang Qilong2020-11-091-1/+1
* | Android: binder: added a missing blank line after declarationAndrew Bridges2020-11-091-0/+1
|/
* task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
* binder: fix UAF when releasing todo listTodd Kjos2020-10-101-25/+10
* binder: simplify the return expression of binder_mmapLiu Shixin2020-10-051-14/+4
* binder: remove redundant assignment to pointer nColin Ian King2020-09-161-1/+1
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-034-6/+58
* binderfs: make symbol 'binderfs_fs_parameters' staticWei Yongjun2020-09-031-1/+1
* binder: Modify commentsYangHui2020-09-031-1/+1
* binder: Remove bogus warning on failed same-process transactionJann Horn2020-09-031-2/+0
* drivers: android: Fix the SPDX comment styleMrinal Pandey2020-07-291-1/+1
* drivers: android: Fix a variable declaration coding style issueMrinal Pandey2020-07-291-0/+1
* drivers: android: Remove braces for a single statement if-else blockMrinal Pandey2020-07-291-3/+2
* drivers: android: Remove the use of else after returnMrinal Pandey2020-07-291-2/+1
* drivers: android: Fix a variable declaration coding style issueMrinal Pandey2020-07-291-0/+1
* binder: Prevent context manager from incrementing ref 0Jann Horn2020-07-291-1/+14
* binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-231-1/+1
* binder: fix null deref of proc->contextTodd Kjos2020-06-231-7/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-5/+5
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* binderfs: remove redundant assignment to pointer ctxColin Ian King2020-04-231-1/+1
* binderfs: Fix binderfs.c selftest compilation warningTang Bin2020-04-231-1/+1
* Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-0/+1
|\
| * binderfs: use refcount for binder control devices tooChristian Brauner2020-03-111-0/+1
* | binderfs: port to new mount apiChristian Brauner2020-03-191-96/+104
|/
* binder: prevent UAF for binderfs devices IIChristian Brauner2020-03-033-18/+16
* binder: prevent UAF for binderfs devicesChristian Brauner2020-03-032-1/+17
* Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-291-2/+4
|\
| * fs: move filp_close() outside of __close_fd_get_file()Jens Axboe2020-01-201-2/+4
* | binder: fix log spam for existing debugfs file creation.Martin Fuzzey2020-01-221-18/+19
|/
* binder: fix incorrect calculation for num_validTodd Kjos2019-12-141-2/+2
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
* | binder: Handle start==NULL in binder_update_page_range()Jann Horn2019-11-141-3/+5
* | binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn2019-11-141-5/+6
* | binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn2019-11-141-8/+14
* | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-272-9/+4
|\ \
| * | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-172-9/+4
* | | binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn2019-10-211-1/+0
* | | binder: Use common definition of SZ_1KJann Horn2019-10-171-5/+1
|/ /
* | binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
* | binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-102-2/+4
|/
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-043-39/+121