index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tee
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-10
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-48
/
+48
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-62
/
+61
2026-01-21
Merge tag 'tee-sysfs-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
-18
/
+144
2026-01-21
Merge tag 'amdtee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
-4
/
+4
2026-01-21
Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
-0
/
+84
2026-01-21
Merge tag 'optee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-3
/
+3
2026-01-16
optee: make read-only array attr static const
Colin Ian King
-1
/
+1
2026-01-15
tee: optee: store OS revision for TEE core
Aristo Chen
-17
/
+94
2026-01-14
tee: add revision sysfs attribute
Aristo Chen
-1
/
+50
2026-01-14
tee: amdtee: Remove unused return variables
Thorsten Blum
-4
/
+4
2026-01-05
optee: update outdated comment
Julia Lawall
-2
/
+2
2026-01-05
tee: qcomtee: user: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
-4
/
+4
2026-01-05
tee: qcomtee: mem: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
-2
/
+2
2026-01-05
tee: qcomtee: call: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
-9
/
+8
2025-12-17
tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
Uwe Kleine-König
-0
/
+68
2025-12-17
tee: Add some helpers to reduce boilerplate for tee client drivers
Uwe Kleine-König
-0
/
+16
2025-11-21
Merge tag 'qcomtee-fixes2-for-6.18' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
-2
/
+2
2025-11-17
tee: qcomtee: initialize result before use in release worker
Amirreza Zarrabi
-1
/
+1
2025-11-14
tee: qcomtee: fix uninitialized pointers with free attribute
Ally Heev
-1
/
+1
2025-10-17
Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux...
Arnd Bergmann
-2
/
+3
2025-10-02
tee: QCOMTEE should depend on ARCH_QCOM
Geert Uytterhoeven
-0
/
+1
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-124
/
+5581
2025-09-24
Merge tag 'tee-shm-register-fix-for-v6.17' of git://git.kernel.org/pub/scm/li...
Arnd Bergmann
-0
/
+8
2025-09-23
Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
-7
/
+3995
2025-09-22
tee: fix register_shm_helper()
Jens Wiklander
-0
/
+8
2025-09-19
tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails
Dan Carpenter
-1
/
+1
2025-09-19
tee: qcom: prevent potential off by one read
Dan Carpenter
-1
/
+1
2025-09-15
tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
Amirreza Zarrabi
-4
/
+267
2025-09-15
tee: qcom: add primordial object
Amirreza Zarrabi
-5
/
+81
2025-09-15
tee: add Qualcomm TEE driver
Amirreza Zarrabi
-0
/
+3530
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
Amirreza Zarrabi
-0
/
+85
2025-09-15
tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
Amirreza Zarrabi
-0
/
+33
2025-09-15
tee: add close_context to TEE driver operation
Amirreza Zarrabi
-6
/
+7
2025-09-15
tee: allow a driver to allocate a tee_device without a pool
Amirreza Zarrabi
-1
/
+1
2025-09-15
Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
-67
/
+1566
2025-09-15
Merge tag 'tee-sha1-lib-for-v6.18' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
-48
/
+10
2025-09-11
optee: smc abi: dynamic protected memory allocation
Jens Wiklander
-3
/
+75
2025-09-11
optee: FF-A: dynamic protected memory allocation
Jens Wiklander
-3
/
+492
2025-09-11
optee: support protected memory allocation
Jens Wiklander
-2
/
+81
2025-09-11
tee: add tee_shm_alloc_dma_mem()
Jens Wiklander
-2
/
+83
2025-09-11
tee: new ioctl to a register tee_shm from a dmabuf file descriptor
Etienne Carriere
-4
/
+140
2025-09-11
tee: refactor params_from_user()
Jens Wiklander
-40
/
+54
2025-09-11
tee: implement protected DMA-heap
Jens Wiklander
-0
/
+516
2025-09-11
optee: sync secure world ABI headers
Jens Wiklander
-18
/
+130
2025-09-01
Merge tag 'optee-typo-fix-for-v6.17' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
-2
/
+2
2025-08-18
tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"
Sungbae Yoo
-2
/
+2
2025-08-13
tee: Use SHA-1 library instead of crypto_shash
Eric Biggers
-48
/
+10
2025-08-04
tee: fix memory leak in tee_dyn_shm_alloc_helper
Pei Xiao
-3
/
+5
[next]