summaryrefslogtreecommitdiff
path: root/drivers/tee/amdtee/core.c
AgeCommit message (Expand)Author
2023-10-03tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas
2023-02-28tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas
2021-11-29tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter
2021-05-05tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas
2020-11-09tee: amdtee: synchronize access to shm listRijo Thomas
2020-11-09tee: amdtee: fix memory leak due to reset of global shm listRijo Thomas
2020-03-25Merge tag 'tee-amdtee-fix2-for-5.6' of https://git.linaro.org/people/jens.wik...Arnd Bergmann
2020-03-10tee: amdtee: out of bounds read in find_session()Dan Carpenter
2020-02-27tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter
2020-01-22tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King
2020-01-16tee: amdtee: remove redundant NULL check for poolRijo Thomas
2020-01-16tee: amdtee: rename err label to err_device_unregisterRijo Thomas
2020-01-16tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas
2020-01-16tee: amdtee: print error message if tee not presentRijo Thomas
2020-01-16tee: amdtee: remove unused variable initializationRijo Thomas
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas
2020-01-04tee: add AMD-TEE driverRijo Thomas