summaryrefslogtreecommitdiff
path: root/drivers/android/binder.c
AgeCommit message (Expand)Author
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois
2024-01-31binder: signal epoll threads of self-workCarlos Llamas
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-12file: s/close_fd_get_file()/file_close_fd()/gChristian Brauner
2023-12-05binder: avoid user addresses in debug logsCarlos Llamas
2023-12-05binder: remove pid param in binder_alloc_new_buf()Carlos Llamas
2023-12-05binder: keep vma addresses type as unsigned longCarlos Llamas
2023-12-05binder: use EPOLLERR from eventpoll.hCarlos Llamas
2023-10-05binder: fix memory leaks of spam and pending workCarlos Llamas
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming
2023-08-04binder: fix memory leak in binder_init()Qi Zheng
2023-05-28Merge v6.4-rc4 into char-misc-nextGreg Kroah-Hartman
2023-05-13Binder: Add async from to transaction recordChuang Zhang
2023-05-13Binder: Add timestamp to transaction recordChuang Zhang
2023-05-13binder: fix UAF caused by faulty buffer cleanupCarlos Llamas
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-19android: fix W=1 kernel-doc warningsRandy Dunlap
2023-01-19binder: return pending info for frozen async txnsLi Li
2023-01-19binder: remove unneeded size check codeJiazi.Li
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-18binder: fix UAF of ref->proc caused by race conditionCarlos Llamas
2022-07-08binder: fix redefinition of seq_file attributesCarlos Llamas
2022-06-27Binder: add TF_UPDATE_TXN to replace outdated txnLi Li
2022-06-05Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-05fix the breakage in close_fd_get_file() calling conventions changeAl Viro
2022-06-04Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-19binder: fix atomic sleep when get extended errorSchspa Shi
2022-05-19binder: fix potential UAF of target_{proc,thread}Carlos Llamas
2022-05-19binder: fix printk format for commandsCarlos Llamas
2022-05-14Unify the primitives for file descriptor closingAl Viro
2022-05-09binder: additional transaction error logsCarlos Llamas
2022-05-09binder: convert logging macros into functionsCarlos Llamas
2022-05-09binder: add BINDER_GET_EXTENDED_ERROR ioctlCarlos Llamas
2022-05-09binder: add failed transaction logging infoCarlos Llamas
2022-05-02Merge 5.18-rc5 into char-misc-nextGreg Kroah-Hartman
2022-04-22binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0Alessandro Astone
2022-04-22binder: Address corner cases in deferred copy and fixupAlessandro Astone
2022-04-22binder: hold fd_install until allocating fds firstCarlos Llamas
2021-12-21binder: use proper cacheflush header fileAjith P V
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman
2021-12-09binder: use wake_up_pollfree()Eric Biggers
2021-12-08binder: fix pointer cast warningArnd Bergmann
2021-12-03binder: defer copies of pre-patched txn dataTodd Kjos
2021-12-03binder: read pre-translated fds from sender bufferTodd Kjos
2021-12-03binder: avoid potential data leakage when copying txnTodd Kjos
2021-12-03binder: fix handling of error during copyTodd Kjos
2021-12-03binder: remove repeat word from commentAjith P V