summaryrefslogtreecommitdiffstats
path: root/drivers/tee
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tee: optee: Update protocol definitionsVolodymyr Babchuk2017-12-152-6/+39
| * tee: add register user memoryJens Wiklander2017-12-152-28/+219
| * tee: flexible shared memory pool creationJens Wiklander2017-12-153-122/+108
* | Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Arnd Bergmann2017-12-215-189/+276
|\ \ | |/ |/|
| * optee: support asynchronous supplicant requestsJens Wiklander2017-11-294-173/+243
| * tee: add TEE_IOCTL_PARAM_ATTR_METAJens Wiklander2017-11-292-6/+35
| * tee: add tee_param_is_memref() for driver useJens Wiklander2017-11-291-14/+2
* | optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander2017-11-291-1/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* tee: optee: sync with new naming of interruptsDavid Wang2017-08-042-10/+10
* tee: indicate privileged dev in gen_capsJens Wiklander2017-08-041-0/+5
* tee: optee: interruptible RPC sleeptiger-yu992017-08-041-5/+2
* tee: optee: add const to tee_driver_ops and tee_desc structuresBhumika Goyal2017-08-041-4/+4
* tee: tee_shm: Constify dma_buf_ops structures.Arvind Yadav2017-08-041-1/+1
* tee: optee: fix uninitialized symbol 'parg'Jens Wiklander2017-08-041-5/+6
* Merge tag 'v4.12-rc1' into fixesOlof Johansson2017-05-181-4/+4
|\
| * Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-05-101-4/+4
* | tee: add ARM_SMCCC dependencyArnd Bergmann2017-05-101-0/+1
|/
* tee: add OP-TEE driverJens Wiklander2017-03-1011-0/+2809
* tee: generic TEE subsystemJens Wiklander2017-03-096-0/+1548