summaryrefslogtreecommitdiff
path: root/drivers/tee/tee_core.c
AgeCommit message (Expand)Author
2025-09-23Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2025-09-15tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREFAmirreza Zarrabi
2025-09-15tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUFAmirreza Zarrabi
2025-09-15tee: add close_context to TEE driver operationAmirreza Zarrabi
2025-09-15tee: allow a driver to allocate a tee_device without a poolAmirreza Zarrabi
2025-09-15Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2025-09-15Merge tag 'tee-sha1-lib-for-v6.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2025-09-11tee: new ioctl to a register tee_shm from a dmabuf file descriptorEtienne Carriere
2025-09-11tee: refactor params_from_user()Jens Wiklander
2025-09-11tee: implement protected DMA-heapJens Wiklander
2025-08-13tee: Use SHA-1 library instead of crypto_shashEric Biggers
2025-08-04drivers: tee: improve sysfs interface by using sysfs_emit()Akhilesh Patil
2025-04-30tee: Prevent size calculation wraparound on 32-bit kernelsJann Horn
2024-08-26tee: add tee_device_set_dev_groups()Jens Wiklander
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-04-03tee: Refactor TEE subsystem header filesSumit Garg
2024-03-04tee: make tee_bus_type constRicardo B. Marliere
2023-11-17tee: system sessionEtienne Carriere
2023-10-18tee: make tee_class constantGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-07-08tee: tee_get_drvdata(): fix description of return valueMarc Kleine-Budde
2022-04-26tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUFAndrew Davis
2022-02-16tee: add tee_shm_register_{user,kernel}_buf()Jens Wiklander
2022-02-16tee: add tee_shm_alloc_user_buf()Jens Wiklander
2021-11-17tee: export teedev_open() and teedev_close_context()Jens Wiklander
2021-11-17tee: fix put order in teedev_close_context()Jens Wiklander
2021-05-17tee: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-26Merge tag 'tee-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann
2020-10-13tee: client UUID: Skip REE kernel login method as wellSumit Garg
2020-09-26Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wi...Olof Johansson
2020-09-18tee: avoid explicit sysfs_create/delete_group by initialising dev->groupsSudeep Holla
2020-09-18tee: replace cdev_add + device_add with cdev_device_addSudeep Holla
2020-08-21driver: tee: Handle NULL pointer indication from clientCedric Neveux
2020-05-25Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann
2020-05-11tee: add support for session's client UUID generationVesa Jääskeläinen
2020-04-20tee: add private login method for kernel clientsSumit Garg
2020-02-28tee: remove linked list of struct tee_shmJens Wiklander
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-03-01Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...Arnd Bergmann
2019-02-28tee: add cancellation support to client interfaceIgor Opaniuk
2019-02-20tee: fix possible error pointer ctx dereferencingSumit Garg
2019-02-01tee: add bus driver framework for TEE based devicesSumit Garg
2019-02-01tee: add supp_nowait flag in tee_context structSumit Garg
2018-08-24tee: add kernel internal client interfaceJens Wiklander
2018-05-07tee: check shm references are consistent in offset/sizeEtienne Carriere
2018-03-06tee: correct max value for id allocationPeng Fan