Age | Commit message (Expand) | Author | Files | Lines |
2022-04-26 | tee: remove tee_shm_va2pa() and tee_shm_pa2va() | Andrew Davis | 1 | -18/+0 |
2022-02-16 | tee: refactor TEE_SHM_* flags | Jens Wiklander | 1 | -12/+9 |
2022-02-16 | tee: replace tee_shm_register() | Jens Wiklander | 1 | -11/+0 |
2022-02-16 | tee: add tee_shm_register_{user,kernel}_buf() | Jens Wiklander | 1 | -0/+2 |
2022-02-16 | tee: replace tee_shm_alloc() | Jens Wiklander | 1 | -15/+1 |
2022-02-16 | tee: simplify shm pool handling | Jens Wiklander | 1 | -40/+20 |
2022-02-16 | tee: add tee_shm_alloc_user_buf() | Jens Wiklander | 1 | -1/+1 |
2022-02-16 | tee: remove unused tee_shm_pool_alloc_res_mem() | Jens Wiklander | 1 | -30/+0 |
2022-01-10 | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -0/+14 |
2021-12-16 | tee: handle lookup of shm with reference count 0 | Jens Wiklander | 1 | -2/+2 |
2021-11-17 | tee: export teedev_open() and teedev_close_context() | Jens Wiklander | 1 | -0/+14 |
2021-10-15 | tee: add sec_world_id to struct tee_shm | Jens Wiklander | 1 | -1/+6 |
2021-07-21 | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag | Sumit Garg | 1 | -0/+1 |
2021-07-21 | tee: add tee_shm_alloc_kernel_buf() | Jens Wiklander | 1 | -0/+1 |
2021-02-02 | tee: fix some comment typos in header files | Elvira Khabirova | 1 | -1/+1 |
2020-08-21 | driver: tee: Handle NULL pointer indication from client | Cedric Neveux | 1 | -0/+3 |
2020-05-26 | Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l... | Arnd Bergmann | 1 | -0/+16 |
2020-05-11 | tee: add support for session's client UUID generation | Vesa Jääskeläinen | 1 | -0/+16 |
2020-04-20 | tee: enable support to register kernel memory | Sumit Garg | 1 | -0/+1 |
2020-02-28 | tee: remove redundant teedev in struct tee_shm | Jens Wiklander | 1 | -3/+1 |
2020-02-28 | tee: remove unused tee_shm_priv_alloc() | Jens Wiklander | 1 | -12/+0 |
2020-02-28 | tee: remove linked list of struct tee_shm | Jens Wiklander | 1 | -3/+0 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
2019-02-28 | tee: add cancellation support to client interface | Igor Opaniuk | 1 | -0/+12 |
2019-02-01 | tee: add bus driver framework for TEE based devices | Sumit Garg | 1 | -1/+31 |
2019-02-01 | tee: add supp_nowait flag in tee_context struct | Sumit Garg | 1 | -0/+6 |
2018-08-24 | tee: add kernel internal client interface | Jens Wiklander | 1 | -0/+73 |
2018-01-12 | Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo... | Olof Johansson | 1 | -1/+2 |
2017-12-28 | tee: add start argument to shm_register callback | Jens Wiklander | 1 | -1/+2 |
2017-12-21 | Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je... | Arnd Bergmann | 1 | -3/+180 |
2017-12-15 | tee: shm: inline tee_shm_get_id() | Volodymyr Babchuk | 1 | -1/+4 |
2017-12-15 | tee: use reference counting for tee_context | Volodymyr Babchuk | 1 | -0/+7 |
2017-12-15 | tee: shm: add page accessor functions | Volodymyr Babchuk | 1 | -0/+13 |
2017-12-15 | tee: shm: add accessors for buffer size and page offset | Volodymyr Babchuk | 1 | -0/+20 |
2017-12-15 | tee: add register user memory | Jens Wiklander | 1 | -2/+45 |
2017-12-15 | tee: flexible shared memory pool creation | Jens Wiklander | 1 | -0/+91 |
2017-11-29 | tee: add tee_param_is_memref() for driver use | Jens Wiklander | 1 | -0/+12 |
2017-08-04 | tee: add forward declaration for struct device | Jerome Forissier | 1 | -0/+1 |
2017-03-09 | tee: generic TEE subsystem | Jens Wiklander | 1 | -0/+277 |