summaryrefslogtreecommitdiffstats
path: root/drivers/tee/amdtee
Commit message (Expand)AuthorAgeFilesLines
* tee: amdtee: unload TA only when its refcount becomes 0Rijo Thomas2021-05-053-16/+106
* 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-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
* | Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2020-03-031-1/+1
|\ \
| * | tee: amdtee: amdtee depends on CRYPTO_DEV_CCP_DDHongbo Yao2020-02-131-1/+1
| |/
* / 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-162-14/+14
* tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+6
* tee: add AMD-TEE driverRijo Thomas2020-01-047-0/+1331