summaryrefslogtreecommitdiffstats
path: root/drivers/tee
Commit message (Expand)AuthorAgeFilesLines
* tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-215-8/+14
* tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-07-211-0/+18
* optee: Clear stale cache entries during initializationTyler Hicks2021-07-213-3/+43
* optee: fix tee out of memory failure seen during kexec rebootAllen Pais2021-07-211-0/+20
* optee: Refuse to load the driver under the kdump kernelTyler Hicks2021-07-211-0/+11
* optee: Fix memory leak when failing to register shm pagesTyler Hicks2021-07-211-2/+10
* Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\
| * tee: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* | Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander...Olof Johansson2021-06-052-4/+8
|\ \
| * | optee: use export_uuid() to copy client UUIDJens Wiklander2021-05-182-4/+8
| |/
* | Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklan...Arnd Bergmann2021-05-173-16/+106
|\ \ | |/ |/|
| * tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas2021-05-053-16/+106
* | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-264-10/+74
|\ \ | |/ |/|
| * Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w...Arnd Bergmann2021-04-011-10/+0
| |\
| | * tee: optee: do not check memref size on return from Secure WorldJerome Forissier2021-03-301-10/+0
| * | tee: optee: fix build error caused by recent optee tracepoints featureJisheng Zhang2021-03-301-0/+3
| * | tee: optee: add invoke_fn tracepointsJisheng Zhang2021-03-152-0/+71
| |/
* / module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
|/
* Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/peopl...Arnd Bergmann2021-02-091-15/+16
|\
| * optee: simplify i2c accessArnd Bergmann2021-02-081-15/+16
* | Merge tag 'optee-fix-cond-resched-call-for-v5.12' of git://git.linaro.org:/pe...Arnd Bergmann2021-02-031-1/+2
|\ \
| * | tee: optee: remove need_resched() before cond_resched()Jens Wiklander2021-02-031-2/+1
| * | tee: optee: replace might_sleep with cond_reschedRouven Czerwinski2021-01-211-1/+3
| |/
* | optee: sync OP-TEE headersJens Wiklander2021-02-024-189/+179
* | tee: optee: fix 'physical' typosBjorn Helgaas2021-02-021-1/+1
* | drivers: optee: use flexible-array member instead of zero-length arrayTian Tao2021-02-021-1/+1
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+1
|\
| * Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann2020-11-271-1/+2
| |\
| * \ Merge tag 'optee-use-uuid-api-for-v5.10' of git://git.linaro.org:/people/jens...Arnd Bergmann2020-10-261-1/+1
| |\ \
| | * | tee: optee: Use UUID API for exporting the UUIDAndy Shevchenko2020-10-131-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\ \ \ \
| * | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
| |/ / /
* | | | 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
|\