index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tee
/
tee_core.c
Age
Commit message (
Expand
)
Author
2025-09-23
Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
Amirreza Zarrabi
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
Amirreza Zarrabi
2025-09-15
tee: add close_context to TEE driver operation
Amirreza Zarrabi
2025-09-15
tee: allow a driver to allocate a tee_device without a pool
Amirreza Zarrabi
2025-09-15
Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
2025-09-15
Merge tag 'tee-sha1-lib-for-v6.18' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2025-09-11
tee: new ioctl to a register tee_shm from a dmabuf file descriptor
Etienne Carriere
2025-09-11
tee: refactor params_from_user()
Jens Wiklander
2025-09-11
tee: implement protected DMA-heap
Jens Wiklander
2025-08-13
tee: Use SHA-1 library instead of crypto_shash
Eric Biggers
2025-08-04
drivers: tee: improve sysfs interface by using sysfs_emit()
Akhilesh Patil
2025-04-30
tee: Prevent size calculation wraparound on 32-bit kernels
Jann Horn
2024-08-26
tee: add tee_device_set_dev_groups()
Jens Wiklander
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-04-03
tee: Refactor TEE subsystem header files
Sumit Garg
2024-03-04
tee: make tee_bus_type const
Ricardo B. Marliere
2023-11-17
tee: system session
Etienne Carriere
2023-10-18
tee: make tee_class constant
Greg Kroah-Hartman
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2022-07-08
tee: tee_get_drvdata(): fix description of return value
Marc Kleine-Budde
2022-04-26
tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUF
Andrew Davis
2022-02-16
tee: add tee_shm_register_{user,kernel}_buf()
Jens Wiklander
2022-02-16
tee: add tee_shm_alloc_user_buf()
Jens Wiklander
2021-11-17
tee: export teedev_open() and teedev_close_context()
Jens Wiklander
2021-11-17
tee: fix put order in teedev_close_context()
Jens Wiklander
2021-05-17
tee: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-10-26
Merge tag 'tee-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/...
Arnd Bergmann
2020-10-13
tee: client UUID: Skip REE kernel login method as well
Sumit Garg
2020-09-26
Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wi...
Olof Johansson
2020-09-18
tee: avoid explicit sysfs_create/delete_group by initialising dev->groups
Sudeep Holla
2020-09-18
tee: replace cdev_add + device_add with cdev_device_add
Sudeep Holla
2020-08-21
driver: tee: Handle NULL pointer indication from client
Cedric Neveux
2020-05-25
Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
2020-05-11
tee: add support for session's client UUID generation
Vesa Jääskeläinen
2020-04-20
tee: add private login method for kernel clients
Sumit Garg
2020-02-28
tee: remove linked list of struct tee_shm
Jens Wiklander
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-03-01
Merge tag 'tee-misc-for-v5.1' of https://git.linaro.org/people/jens.wiklander...
Arnd Bergmann
2019-02-28
tee: add cancellation support to client interface
Igor Opaniuk
2019-02-20
tee: fix possible error pointer ctx dereferencing
Sumit Garg
2019-02-01
tee: add bus driver framework for TEE based devices
Sumit Garg
2019-02-01
tee: add supp_nowait flag in tee_context struct
Sumit Garg
2018-08-24
tee: add kernel internal client interface
Jens Wiklander
2018-05-07
tee: check shm references are consistent in offset/size
Etienne Carriere
2018-03-06
tee: correct max value for id allocation
Peng Fan
[next]