summaryrefslogtreecommitdiffstats
path: root/drivers/tee
AgeCommit message (Expand)Author
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-27Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann
2020-03-25Merge tag 'tee-amdtee-fix2-for-5.6' of https://git.linaro.org/people/jens.wik...Arnd Bergmann
2020-03-10tee: amdtee: out of bounds read in find_session()Dan Carpenter
2020-03-03Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2020-02-28tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPEDJens Wiklander
2020-02-28tee: remove redundant teedev in struct tee_shmJens Wiklander
2020-02-28tee: don't assign shm id for private shmsJens Wiklander
2020-02-28tee: remove unused tee_shm_priv_alloc()Jens Wiklander
2020-02-28tee: remove linked list of struct tee_shmJens Wiklander
2020-02-27tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter
2020-02-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-02-13tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik...Olof Johansson
2020-01-23tee: optee: Fix compilation issue with nommuVincenzo Frascino
2020-01-22tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie
2020-01-16tee: amdtee: remove redundant NULL check for poolRijo Thomas
2020-01-16tee: amdtee: rename err label to err_device_unregisterRijo Thomas
2020-01-16tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas
2020-01-16tee: amdtee: print error message if tee not presentRijo Thomas
2020-01-16tee: amdtee: remove unused variable initializationRijo Thomas
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas
2020-01-04tee: add AMD-TEE driverRijo Thomas
2020-01-04tee: allow compilation of tee subsystem for AMD CPUsRijo Thomas
2020-01-03optee: Fix multi page dynamic shm pool allocSumit Garg
2020-01-03optee: model OP-TEE as a platform device/driverArd Biesheuvel
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-12-05Merge mainline/master into arm/fixesOlof Johansson
2019-11-25drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter
2019-11-15tee: optee: fix device enumeration error handlingJens Wiklander
2019-11-15tee: optee: Fix dynamic shm pool allocationsSumit Garg
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-09-25tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov
2019-07-08tee: optee: add might_sleep for RPC requestsRouven Czerwinski
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-04-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Olof Johansson
2019-04-17optee: allow to work without static shared memoryVolodymyr Babchuk
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann
2019-02-28tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall
2019-02-20tee: optee: Fix unsigned comparison with less than zeroYueHaibing