summaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee/core.c
Commit message (Expand)AuthorAgeFilesLines
* optee: add FF-A supportJens Wiklander2021-10-181-2/+14
* optee: isolate smc abiJens Wiklander2021-10-181-670/+51
* optee: refactor driver with internal callbacksJens Wiklander2021-10-151-48/+100
* optee: simplify optee_release()Jens Wiklander2021-10-151-37/+19
* tee: optee: Fix missing devices unregister during optee_removeSumit Garg2021-10-121-0/+3
* tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-211-1/+2
* optee: Clear stale cache entries during initializationTyler Hicks2021-07-211-0/+9
* 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
* Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-10/+0
|\
| * tee: optee: do not check memref size on return from Secure WorldJerome Forissier2021-03-301-10/+0
* | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* driver: tee: Handle NULL pointer indication from clientCedric Neveux2020-08-211-0/+7
* optee: enable support for multi-stage bus enumerationMaxim Uvarov2020-07-101-3/+24
* optee: model OP-TEE as a platform device/driverArd Biesheuvel2020-01-031-89/+64
* tee: optee: fix device enumeration error handlingJens Wiklander2019-11-151-8/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Olof Johansson2019-04-281-31/+49
|\
| * optee: allow to work without static shared memoryVolodymyr Babchuk2019-04-171-31/+49
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-061-0/+4
|\ \ | |/ |/|
| * tee: optee: add TEE bus device enumeration supportSumit Garg2019-02-011-0/+4
* | tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
|/
* tee: optee: log message if dynamic shm is enabledVictor Chong2018-12-111-0/+3
* Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...Olof Johansson2018-08-261-1/+1
|\
| * tee: optee: take DT status property into accountArd Biesheuvel2018-08-241-1/+1
* | tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra2018-06-201-1/+1
|/
* tee: optee: report OP-TEE revision informationJérôme Forissier2018-03-061-0/+23
* Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Arnd Bergmann2017-12-211-33/+119
|\
| * tee: optee: enable dynamic SHM supportVolodymyr Babchuk2017-12-151-18/+51
| * tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk2017-12-151-0/+1
| * tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk2017-12-151-0/+2
| * tee: optee: add registered shared parameters handlingVolodymyr Babchuk2017-12-151-15/+63
| * tee: optee: add shared buffer registration functionsVolodymyr Babchuk2017-12-151-0/+2
* | Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Arnd Bergmann2017-12-211-7/+4
|\ \ | |/ |/|
| * optee: support asynchronous supplicant requestsJens Wiklander2017-11-291-7/+4
* | optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander2017-11-291-1/+0
|/
* tee: optee: add const to tee_driver_ops and tee_desc structuresBhumika Goyal2017-08-041-4/+4
* tee: optee: fix uninitialized symbol 'parg'Jens Wiklander2017-08-041-5/+6
* tee: add OP-TEE driverJens Wiklander2017-03-101-0/+622