summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* binder: use wake_up_pollfree()Eric Biggers2021-12-091-12/+9
* binder: fix test regression due to sender_euid changeTodd Kjos2021-11-171-1/+1
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-7/+7
|\
| * binder: don't detect sender/target during buffer cleanupTodd Kjos2021-10-191-7/+7
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-17/+10
|\ \ | |/ |/|
| * binder: use cred instead of task for getsecidTodd Kjos2021-10-141-10/+1
| * binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-6/+6
| * binder: use euid from cred instead of using taskTodd Kjos2021-10-141-1/+3
* | binder: make sure fd closes completeTodd Kjos2021-09-141-6/+17
* | binder: fix freeze raceLi Li2021-09-141-6/+29
|/
* binder: Add invalid handle info in user error logRamji Jiyani2021-08-031-2/+2
* binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTIONLuca Stefani2021-05-131-1/+1
* Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-271-1/+10
|\
| * lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-1/+10
* | binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu2021-04-101-3/+24
* | binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu2021-04-101-1/+2
* | binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2021-03-241-0/+55
* | binder: use EINTR for interrupted wait for workMarco Ballesio2021-03-241-2/+2
* | binder: BINDER_FREEZE ioctlMarco Ballesio2021-03-241-10/+129
|/
* 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-091-0/+1
* | binder: add trace at free transaction.Frankie.Chang2020-11-111-0/+18
* | binder: move structs from core file to header fileFrankie.Chang2020-11-111-406/+0
* | 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: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-1/+1
* binder: Remove bogus warning on failed same-process transactionJann Horn2020-09-031-2/+0
* 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
* binder: Prevent context manager from incrementing ref 0Jann Horn2020-07-291-1/+14
* binder: fix null deref of proc->contextTodd Kjos2020-06-231-7/+7
* binder: prevent UAF for binderfs devices IIChristian Brauner2020-03-031-3/+9
* binder: prevent UAF for binderfs devicesChristian Brauner2020-03-031-1/+4
* 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
* | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-271-7/+0
|\ \
| * | binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-171-7/+0
* | | binder: Use common definition of SZ_1KJann Horn2019-10-171-5/+1
|/ /
* / binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2019-10-101-1/+3
|/
* binder: Add binder_proc logging to binderfsHridya Valsaraju2019-09-041-2/+44
* binder: Make transaction_log available in binderfsHridya Valsaraju2019-09-041-29/+5
* binder: Add stats, state and transactions filesHridya Valsaraju2019-09-041-9/+6