summaryrefslogtreecommitdiff
path: root/drivers/tee/optee
AgeCommit message (Expand)AuthorFilesLines
2024-04-13tee: optee: Fix kernel panic caused by incorrect error handlingSumit Garg1-1/+2
2023-12-13tee: optee: Fix supplicant based device enumerationSumit Garg1-2/+15
2022-12-02tee: optee: fix possible memory leak in optee_register_device()Yang Yingliang1-1/+1
2022-03-02optee: use driver internal tee_context for some rpcJens Wiklander3-3/+15
2021-12-29tee: optee: Fix incorrect page free bugSumit Garg1-4/+2
2021-10-20tee: optee: Fix missing devices unregister during optee_removeSumit Garg3-0/+26
2021-08-15tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg4-6/+12
2021-08-12optee: fix tee out of memory failure seen during kexec rebootAllen Pais1-0/+20
2021-08-12optee: Refuse to load the driver under the kdump kernelTyler Hicks1-0/+11
2021-08-12optee: Fix memory leak when failing to register shm pagesTyler Hicks1-2/+10
2021-08-12optee: Clear stale cache entries during initializationTyler Hicks3-3/+43
2021-06-10optee: use export_uuid() to copy client UUIDJens Wiklander2-4/+8
2021-05-11tee: optee: do not check memref size on return from Secure WorldJerome Forissier1-10/+0
2021-03-04optee: simplify i2c accessArnd Bergmann1-15/+16
2021-02-04tee: optee: replace might_sleep with cond_reschedRouven Czerwinski1-1/+3
2020-11-25optee: add writeback to valid memory typeRui Miguel Silva1-1/+2
2020-09-13Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wikl...Olof Johansson1-1/+1
2020-09-01drivers: optee: fix i2c build issueJorge Ramirez-Ortiz1-1/+1
2020-08-21Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wik...Olof Johansson2-0/+10
2020-08-21drivers: optee: allow op-tee to access devices on the i2c busJorge Ramirez-Ortiz3-0/+117
2020-08-21driver: tee: Handle NULL pointer indication from clientCedric Neveux2-0/+10
2020-07-13Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/...Arnd Bergmann3-25/+50
2020-07-10optee: enable support for multi-stage bus enumerationMaxim Uvarov3-22/+44
2020-07-10optee: use uuid for sysfs driver entryMaxim Uvarov1-3/+6
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-05-11tee: optee: Add support for session login client UUID generationVesa Jääskeläinen1-1/+5
2020-02-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-89/+64
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik...Olof Johansson1-0/+1
2020-01-23tee: optee: Fix compilation issue with nommuVincenzo Frascino1-0/+1
2020-01-03optee: Fix multi page dynamic shm pool allocSumit Garg1-1/+14
2020-01-03optee: model OP-TEE as a platform device/driverArd Biesheuvel1-89/+64
2019-11-15tee: optee: fix device enumeration error handlingJens Wiklander1-8/+12
2019-11-15tee: optee: Fix dynamic shm pool allocationsSumit Garg2-1/+18
2019-07-08tee: optee: add might_sleep for RPC requestsRouven Czerwinski1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner7-70/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+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 Torvalds7-49/+181
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann2-48/+4
2019-02-28tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier2-48/+4
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: 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 supp_nowait flag in tee_context structSumit Garg1-1/+9
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 Johansson1-1/+1