aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds13-444/+346
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann12-505/+404
2022-02-18Merge tag 'optee-fix2-for-v5.17' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann2-2/+6
2022-02-16tee: refactor TEE_SHM_* flagsJens Wiklander3-15/+14
2022-02-16tee: replace tee_shm_register()Jens Wiklander1-66/+90
2022-02-16tee: add tee_shm_register_{user,kernel}_buf()Jens Wiklander3-2/+36
2022-02-16optee: add optee_pool_op_free_helper()Jens Wiklander4-7/+17
2022-02-16tee: replace tee_shm_alloc()Jens Wiklander5-50/+75
2022-02-16tee: simplify shm pool handlingJens Wiklander9-270/+117
2022-02-16tee: add tee_shm_alloc_user_buf()Jens Wiklander4-2/+21
2022-02-16tee: remove unused tee_shm_pool_alloc_res_mem()Jens Wiklander1-56/+0
2022-02-14tee: optee: fix error return code in probe functionYang Yingliang2-2/+6
2022-02-14tee: amdtee: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-08Merge tag 'optee-fixes-for-v5.17' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixesArnd Bergmann3-14/+13
2022-02-03optee: use driver internal tee_context for some rpcJens Wiklander4-67/+64
2022-01-24optee: add error checks in optee_ffa_do_call_with_arg()Jens Wiklander1-3/+12
2022-01-24tee: optee: do not check memref size on return from Secure WorldJerome Forissier1-10/+0
2022-01-24optee: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
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