summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
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
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos
2020-11-11binder: add trace at free transaction.Frankie.Chang
2020-11-11binder: move structs from core file to header fileFrankie.Chang
2020-11-09binder: change error code from postive to negative in binder_transactionZhang Qilong
2020-11-09Android: binder: added a missing blank line after declarationAndrew Bridges
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-10binder: fix UAF when releasing todo listTodd Kjos
2020-10-05binder: simplify the return expression of binder_mmapLiu Shixin
2020-09-16binder: remove redundant assignment to pointer nColin Ian King
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen
2020-09-03binderfs: make symbol 'binderfs_fs_parameters' staticWei Yongjun
2020-09-03binder: Modify commentsYangHui
2020-09-03binder: Remove bogus warning on failed same-process transactionJann Horn
2020-07-29drivers: android: Fix the SPDX comment styleMrinal Pandey
2020-07-29drivers: android: Fix a variable declaration coding style issueMrinal Pandey
2020-07-29drivers: android: Remove braces for a single statement if-else blockMrinal Pandey
2020-07-29drivers: android: Remove the use of else after returnMrinal Pandey