summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder.c
Commit message (Expand)AuthorAgeFilesLines
* binder: check offset alignment in binder_get_object()Carlos Llamas2024-04-111-1/+3
* binder: use of hlist_count_nodes()Pierre Gondois2024-02-221-3/+1
* binder: signal epoll threads of self-workCarlos Llamas2024-01-311-0/+10
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-14/+13
|\
| * binder: avoid user addresses in debug logsCarlos Llamas2023-12-051-2/+2
| * binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-051-1/+1
| * binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-051-11/+10
| * binder: use EPOLLERR from eventpoll.hCarlos Llamas2023-12-051-1/+1
* | file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner2023-12-121-1/+1
|/
* binder: fix memory leaks of spam and pending workCarlos Llamas2023-10-051-0/+2
* Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-131-0/+1
|\
| * binder: fix memory leak in binder_init()Qi Zheng2023-08-041-0/+1
* | android: Remove error checking for debugfs_create_dir()Wang Ming2023-08-041-11/+9
|/
* 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