aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tee/optee (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2018-12-31Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/lateOlof 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-26Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/driversOlof Johansson1-1/+1
2018-08-24tee: optee: take DT status property into accountArd Biesheuvel1-1/+1
2018-06-20tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra2-1/+9
2018-06-19tee: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann1-1/+1
2018-03-06tee: optee: report OP-TEE revision informationJérôme Forissier1-0/+23
2018-03-06tee: optee: GET_OS_REVISION: document a2 as a build identifierJérôme Forissier1-1/+9
2018-01-11Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/driversOlof Johansson2-6/+49
2017-12-28tee: optee: check type of registered shared memoryJens Wiklander1-2/+42
2017-12-28tee: add start argument to shm_register callbackJens Wiklander2-4/+8
2017-12-21tee: optee: fix header dependenciesArnd Bergmann1-1/+1
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/driversArnd Bergmann9-50/+529
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/driversArnd Bergmann4-169/+264
2017-12-15tee: optee: enable dynamic SHM supportVolodymyr Babchuk1-18/+51
2017-12-15tee: optee: add optee-specific shared pool implementationVolodymyr Babchuk3-0/+99
2017-12-15tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk2-0/+4
2017-12-15tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk4-11/+102
2017-12-15tee: optee: add registered shared parameters handlingVolodymyr Babchuk1-15/+63
2017-12-15tee: optee: add shared buffer registration functionsVolodymyr Babchuk3-0/+75
2017-12-15tee: optee: add page list manipulation functionsVolodymyr Babchuk2-0/+96
2017-12-15tee: optee: Update protocol definitionsVolodymyr Babchuk2-6/+39
2017-11-29optee: support asynchronous supplicant requestsJens Wiklander4-173/+243
2017-11-29tee: add TEE_IOCTL_PARAM_ATTR_METAJens Wiklander1-0/+25
2017-11-29optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-04tee: optee: sync with new naming of interruptsDavid Wang2-10/+10
2017-08-04tee: optee: interruptible RPC sleeptiger-yu991-5/+2