aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-89/+64
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+0
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-2/+1342
2020-01-24Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixesOlof Johansson1-0/+1
2020-01-23tee: optee: Fix compilation issue with nommuVincenzo Frascino1-0/+1
2020-01-22tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King1-2/+2
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-1/+14
2020-01-16tee: amdtee: remove redundant NULL check for poolRijo Thomas1-2/+1
2020-01-16tee: amdtee: rename err label to err_device_unregisterRijo Thomas1-2/+2
2020-01-16tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas1-1/+3
2020-01-16tee: amdtee: print error message if tee not presentRijo Thomas1-3/+4
2020-01-16tee: amdtee: remove unused variable initializationRijo Thomas2-14/+14
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas1-0/+6
2020-01-04tee: add AMD-TEE driverRijo Thomas9-1/+1333
2020-01-04tee: allow compilation of tee subsystem for AMD CPUsRijo Thomas1-1/+1
2020-01-03optee: Fix multi page dynamic shm pool allocSumit Garg1-1/+14
2020-01-03optee: model OP-TEE as a platform device/driverArd Biesheuvel1-89/+64
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-6/+0
2019-12-05Merge mainline/master into arm/fixesOlof Johansson1-1/+1
2019-11-25drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter1-6/+0
2019-11-15tee: optee: fix device enumeration error handlingJens Wiklander1-8/+12
2019-11-15tee: optee: Fix dynamic shm pool allocationsSumit Garg2-1/+18
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-09-25tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov1-0/+1
2019-07-08tee: optee: add might_sleep for RPC requestsRouven Czerwinski1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner11-110/+11
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-31/+49
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-04-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversOlof Johansson1-31/+49
2019-04-17optee: allow to work without static shared memoryVolodymyr Babchuk1-31/+49
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-53/+255
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann3-48/+13
2019-02-28tee: optee: update optee_msg.h and optee_smc.h to dual licenseJerome Forissier2-48/+4
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk1-0/+9
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-20tee: optee: Fix unsigned comparison with less than zeroYueHaibing1-1/+1
2019-02-20tee: fix possible error pointer ctx dereferencingSumit Garg1-1/+3
2019-02-20tee: optee: Initialize some structs using memset instead of bracesNathan Chancellor1-3/+8
2019-02-01tee: optee: add TEE bus device enumeration supportSumit Garg4-0/+163
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg1-4/+50
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg2-1/+22
2018-12-31Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/lateOlof Johansson1-0/+3
2018-12-11tee: optee: log message if dynamic shm is enabledVictor Chong1-0/+3
2018-12-11tee: optee: avoid possible double list_del()Zhizhou Zhang1-6/+7
2018-08-26Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/driversOlof Johansson2-8/+107
2018-08-24tee: add kernel internal client interfaceJens Wiklander1-7/+106
2018-08-24tee: optee: take DT status property into accountArd Biesheuvel1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-2/+10
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+0