summaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2022-03-02optee: use driver internal tee_context for some rpcJens Wiklander3-3/+15
2022-03-02tee: export teedev_open() and teedev_close_context()Jens Wiklander1-2/+4
2022-01-27tee: fix put order in teedev_close_context()Jens Wiklander1-1/+3
2022-01-05tee: handle lookup of shm with reference count 0Jens Wiklander1-110/+67
2021-12-29tee: optee: Fix incorrect page free bugSumit Garg1-4/+2
2021-10-27tee: optee: Fix missing devices unregister during optee_removeSumit Garg3-0/+26
2021-08-15tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg5-8/+14
2021-08-12optee: Fix memory leak when failing to register shm pagesTyler Hicks1-2/+10
2021-08-12tee: add tee_shm_alloc_kernel_buf()Jens Wiklander1-0/+18
2021-08-12optee: Clear stale cache entries during initializationTyler Hicks3-3/+43
2021-05-11tee: optee: do not check memref size on return from Secure WorldJerome Forissier1-10/+0
2021-02-04tee: optee: replace might_sleep with cond_reschedRouven Czerwinski1-1/+3
2020-12-02optee: add writeback to valid memory typeRui Miguel Silva1-1/+2
2020-02-06tee: optee: Fix compilation issue with nommuVincenzo Frascino1-0/+1
2020-01-26optee: Fix multi page dynamic shm pool allocSumit Garg1-1/+14
2020-01-26tee: optee: fix device enumeration error handlingJens Wiklander1-8/+12
2020-01-26tee: optee: Fix dynamic shm pool allocationsSumit Garg2-1/+18
2019-09-26tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov1-0/+1
2019-07-08tee: optee: add might_sleep for RPC requestsRouven Czerwinski1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner11-110/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-31/+49
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-29Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Olof Johansson1-31/+49
2019-04-17optee: allow to work without static shared memoryVolodymyr Babchuk1-31/+49
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds8-53/+255
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann3-48/+13
2019-02-28tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier2-48/+4
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk1-0/+9
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-20tee: optee: Fix unsigned comparison with less than zeroYueHaibing1-1/+1
2019-02-20tee: fix possible error pointer ctx dereferencingSumit Garg1-1/+3
2019-02-20tee: optee: Initialize some structs using memset instead of bracesNathan Chancellor1-3/+8
2019-02-01tee: optee: add TEE bus device enumeration supportSumit Garg4-0/+163
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg1-4/+50
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg2-1/+22
2019-01-01Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.w...Olof Johansson1-0/+3
2018-12-11tee: optee: log message if dynamic shm is enabledVictor Chong1-0/+3
2018-12-11tee: optee: avoid possible double list_del()Zhizhou Zhang1-6/+7
2018-08-27Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...Olof Johansson2-8/+107
2018-08-24tee: add kernel internal client interfaceJens Wiklander1-7/+106
2018-08-24tee: optee: take DT status property into accountArd Biesheuvel1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-2/+10
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+0
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-6/+0
2018-06-20tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra2-1/+9
2018-06-19tee: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann1-1/+1
2018-05-07tee: check shm references are consistent in offset/sizeEtienne Carriere1-0/+11
2018-05-07tee: shm: fix use-after-free via temporarily dropped referenceJann Horn1-2/+3
2018-03-06tee: optee: report OP-TEE revision informationJérôme Forissier1-0/+23