summaryrefslogtreecommitdiffstats
path: root/drivers/tee
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* tee: fix crypto selectArnd Bergmann2020-05-281-0/+1
* Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann2020-05-253-1/+158
|\
| * tee: optee: Add support for session login client UUID generationVesa Jääskeläinen2020-05-111-1/+5
| * tee: add support for session's client UUID generationVesa Jääskeläinen2020-05-112-0/+153
* | Merge tag 'tee-smatch-for-5.8' of git://git.linaro.org/people/jens.wiklander/...Arnd Bergmann2020-05-251-2/+1
|\ \
| * | tee: remove unnecessary NULL check in tee_shm_alloc()Dan Carpenter2020-04-201-2/+1
| |/
* | tee: add private login method for kernel clientsSumit Garg2020-04-201-0/+7
* | tee: enable support to register kernel memorySumit Garg2020-04-201-3/+25
|/
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-033-63/+26
|\
| * Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann2020-03-273-63/+26
| |\
| | * tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPEDJens Wiklander2020-02-281-1/+1
| | * tee: remove redundant teedev in struct tee_shmJens Wiklander2020-02-281-5/+2
| | * tee: don't assign shm id for private shmsJens Wiklander2020-02-282-14/+20
| | * tee: remove unused tee_shm_priv_alloc()Jens Wiklander2020-02-281-31/+2
| | * tee: remove linked list of struct tee_shmJens Wiklander2020-02-282-12/+1
* | | Merge tag 'tee-amdtee-fix2-for-5.6' of https://git.linaro.org/people/jens.wik...Arnd Bergmann2020-03-251-0/+3
|\ \ \
| * | | tee: amdtee: out of bounds read in find_session()Dan Carpenter2020-03-101-0/+3
| | |/ | |/|
* | | Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2020-03-031-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-02-241-1/+1
| |\ \ | | |/ | |/|
| | * tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao2020-02-131-1/+1
* | | tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter2020-02-271-24/+24
|/ /
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-89/+64
|\ \
| * | optee: model OP-TEE as a platform device/driverArd Biesheuvel2020-01-031-89/+64
* | | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-6/+0
|\ \ \
| * \ \ Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-1/+14
| |\ \ \
| * \ \ \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-6/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter2019-11-251-6/+0
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-289-2/+1342
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King2020-01-221-2/+2
| * | | | tee: amdtee: remove redundant NULL check for poolRijo Thomas2020-01-161-2/+1
| * | | | tee: amdtee: rename err label to err_device_unregisterRijo Thomas2020-01-161-2/+2
| * | | | tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas2020-01-161-1/+3
| * | | | tee: amdtee: print error message if tee not presentRijo Thomas2020-01-161-3/+4
| * | | | tee: amdtee: remove unused variable initializationRijo Thomas2020-01-162-14/+14
| * | | | tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+6
| * | | | tee: add AMD-TEE driverRijo Thomas2020-01-049-1/+1333
| * | | | tee: allow compilation of tee subsystem for AMD CPUsRijo Thomas2020-01-041-1/+1
| |/ / /
* | | | Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wik...Olof Johansson2020-01-241-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | tee: optee: Fix compilation issue with nommuVincenzo Frascino2020-01-231-0/+1
| |/ /
* / / optee: Fix multi page dynamic shm pool allocSumit Garg2020-01-031-1/+14
|/ /
* | Merge mainline/master into arm/fixesOlof Johansson2019-12-051-1/+1
|\ \
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
| |/
* | tee: optee: fix device enumeration error handlingJens Wiklander2019-11-151-8/+12
* | tee: optee: Fix dynamic shm pool allocationsSumit Garg2019-11-152-1/+18
|/
* tee/shm: untag user pointers in tee_shm_registerAndrey Konovalov2019-09-251-0/+1
* tee: optee: add might_sleep for RPC requestsRouven Czerwinski2019-07-081-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-0511-110/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-161-31/+49
|\