summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman2023-05-281-7/+21
|\
| * binder: fix UAF caused by faulty buffer cleanupCarlos Llamas2023-05-131-7/+21
* | Binder: Add async from to transaction recordChuang Zhang2023-05-131-2/+4
* | Binder: Add timestamp to transaction recordChuang Zhang2023-05-131-2/+7
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-28/+37
|\
| * android: fix W=1 kernel-doc warningsRandy Dunlap2023-01-191-9/+9
| * binder: return pending info for frozen async txnsLi Li2023-01-191-6/+26
| * binder: remove unneeded size check codeJiazi.Li2023-01-191-13/+2
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
|/
* 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
|\