summaryrefslogtreecommitdiffstats
path: root/drivers/tee
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-0511-110/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-161-31/+49
|\
| * 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
* | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
|/ /
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-068-53/+255
|\ \ | |/ |/|
| * Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann2019-03-013-48/+13
| |\
| | * tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier2019-02-282-48/+4
| | * tee: add cancellation support to client interfaceIgor Opaniuk2019-02-281-0/+9
| * | tee: optee: Fix unsigned comparison with less than zeroYueHaibing2019-02-201-1/+1
| * | tee: fix possible error pointer ctx dereferencingSumit Garg2019-02-201-1/+3
| * | tee: optee: Initialize some structs using memset instead of bracesNathan Chancellor2019-02-201-3/+8
| |/
| * tee: optee: add TEE bus device enumeration supportSumit Garg2019-02-014-0/+163
| * tee: add bus driver framework for TEE based devicesSumit Garg2019-02-011-4/+50
| * tee: add supp_nowait flag in tee_context structSumit Garg2019-02-012-1/+22
* | tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
|/
* Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.w...Olof Johansson2018-12-311-0/+3
|\
| * tee: optee: log message if dynamic shm is enabledVictor Chong2018-12-111-0/+3
* | tee: optee: avoid possible double list_del()Zhizhou Zhang2018-12-111-6/+7
|/
* Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...Olof Johansson2018-08-262-8/+107
|\
| * tee: add kernel internal client interfaceJens Wiklander2018-08-241-7/+106
| * tee: optee: take DT status property into accountArd Biesheuvel2018-08-241-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-233-2/+10
|\ \
| * | tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra2018-06-202-1/+9
| * | tee: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-191-1/+1
| |/
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-6/+0
|\ \ | |/ |/|
| * dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-6/+0
* | tee: check shm references are consistent in offset/sizeEtienne Carriere2018-05-071-0/+11
* | tee: shm: fix use-after-free via temporarily dropped referenceJann Horn2018-05-071-2/+3
|/
* tee: optee: report OP-TEE revision informationJérôme Forissier2018-03-061-0/+23
* tee: optee: GET_OS_REVISION: document a2 as a build identifierJérôme Forissier2018-03-061-1/+9
* tee: correct max value for id allocationPeng Fan2018-03-061-5/+9
* Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...Olof Johansson2018-01-113-14/+59
|\
| * tee: shm: Potential NULL dereference calling tee_shm_register()Dan Carpenter2018-01-091-1/+1
| * tee: shm: don't put_page on null shm->pagesColin Ian King2017-12-281-3/+5
| * tee: shm: make function __tee_shm_alloc staticColin Ian King2017-12-281-3/+3
| * tee: optee: check type of registered shared memoryJens Wiklander2017-12-281-2/+42
| * tee: add start argument to shm_register callbackJens Wiklander2017-12-283-5/+9
* | tee: optee: fix header dependenciesArnd Bergmann2017-12-211-1/+1
* | Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Arnd Bergmann2017-12-2113-218/+895
|\|
| * tee: shm: inline tee_shm_get_id()Volodymyr Babchuk2017-12-151-11/+0
| * tee: use reference counting for tee_contextVolodymyr Babchuk2017-12-153-9/+41
| * tee: optee: enable dynamic SHM supportVolodymyr Babchuk2017-12-151-18/+51
| * tee: optee: add optee-specific shared pool implementationVolodymyr Babchuk2017-12-153-0/+99
| * tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk2017-12-152-0/+4
| * tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk2017-12-154-11/+102
| * tee: optee: add registered shared parameters handlingVolodymyr Babchuk2017-12-151-15/+63
| * tee: optee: add shared buffer registration functionsVolodymyr Babchuk2017-12-153-0/+75
| * tee: optee: add page list manipulation functionsVolodymyr Babchuk2017-12-152-0/+96