summaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2025-06-27tee: Prevent size calculation wraparound on 32-bit kernelsJann Horn1-5/+6
2025-03-13tee: optee: Fix supplicant wait loopSumit Garg1-27/+8
2024-04-10tee: optee: Fix kernel panic caused by incorrect error handlingSumit Garg1-1/+2
2023-12-13tee: optee: Fix supplicant based device enumerationSumit Garg1-2/+15
2023-10-19tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas1-4/+6
2023-06-14tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Rijo Thomas2-17/+23
2023-03-30tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas1-15/+14
2022-12-02tee: optee: fix possible memory leak in optee_register_device()Yang Yingliang1-1/+1
2022-11-10tee: Fix tee_shm_register() for kernel TEE driversSumit Garg2-3/+3
2022-09-15tee: fix compiler warning in tee_shm_register()Jens Wiklander1-0/+1
2022-08-21tee: add overflow check in register_shm_helper()Jens Wiklander1-0/+3
2022-03-02optee: use driver internal tee_context for some rpcJens Wiklander3-3/+15
2022-03-02tee: export teedev_open() and teedev_close_context()Jens Wiklander1-2/+4
2022-01-27tee: fix put order in teedev_close_context()Jens Wiklander1-1/+3
2021-12-29tee: optee: Fix incorrect page free bugSumit Garg1-4/+2
2021-12-29tee: handle lookup of shm with reference count 0Jens Wiklander1-105/+66
2021-12-22tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter1-3/+2
2021-10-12tee: optee: Fix missing devices unregister during optee_removeSumit Garg3-0/+26
2021-09-14tee/optee/shm_pool: fix application of sizeof to pointerjing yangyang1-1/+1
2021-07-21tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg5-8/+14
2021-07-21tee: add tee_shm_alloc_kernel_buf()Jens Wiklander1-0/+18
2021-07-21optee: Clear stale cache entries during initializationTyler Hicks3-3/+43
2021-07-21optee: fix tee out of memory failure seen during kexec rebootAllen Pais1-0/+20
2021-07-21optee: Refuse to load the driver under the kdump kernelTyler Hicks1-0/+11
2021-07-21optee: Fix memory leak when failing to register shm pagesTyler Hicks1-2/+10
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-05Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander...Olof Johansson2-4/+8
2021-05-18optee: use export_uuid() to copy client UUIDJens Wiklander2-4/+8
2021-05-17tee: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklan...Arnd Bergmann3-16/+106
2021-05-05tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas3-16/+106
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+74
2021-04-01Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w...Arnd Bergmann1-10/+0
2021-03-30tee: optee: do not check memref size on return from Secure WorldJerome Forissier1-10/+0
2021-03-30tee: optee: fix build error caused by recent optee tracepoints featureJisheng Zhang1-0/+3
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-15tee: optee: add invoke_fn tracepointsJisheng Zhang2-0/+71
2021-02-09Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/peopl...Arnd Bergmann1-15/+16
2021-02-08optee: simplify i2c accessArnd Bergmann1-15/+16
2021-02-03Merge tag 'optee-fix-cond-resched-call-for-v5.12' of git://git.linaro.org:/pe...Arnd Bergmann1-1/+2
2021-02-03tee: optee: remove need_resched() before cond_resched()Jens Wiklander1-2/+1
2021-02-02optee: sync OP-TEE headersJens Wiklander4-189/+179
2021-02-02tee: optee: fix 'physical' typosBjorn Helgaas1-1/+1
2021-02-02drivers: optee: use flexible-array member instead of zero-length arrayTian Tao1-1/+1
2021-01-21tee: optee: replace might_sleep with cond_reschedRouven Czerwinski1-1/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-11-27Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2020-11-27Backmerge tag 'v5.10-rc2' into arm/driversArnd Bergmann1-1/+2
2020-11-25optee: add writeback to valid memory typeRui Miguel Silva1-1/+2