summaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge 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-08Merge 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-28Merge 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
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds7-49/+181
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd 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.w...Olof 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/li...Olof 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/peo...Olof 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/je...Arnd Bergmann9-50/+529
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Arnd Bergmann4-169/+264
2017-12-15tee: optee: enable dynamic SHM supportVolodymyr Babchuk1-18/+51