aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee/amdtee
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tee: Refactor TEE subsystem header filesSumit Garg4-5/+4
2023-10-03tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas1-4/+6
2023-05-15tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Rijo Thomas2-17/+23
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-2/+2
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello2-2/+2
2023-02-28tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas1-15/+14
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann1-39/+16
2022-02-16tee: simplify shm pool handlingJens Wiklander1-39/+16
2022-02-14tee: amdtee: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2021-11-29tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter1-3/+2
2021-05-05tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas3-16/+106
2020-11-09tee: amdtee: synchronize access to shm listRijo Thomas2-0/+9
2020-11-09tee: amdtee: fix memory leak due to reset of global shm listRijo Thomas2-11/+14
2020-03-25Merge tag 'tee-amdtee-fix2-for-5.6' of https://git.linaro.org/people/jens.wik...Arnd Bergmann1-0/+3
2020-03-10tee: amdtee: out of bounds read in find_session()Dan Carpenter1-0/+3
2020-03-03Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-1/+1
2020-02-27tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter1-24/+24
2020-02-13tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao1-1/+1
2020-01-22tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King1-2/+2
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 Thomas7-0/+1331