summaryrefslogtreecommitdiffstats
path: root/drivers/tee/amdtee/core.c
Commit message (Expand)AuthorAgeFilesLines
* tee: amdtee: fix an IS_ERR() vs NULL bugDan Carpenter2021-11-291-3/+2
* tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas2021-05-051-6/+9
* tee: amdtee: synchronize access to shm listRijo Thomas2020-11-091-0/+8
* tee: amdtee: fix memory leak due to reset of global shm listRijo Thomas2020-11-091-7/+11
* 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
* | tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter2020-02-271-24/+24
|/
* tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King2020-01-221-2/+2
* tee: amdtee: remove redundant NULL check for poolRijo Thomas2020-01-161-2/+1
* tee: amdtee: rename err label to err_device_unregisterRijo Thomas2020-01-161-2/+2
* tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas2020-01-161-1/+3
* tee: amdtee: print error message if tee not presentRijo Thomas2020-01-161-3/+4
* tee: amdtee: remove unused variable initializationRijo Thomas2020-01-161-7/+7
* tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+6
* tee: add AMD-TEE driverRijo Thomas2020-01-041-0/+510