summaryrefslogtreecommitdiffstats
path: root/drivers/android
Commit message (Expand)AuthorAgeFilesLines
* binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone2023-02-251-0/+3
* binder: Address corner cases in deferred copy and fixupAlessandro Astone2023-02-251-1/+6
* binder: fix pointer cast warningArnd Bergmann2023-02-251-1/+2
* binder: defer copies of pre-patched txn dataTodd Kjos2023-02-251-25/+274
* binder: read pre-translated fds from sender bufferTodd Kjos2023-02-251-7/+32
* binder: validate alloc->mm in ->mmap() handlerCarlos Llamas2022-12-021-0/+7
* binder: remove inaccurate mmap_assert_locked()Carlos Llamas2022-09-231-7/+0
* binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas2022-09-081-2/+2
* binder: fix UAF of ref->proc caused by race conditionCarlos Llamas2022-09-081-0/+12
* android: binder: fix lockdep check on clearing vmaLiam Howlett2022-09-051-1/+8
* binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-311-10/+21
* android: binder: stop saving a pointer to the VMALiam R. Howlett2022-08-173-18/+16
* binder: fix redefinition of seq_file attributesCarlos Llamas2022-08-173-107/+100
* binder: avoid potential data leakage when copying txnTodd Kjos2022-01-271-24/+70
* binder: fix handling of error during copyTodd Kjos2022-01-271-2/+2
* binder: fix async_free_space accounting for empty parcelsTodd Kjos2022-01-051-1/+1
* binder: use wake_up_pollfree()Eric Biggers2021-12-141-12/+9
* binder: fix test regression due to sender_euid changeTodd Kjos2021-12-011-1/+1
* binder: don't detect sender/target during buffer cleanupTodd Kjos2021-11-121-7/+7
* binder: use cred instead of task for getsecidTodd Kjos2021-11-121-10/+1
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-121-6/+6
* binder: use euid from cred instead of using taskTodd Kjos2021-11-122-1/+7
* binder: make sure fd closes completeTodd Kjos2021-09-141-6/+17
* binder: fix freeze raceLi Li2021-09-142-6/+31
* binder: Add invalid handle info in user error logRamji Jiyani2021-08-031-2/+2
* binderfs: add support for feature filesCarlos Llamas2021-07-211-0/+39
* 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-104-8/+48
* | binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu2021-04-102-2/+3
* | binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio2021-03-242-0/+61
* | binder: use EINTR for interrupted wait for workMarco Ballesio2021-03-241-2/+2
* | binder: BINDER_FREEZE ioctlMarco Ballesio2021-03-242-10/+141
|/
* 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