summaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wikla...Arnd Bergmann2021-11-021-2/+2
|\
| * optee: Fix spelling mistake "reclain" -> "reclaim"Colin Ian King2021-10-281-2/+2
* | optee: smc_abi.c: add missing #include <linux/mm.h>Jens Wiklander2021-10-211-0/+1
|/
* optee: add FF-A supportJens Wiklander2021-10-187-13/+1143
* optee: isolate smc abiJens Wiklander2021-10-188-1388/+1506
* optee: refactor driver with internal callbacksJens Wiklander2021-10-154-106/+182
* optee: simplify optee_release()Jens Wiklander2021-10-153-49/+39
* tee: optee: Fix missing devices unregister during optee_removeSumit Garg2021-10-123-0/+26
* tee/optee/shm_pool: fix application of sizeof to pointerjing yangyang2021-09-141-1/+1
* tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-214-6/+12
* optee: Clear stale cache entries during initializationTyler Hicks2021-07-213-3/+43
* optee: fix tee out of memory failure seen during kexec rebootAllen Pais2021-07-211-0/+20
* optee: Refuse to load the driver under the kdump kernelTyler Hicks2021-07-211-0/+11
* optee: Fix memory leak when failing to register shm pagesTyler Hicks2021-07-211-2/+10
* optee: use export_uuid() to copy client UUIDJens Wiklander2021-05-182-4/+8
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-264-10/+74
|\
| * Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w...Arnd Bergmann2021-04-011-10/+0
| |\
| | * tee: optee: do not check memref size on return from Secure WorldJerome Forissier2021-03-301-10/+0
| * | tee: optee: fix build error caused by recent optee tracepoints featureJisheng Zhang2021-03-301-0/+3
| * | tee: optee: add invoke_fn tracepointsJisheng Zhang2021-03-152-0/+71
| |/
* / module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/peopl...Arnd Bergmann2021-02-091-15/+16
|\
| * optee: simplify i2c accessArnd Bergmann2021-02-081-15/+16
* | Merge tag 'optee-fix-cond-resched-call-for-v5.12' of git://git.linaro.org:/pe...Arnd Bergmann2021-02-031-1/+2
|\ \
| * | tee: optee: remove need_resched() before cond_resched()Jens Wiklander2021-02-031-2/+1
| * | tee: optee: replace might_sleep with cond_reschedRouven Czerwinski2021-01-211-1/+3
| |/
* | optee: sync OP-TEE headersJens Wiklander2021-02-024-189/+179
* | tee: optee: fix 'physical' typosBjorn Helgaas2021-02-021-1/+1
* | drivers: optee: use flexible-array member instead of zero-length arrayTian Tao2021-02-021-1/+1
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+1
|\
| * Merge tag 'optee-use-uuid-api-for-v5.10' of git://git.linaro.org:/people/jens...Arnd Bergmann2020-10-261-1/+1
| |\
| | * tee: optee: Use UUID API for exporting the UUIDAndy Shevchenko2020-10-131-1/+1
* | | optee: add writeback to valid memory typeRui Miguel Silva2020-11-251-1/+2
|/ /
* | Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wikl...Olof Johansson2020-09-131-1/+1
|\ \
| * | drivers: optee: fix i2c build issueJorge Ramirez-Ortiz2020-09-011-1/+1
* | | Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wik...Olof Johansson2020-08-212-0/+10
|\ \ \ | |/ / |/| |
| * | driver: tee: Handle NULL pointer indication from clientCedric Neveux2020-08-212-0/+10
| |/
* / drivers: optee: allow op-tee to access devices on the i2c busJorge Ramirez-Ortiz2020-08-213-0/+117
|/
* Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/...Arnd Bergmann2020-07-133-25/+50
|\
| * optee: enable support for multi-stage bus enumerationMaxim Uvarov2020-07-103-22/+44
| * optee: use uuid for sysfs driver entryMaxim Uvarov2020-07-101-3/+6
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* | tee: optee: Add support for session login client UUID generationVesa Jääskeläinen2020-05-111-1/+5
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-89/+64
|\
| * optee: model OP-TEE as a platform device/driverArd Biesheuvel2020-01-031-89/+64
* | Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik...Olof Johansson2020-01-241-0/+1
|\ \
| * | tee: optee: Fix compilation issue with nommuVincenzo Frascino2020-01-231-0/+1
| |/
* / optee: Fix multi page dynamic shm pool allocSumit Garg2020-01-031-1/+14
|/
* tee: optee: fix device enumeration error handlingJens Wiklander2019-11-151-8/+12
* tee: optee: Fix dynamic shm pool allocationsSumit Garg2019-11-152-1/+18