aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds11-124/+471
2021-12-23Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-112/+70
2021-12-16optee: Suppress false positive kmemleak report in optee_handle_rpc()Xiaolei Wang1-0/+2
2021-12-16tee: optee: Fix incorrect page free bugSumit Garg1-4/+2
2021-12-16tee: handle lookup of shm with reference count 0Jens Wiklander1-108/+66
2021-11-29optee: Fix NULL but dereferenced coccicheck errorYang Li1-2/+2
2021-11-29tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter1-3/+2
2021-11-17optee: add asynchronous notificationsJens Wiklander4-36/+289
2021-11-17optee: separate notification functionsJens Wiklander8-91/+181
2021-11-17tee: export teedev_open() and teedev_close_context()Jens Wiklander1-2/+4
2021-11-17tee: fix put order in teedev_close_context()Jens Wiklander1-1/+3
2021-11-16optee: fix kfree NULL pointerLv Ruyi1-4/+3
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+3
2021-11-02Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-2/+2
2021-10-28optee: Fix spelling mistake "reclain" -> "reclaim"Colin Ian King1-2/+2
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-10-21optee: smc_abi.c: add missing #include <linux/mm.h>Jens Wiklander1-0/+1
2021-10-18optee: add FF-A supportJens Wiklander7-13/+1143
2021-10-18optee: isolate smc abiJens Wiklander8-1388/+1506
2021-10-15optee: refactor driver with internal callbacksJens Wiklander4-106/+182
2021-10-15optee: simplify optee_release()Jens Wiklander3-49/+39
2021-10-12tee: optee: Fix missing devices unregister during optee_removeSumit Garg3-0/+26
2021-09-14tee/optee/shm_pool: fix application of sizeof to pointerjing yangyang1-1/+1
2021-07-21tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg5-8/+14
2021-07-21tee: add tee_shm_alloc_kernel_buf()Jens Wiklander1-0/+18
2021-07-21optee: Clear stale cache entries during initializationTyler Hicks3-3/+43
2021-07-21optee: fix tee out of memory failure seen during kexec rebootAllen Pais1-0/+20
2021-07-21optee: Refuse to load the driver under the kdump kernelTyler Hicks1-0/+11
2021-07-21optee: Fix memory leak when failing to register shm pagesTyler Hicks1-2/+10
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-06-05Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixesOlof Johansson2-4/+8
2021-05-18optee: use export_uuid() to copy client UUIDJens Wiklander2-4/+8
2021-05-17tee: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann3-16/+106
2021-05-05tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas3-16/+106
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-10/+74
2021-04-01Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-10/+0
2021-03-30tee: optee: do not check memref size on return from Secure WorldJerome Forissier1-10/+0
2021-03-30tee: optee: fix build error caused by recent optee tracepoints featureJisheng Zhang1-0/+3
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-15tee: optee: add invoke_fn tracepointsJisheng Zhang2-0/+71
2021-02-09Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-15/+16
2021-02-08optee: simplify i2c accessArnd Bergmann1-15/+16
2021-02-03Merge tag 'optee-fix-cond-resched-call-for-v5.12' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-1/+2
2021-02-03tee: optee: remove need_resched() before cond_resched()Jens Wiklander1-2/+1
2021-02-02optee: sync OP-TEE headersJens Wiklander4-189/+179
2021-02-02tee: optee: fix 'physical' typosBjorn Helgaas1-1/+1
2021-02-02drivers: optee: use flexible-array member instead of zero-length arrayTian Tao1-1/+1
2021-01-21tee: optee: replace might_sleep with cond_reschedRouven Czerwinski1-1/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1