aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee (follow)
AgeCommit message (Expand)AuthorFilesLines
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/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
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.wiklander/linux-tee into arm/driversArnd 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.wiklander/linux-tee into arm/driversOlof 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.wiklander/linux-tee into arm/driversOlof 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/linux-tee into arm/driversArnd 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-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-89/+64
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixesOlof 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-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversOlof 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/soc/socLinus Torvalds7-49/+181
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd 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