summaryrefslogtreecommitdiff
path: root/drivers/tee/optee
AgeCommit message (Expand)AuthorFilesLines
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-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 Garg4-6/+12
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-05-18optee: use export_uuid() to copy client UUIDJens Wiklander2-4/+8
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+74
2021-04-01Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w...Arnd 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/peopl...Arnd 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:/pe...Arnd 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-17Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-11-25optee: add writeback to valid memory typeRui Miguel Silva1-1/+2
2020-10-26Merge tag 'optee-use-uuid-api-for-v5.10' of git://git.linaro.org:/people/jens...Arnd Bergmann1-1/+1
2020-10-13tee: optee: Use UUID API for exporting the UUIDAndy Shevchenko1-1/+1
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