Age | Commit message (Expand) | Author | Files | Lines |
2018-01-11 | Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo... | Olof Johansson | 3 | -14/+59 |
2018-01-09 | tee: shm: Potential NULL dereference calling tee_shm_register() | Dan Carpenter | 1 | -1/+1 |
2017-12-28 | tee: shm: don't put_page on null shm->pages | Colin Ian King | 1 | -3/+5 |
2017-12-28 | tee: shm: make function __tee_shm_alloc static | Colin Ian King | 1 | -3/+3 |
2017-12-28 | tee: optee: check type of registered shared memory | Jens Wiklander | 1 | -2/+42 |
2017-12-28 | tee: add start argument to shm_register callback | Jens Wiklander | 3 | -5/+9 |
2017-12-21 | tee: optee: fix header dependencies | Arnd Bergmann | 1 | -1/+1 |
2017-12-21 | Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je... | Arnd Bergmann | 13 | -218/+895 |
2017-12-21 | Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop... | Arnd Bergmann | 5 | -189/+276 |
2017-12-15 | tee: shm: inline tee_shm_get_id() | Volodymyr Babchuk | 1 | -11/+0 |
2017-12-15 | tee: use reference counting for tee_context | Volodymyr Babchuk | 3 | -9/+41 |
2017-12-15 | tee: optee: enable dynamic SHM support | Volodymyr Babchuk | 1 | -18/+51 |
2017-12-15 | tee: optee: add optee-specific shared pool implementation | Volodymyr Babchuk | 3 | -0/+99 |
2017-12-15 | tee: optee: store OP-TEE capabilities in private data | Volodymyr Babchuk | 2 | -0/+4 |
2017-12-15 | tee: optee: add registered buffers handling into RPC calls | Volodymyr Babchuk | 4 | -11/+102 |
2017-12-15 | tee: optee: add registered shared parameters handling | Volodymyr Babchuk | 1 | -15/+63 |
2017-12-15 | tee: optee: add shared buffer registration functions | Volodymyr Babchuk | 3 | -0/+75 |
2017-12-15 | tee: optee: add page list manipulation functions | Volodymyr Babchuk | 2 | -0/+96 |
2017-12-15 | tee: optee: Update protocol definitions | Volodymyr Babchuk | 2 | -6/+39 |
2017-12-15 | tee: add register user memory | Jens Wiklander | 2 | -28/+219 |
2017-12-15 | tee: flexible shared memory pool creation | Jens Wiklander | 3 | -122/+108 |
2017-11-29 | optee: support asynchronous supplicant requests | Jens Wiklander | 4 | -173/+243 |
2017-11-29 | tee: add TEE_IOCTL_PARAM_ATTR_META | Jens Wiklander | 2 | -6/+35 |
2017-11-29 | tee: add tee_param_is_memref() for driver use | Jens Wiklander | 1 | -14/+2 |
2017-11-29 | optee: fix invalid of_node_put() in optee_driver_init() | Jens Wiklander | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-08-04 | tee: optee: sync with new naming of interrupts | David Wang | 2 | -10/+10 |
2017-08-04 | tee: indicate privileged dev in gen_caps | Jens Wiklander | 1 | -0/+5 |
2017-08-04 | tee: optee: interruptible RPC sleep | tiger-yu99 | 1 | -5/+2 |
2017-08-04 | tee: optee: add const to tee_driver_ops and tee_desc structures | Bhumika Goyal | 1 | -4/+4 |
2017-08-04 | tee: tee_shm: Constify dma_buf_ops structures. | Arvind Yadav | 1 | -1/+1 |
2017-08-04 | tee: optee: fix uninitialized symbol 'parg' | Jens Wiklander | 1 | -5/+6 |
2017-05-18 | Merge tag 'v4.12-rc1' into fixes | Olof Johansson | 1 | -4/+4 |
2017-05-10 | tee: add ARM_SMCCC dependency | Arnd Bergmann | 1 | -0/+1 |
2017-05-10 | Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 15 | -0/+4357 |
2017-03-10 | tee: add OP-TEE driver | Jens Wiklander | 11 | -0/+2809 |
2017-03-09 | tee: generic TEE subsystem | Jens Wiklander | 6 | -0/+1548 |