aboutsummaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2018-05-07tee: check shm references are consistent in offset/sizeGravatar Etienne Carriere 1-0/+11
2018-05-07tee: shm: fix use-after-free via temporarily dropped referenceGravatar Jann Horn 1-2/+3
2018-03-06tee: optee: report OP-TEE revision informationGravatar Jérôme Forissier 1-0/+23
2018-03-06tee: optee: GET_OS_REVISION: document a2 as a build identifierGravatar Jérôme Forissier 1-1/+9
2018-03-06tee: correct max value for id allocationGravatar Peng Fan 1-5/+9
2018-01-11Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...Gravatar Olof Johansson 3-14/+59
2018-01-09tee: shm: Potential NULL dereference calling tee_shm_register()Gravatar Dan Carpenter 1-1/+1
2017-12-28tee: shm: don't put_page on null shm->pagesGravatar Colin Ian King 1-3/+5
2017-12-28tee: shm: make function __tee_shm_alloc staticGravatar Colin Ian King 1-3/+3
2017-12-28tee: optee: check type of registered shared memoryGravatar Jens Wiklander 1-2/+42
2017-12-28tee: add start argument to shm_register callbackGravatar Jens Wiklander 3-5/+9
2017-12-21tee: optee: fix header dependenciesGravatar Arnd Bergmann 1-1/+1
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Gravatar Arnd Bergmann 13-218/+895
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Gravatar Arnd Bergmann 5-189/+276
2017-12-15tee: shm: inline tee_shm_get_id()Gravatar Volodymyr Babchuk 1-11/+0
2017-12-15tee: use reference counting for tee_contextGravatar Volodymyr Babchuk 3-9/+41
2017-12-15tee: optee: enable dynamic SHM supportGravatar Volodymyr Babchuk 1-18/+51
2017-12-15tee: optee: add optee-specific shared pool implementationGravatar Volodymyr Babchuk 3-0/+99
2017-12-15tee: optee: store OP-TEE capabilities in private dataGravatar Volodymyr Babchuk 2-0/+4
2017-12-15tee: optee: add registered buffers handling into RPC callsGravatar Volodymyr Babchuk 4-11/+102
2017-12-15tee: optee: add registered shared parameters handlingGravatar Volodymyr Babchuk 1-15/+63
2017-12-15tee: optee: add shared buffer registration functionsGravatar Volodymyr Babchuk 3-0/+75
2017-12-15tee: optee: add page list manipulation functionsGravatar Volodymyr Babchuk 2-0/+96
2017-12-15tee: optee: Update protocol definitionsGravatar Volodymyr Babchuk 2-6/+39
2017-12-15tee: add register user memoryGravatar Jens Wiklander 2-28/+219
2017-12-15tee: flexible shared memory pool creationGravatar Jens Wiklander 3-122/+108
2017-11-29optee: support asynchronous supplicant requestsGravatar Jens Wiklander 4-173/+243
2017-11-29tee: add TEE_IOCTL_PARAM_ATTR_METAGravatar Jens Wiklander 2-6/+35
2017-11-29tee: add tee_param_is_memref() for driver useGravatar Jens Wiklander 1-14/+2
2017-11-29optee: fix invalid of_node_put() in optee_driver_init()Gravatar Jens Wiklander 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-08-04tee: optee: sync with new naming of interruptsGravatar David Wang 2-10/+10
2017-08-04tee: indicate privileged dev in gen_capsGravatar Jens Wiklander 1-0/+5
2017-08-04tee: optee: interruptible RPC sleepGravatar tiger-yu99 1-5/+2
2017-08-04tee: optee: add const to tee_driver_ops and tee_desc structuresGravatar Bhumika Goyal 1-4/+4
2017-08-04tee: tee_shm: Constify dma_buf_ops structures.Gravatar Arvind Yadav 1-1/+1
2017-08-04tee: optee: fix uninitialized symbol 'parg'Gravatar Jens Wiklander 1-5/+6
2017-05-18Merge tag 'v4.12-rc1' into fixesGravatar Olof Johansson 1-4/+4
2017-05-10tee: add ARM_SMCCC dependencyGravatar Arnd Bergmann 1-0/+1
2017-05-10Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 15-0/+4357
2017-03-10tee: add OP-TEE driverGravatar Jens Wiklander 11-0/+2809
2017-03-09tee: generic TEE subsystemGravatar Jens Wiklander 6-0/+1548