aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tee_drv.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tee: Refactor TEE subsystem header filesGravatar Sumit Garg 1-254/+31
2024-03-04tee: make tee_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2023-11-17tee: system sessionGravatar Etienne Carriere 1-0/+16
2022-04-26tee: remove tee_shm_va2pa() and tee_shm_pa2va()Gravatar Andrew Davis 1-18/+0
2022-02-16tee: refactor TEE_SHM_* flagsGravatar Jens Wiklander 1-12/+9
2022-02-16tee: replace tee_shm_register()Gravatar Jens Wiklander 1-11/+0
2022-02-16tee: add tee_shm_register_{user,kernel}_buf()Gravatar Jens Wiklander 1-0/+2
2022-02-16tee: replace tee_shm_alloc()Gravatar Jens Wiklander 1-15/+1
2022-02-16tee: simplify shm pool handlingGravatar Jens Wiklander 1-40/+20
2022-02-16tee: add tee_shm_alloc_user_buf()Gravatar Jens Wiklander 1-1/+1
2022-02-16tee: remove unused tee_shm_pool_alloc_res_mem()Gravatar Jens Wiklander 1-30/+0
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-0/+14
2021-12-16tee: handle lookup of shm with reference count 0Gravatar Jens Wiklander 1-2/+2
2021-11-17tee: export teedev_open() and teedev_close_context()Gravatar Jens Wiklander 1-0/+14
2021-10-15tee: add sec_world_id to struct tee_shmGravatar Jens Wiklander 1-1/+6
2021-07-21tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagGravatar Sumit Garg 1-0/+1
2021-07-21tee: add tee_shm_alloc_kernel_buf()Gravatar Jens Wiklander 1-0/+1
2021-02-02tee: fix some comment typos in header filesGravatar Elvira Khabirova 1-1/+1
2020-08-21driver: tee: Handle NULL pointer indication from clientGravatar Cedric Neveux 1-0/+3
2020-05-25Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l...Gravatar Arnd Bergmann 1-0/+16
2020-05-11tee: add support for session's client UUID generationGravatar Vesa Jääskeläinen 1-0/+16
2020-04-20tee: enable support to register kernel memoryGravatar Sumit Garg 1-0/+1
2020-02-28tee: remove redundant teedev in struct tee_shmGravatar Jens Wiklander 1-3/+1
2020-02-28tee: remove unused tee_shm_priv_alloc()Gravatar Jens Wiklander 1-12/+0
2020-02-28tee: remove linked list of struct tee_shmGravatar Jens Wiklander 1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-02-28tee: add cancellation support to client interfaceGravatar Igor Opaniuk 1-0/+12
2019-02-01tee: add bus driver framework for TEE based devicesGravatar Sumit Garg 1-1/+31
2019-02-01tee: add supp_nowait flag in tee_context structGravatar Sumit Garg 1-0/+6
2018-08-24tee: add kernel internal client interfaceGravatar Jens Wiklander 1-0/+73
2018-01-11Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...Gravatar Olof Johansson 1-1/+2
2017-12-28tee: add start argument to shm_register callbackGravatar Jens Wiklander 1-1/+2
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Gravatar Arnd Bergmann 1-3/+180
2017-12-15tee: shm: inline tee_shm_get_id()Gravatar Volodymyr Babchuk 1-1/+4
2017-12-15tee: use reference counting for tee_contextGravatar Volodymyr Babchuk 1-0/+7
2017-12-15tee: shm: add page accessor functionsGravatar Volodymyr Babchuk 1-0/+13
2017-12-15tee: shm: add accessors for buffer size and page offsetGravatar Volodymyr Babchuk 1-0/+20
2017-12-15tee: add register user memoryGravatar Jens Wiklander 1-2/+45
2017-12-15tee: flexible shared memory pool creationGravatar Jens Wiklander 1-0/+91
2017-11-29tee: add tee_param_is_memref() for driver useGravatar Jens Wiklander 1-0/+12
2017-08-04tee: add forward declaration for struct deviceGravatar Jerome Forissier 1-0/+1
2017-03-09tee: generic TEE subsystemGravatar Jens Wiklander 1-0/+277