| Commit message (Expand) | Author | Age | Files | Lines |
* | tee: tee_get_drvdata(): fix description of return value | Marc Kleine-Budde | 2022-07-08 | 1 | -1/+1 |
* | tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUF | Andrew Davis | 2022-04-26 | 1 | -2/+0 |
* | tee: add tee_shm_register_{user,kernel}_buf() | Jens Wiklander | 2022-02-16 | 1 | -2/+1 |
* | tee: add tee_shm_alloc_user_buf() | Jens Wiklander | 2022-02-16 | 1 | -1/+1 |
* | tee: export teedev_open() and teedev_close_context() | Jens Wiklander | 2021-11-17 | 1 | -2/+4 |
* | tee: fix put order in teedev_close_context() | Jens Wiklander | 2021-11-17 | 1 | -1/+3 |
* | tee: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-05-17 | 1 | -0/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-12-14 | 1 | -1/+1 |
|\ |
|
| * | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+1 |
* | | Merge tag 'tee-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/... | Arnd Bergmann | 2020-10-26 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | tee: client UUID: Skip REE kernel login method as well | Sumit Garg | 2020-10-13 | 1 | -1/+2 |
* | | Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wi... | Olof Johansson | 2020-09-26 | 1 | -33/+7 |
|\ \ |
|
| * | | tee: avoid explicit sysfs_create/delete_group by initialising dev->groups | Sudeep Holla | 2020-09-18 | 1 | -17/+4 |
| * | | tee: replace cdev_add + device_add with cdev_device_add | Sudeep Holla | 2020-09-18 | 1 | -17/+4 |
| |/ |
|
* / | driver: tee: Handle NULL pointer indication from client | Cedric Neveux | 2020-08-21 | 1 | -18/+31 |
|/ |
|
* | Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l... | Arnd Bergmann | 2020-05-25 | 1 | -0/+152 |
|\ |
|
| * | tee: add support for session's client UUID generation | Vesa Jääskeläinen | 2020-05-11 | 1 | -0/+152 |
* | | tee: add private login method for kernel clients | Sumit Garg | 2020-04-20 | 1 | -0/+7 |
|/ |
|
* | tee: remove linked list of struct tee_shm | Jens Wiklander | 2020-02-28 | 1 | -1/+0 |
* | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 1 | -10/+1 |
* | Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander... | Arnd Bergmann | 2019-03-01 | 1 | -0/+9 |
|\ |
|
| * | tee: add cancellation support to client interface | Igor Opaniuk | 2019-02-28 | 1 | -0/+9 |
* | | tee: fix possible error pointer ctx dereferencing | Sumit Garg | 2019-02-20 | 1 | -1/+3 |
|/ |
|
* | tee: add bus driver framework for TEE based devices | Sumit Garg | 2019-02-01 | 1 | -4/+50 |
* | tee: add supp_nowait flag in tee_context struct | Sumit Garg | 2019-02-01 | 1 | -0/+13 |
* | tee: add kernel internal client interface | Jens Wiklander | 2018-08-24 | 1 | -7/+106 |
* | tee: check shm references are consistent in offset/size | Etienne Carriere | 2018-05-07 | 1 | -0/+11 |
* | tee: correct max value for id allocation | Peng Fan | 2018-03-06 | 1 | -5/+9 |
* | Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je... | Arnd Bergmann | 2017-12-21 | 1 | -11/+70 |
|\ |
|
| * | tee: use reference counting for tee_context | Volodymyr Babchuk | 2017-12-15 | 1 | -9/+31 |
| * | tee: add register user memory | Jens Wiklander | 2017-12-15 | 1 | -2/+39 |
* | | tee: add TEE_IOCTL_PARAM_ATTR_META | Jens Wiklander | 2017-11-29 | 1 | -6/+10 |
* | | tee: add tee_param_is_memref() for driver use | Jens Wiklander | 2017-11-29 | 1 | -14/+2 |
|/ |
|
* | tee: indicate privileged dev in gen_caps | Jens Wiklander | 2017-08-04 | 1 | -0/+5 |
* | tee: generic TEE subsystem | Jens Wiklander | 2017-03-09 | 1 | -0/+893 |