summaryrefslogtreecommitdiffstats
path: root/drivers/tee
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-271-1/+2
|\
| * optee: add writeback to valid memory typeRui Miguel Silva2020-11-251-1/+2
* | Merge tag 'amdtee-fixes-for-5.10' of git://git.linaro.org:/people/jens.wiklan...Arnd Bergmann2020-11-132-11/+23
|\ \ | |/ |/|
| * tee: amdtee: synchronize access to shm listRijo Thomas2020-11-092-0/+9
| * tee: amdtee: fix memory leak due to reset of global shm listRijo Thomas2020-11-092-11/+14
* | Merge tag 'tee-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann2020-10-261-1/+2
|\ \
| * | tee: client UUID: Skip REE kernel login method as wellSumit Garg2020-10-131-1/+2
| |/
* | Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wi...Olof Johansson2020-09-261-33/+7
|\ \
| * | tee: avoid explicit sysfs_create/delete_group by initialising dev->groupsSudeep Holla2020-09-181-17/+4
| * | tee: replace cdev_add + device_add with cdev_device_addSudeep Holla2020-09-181-17/+4
| |/
* | Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wikl...Olof Johansson2020-09-131-1/+1
|\ \
| * | drivers: optee: fix i2c build issueJorge Ramirez-Ortiz2020-09-011-1/+1
* | | Merge tag 'tee-pin-user-pages-for-5.10' of git://git.linaro.org/people/jens.w...Olof Johansson2020-08-271-13/+19
|\ \ \
| * | | tee: convert get_user_pages() --> pin_user_pages()John Hubbard2020-08-251-13/+19
| | |/ | |/|
* | | Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wik...Olof Johansson2020-08-213-18/+41
|\ \ \ | |_|/ |/| |
| * | driver: tee: Handle NULL pointer indication from clientCedric Neveux2020-08-213-18/+41
| |/
* / drivers: optee: allow op-tee to access devices on the i2c busJorge Ramirez-Ortiz2020-08-213-0/+117
|/
* Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/...Arnd Bergmann2020-07-133-25/+50
|\
| * optee: enable support for multi-stage bus enumerationMaxim Uvarov2020-07-103-22/+44
| * optee: use uuid for sysfs driver entryMaxim Uvarov2020-07-101-3/+6
* | 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