summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
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-09binderfs: add extended_error feature entryCarlos 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-26binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco
2022-04-26binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco
2022-04-26binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco
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
2022-02-04drivers/android: remove redundant ret variableMinghao Chi
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman
2021-12-21binder: fix async_free_space accounting for empty parcelsTodd Kjos
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
2021-11-17binder: fix test regression due to sender_euid changeTodd Kjos
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-19binder: don't detect sender/target during buffer cleanupTodd Kjos
2021-10-14binder: use cred instead of task for getsecidTodd Kjos
2021-10-14binder: use cred instead of task for selinux checksTodd Kjos
2021-10-14binder: use euid from cred instead of using taskTodd Kjos
2021-09-14binder: make sure fd closes completeTodd Kjos
2021-09-14binder: fix freeze raceLi Li
2021-08-03binder: Add invalid handle info in user error logRamji Jiyani
2021-07-21binderfs: add support for feature filesCarlos Llamas
2021-05-13binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTIONLuca Stefani
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu
2021-04-10binder: fix the missing BR_FROZEN_REPLY in binder_return_stringsHang Lu
2021-03-24binder: BINDER_GET_FROZEN_INFO ioctlMarco Ballesio
2021-03-24binder: use EINTR for interrupted wait for workMarco Ballesio
2021-03-24binder: BINDER_FREEZE ioctlMarco Ballesio
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore