summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-3/+1
|\
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-3/+1
* | binder: fix UAF of ref->proc caused by race conditionCarlos Llamas2022-08-181-0/+12
|/
* binder: fix redefinition of seq_file attributesCarlos Llamas2022-07-081-35/+79
* Binder: add TF_UPDATE_TXN to replace outdated txnLi Li2022-06-271-3/+82
* Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-051-0/+2
|\
| * fix the breakage in close_fd_get_file() calling conventions changeAl Viro2022-06-051-0/+2
* | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-041-1/+1
|\|
| * Unify the primitives for file descriptor closingAl Viro2022-05-141-1/+1
* | binder: fix atomic sleep when get extended errorSchspa Shi2022-05-191-9/+6
* | binder: fix potential UAF of target_{proc,thread}Carlos Llamas2022-05-191-4/+5
* | binder: fix printk format for commandsCarlos Llamas2022-05-191-2/+2
* | binder: additional transaction error logsCarlos Llamas2022-05-091-4/+44
* | binder: convert logging macros into functionsCarlos Llamas2022-05-091-12/+29
* | binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas2022-05-091-0/+60
* | binder: add failed transaction logging infoCarlos Llamas2022-05-091-2/+6
* | Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman2022-05-021-1/+9
|\ \
| * | binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone2022-04-221-0/+3
| * | binder: Address corner cases in deferred copy and fixupAlessandro Astone2022-04-221-1/+6
| |/
* / binder: hold fd_install until allocating fds firstCarlos Llamas2022-04-221-21/+13
|/
* binder: use proper cacheflush header fileAjith P V2021-12-211-1/+1
* Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman2021-12-131-12/+9
|\
| * binder: use wake_up_pollfree()Eric Biggers2021-12-091-12/+9
* | binder: fix pointer cast warningArnd Bergmann2021-12-081-1/+2
* | binder: defer copies of pre-patched txn dataTodd Kjos2021-12-031-25/+274
* | binder: read pre-translated fds from sender bufferTodd Kjos2021-12-031-7/+32
* | binder: avoid potential data leakage when copying txnTodd Kjos2021-12-031-24/+70
* | binder: fix handling of error during copyTodd Kjos2021-12-031-2/+2
* | binder: remove repeat word from commentAjith P V2021-12-031-1/+1
|/
* 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