summaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05binder: fix memory leaks of spam and pending workCarlos Llamas1-0/+2
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming1-11/+9
2023-08-04binder: fix memory leak in binder_init()Qi Zheng1-0/+1
2023-05-28Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman1-7/+21
2023-05-13Binder: Add async from to transaction recordChuang Zhang1-2/+4
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang1-2/+7
2023-05-13binder: fix UAF caused by faulty buffer cleanupCarlos Llamas1-7/+21
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+37
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-01-19android: fix W=1 kernel-doc warningsRandy Dunlap1-9/+9
2023-01-19binder: return pending info for frozen async txnsLi Li1-6/+26
2023-01-19binder: remove unneeded size check codeJiazi.Li1-13/+2
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-3/+1
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas1-0/+12
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas1-35/+79
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li1-3/+82
2022-06-06Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro1-0/+2
2022-06-05Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi1-9/+6
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas1-4/+5
2022-05-19binder: fix printk format for commandsCarlos Llamas1-2/+2
2022-05-15Unify the primitives for file descriptor closingAl Viro1-1/+1
2022-05-09binder: additional transaction error logsCarlos Llamas1-4/+44
2022-05-09binder: convert logging macros into functionsCarlos Llamas1-12/+29
2022-05-09binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas1-0/+60
2022-05-09binder: add failed transaction logging infoCarlos Llamas1-2/+6
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+9
2022-04-22binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone1-0/+3
2022-04-22binder: Address corner cases in deferred copy and fixupAlessandro Astone1-1/+6
2022-04-22binder: hold fd_install until allocating fds firstCarlos Llamas1-21/+13
2021-12-21binder: use proper cacheflush header fileAjith P V1-1/+1
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman1-12/+9
2021-12-09binder: use wake_up_pollfree()Eric Biggers1-12/+9
2021-12-08binder: fix pointer cast warningArnd Bergmann1-1/+2
2021-12-03binder: defer copies of pre-patched txn dataTodd Kjos1-25/+274
2021-12-03binder: read pre-translated fds from sender bufferTodd Kjos1-7/+32
2021-12-03binder: avoid potential data leakage when copying txnTodd Kjos1-24/+70
2021-12-03binder: fix handling of error during copyTodd Kjos1-2/+2
2021-12-03binder: remove repeat word from commentAjith P V1-1/+1
2021-11-17binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+7
2021-11-02Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+10
2021-10-19binder: don't detect sender/target during buffer cleanupTodd Kjos1-7/+7
2021-10-15binder: use cred instead of task for getsecidTodd Kjos1-10/+1
2021-10-15binder: use cred instead of task for selinux checksTodd Kjos1-6/+6
2021-10-15binder: use euid from cred instead of using taskTodd Kjos1-1/+3
2021-09-14binder: make sure fd closes completeTodd Kjos1-6/+17