开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tee
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-05-30
Merge tag 'optee-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Arnd Bergmann
2026-05-30
Merge tag 'amdtee-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
2026-05-28
Merge tag 'qcomtee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
2026-05-28
Merge tag 'optee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2026-05-28
Merge tag 'tee-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2026-05-20
tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()
Robertus Diawan Chris
2026-05-20
tee: fix params_from_user() error path in tee_ioctl_supp_recv
Qihang
2026-05-20
tee: shm: fix shm leak in register_shm_helper()
Georgiy Osokin
2026-04-27
tee: optee: fix kernel-doc warnings
Rodrigo Zaiden
2026-04-27
tee: optee: Allow MT_NORMAL_TAGGED shared memory
Hirokazu Honda
2026-04-27
tee: amdtee: store buffer ID in tee_shm->sec_world_id
Rijo Thomas
2026-04-16
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-04
optee: simplify OP-TEE context match
Rouven Czerwinski
2026-03-03
tee: shm: Remove refcounting of kernel pages
Matthew Wilcox
2026-03-02
tee: optee: prevent use-after-free when the client exits before the supplicant
Amirreza Zarrabi
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-21
Merge tag 'tee-sysfs-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Arnd Bergmann
2026-01-21
Merge tag 'amdtee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
2026-01-21
Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
2026-01-21
Merge tag 'optee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2026-01-16
optee: make read-only array attr static const
Colin Ian King
2026-01-15
tee: optee: store OS revision for TEE core
Aristo Chen
2026-01-14
tee: add revision sysfs attribute
Aristo Chen
2026-01-14
tee: amdtee: Remove unused return variables
Thorsten Blum
2026-01-05
optee: update outdated comment
Julia Lawall
2026-01-05
tee: qcomtee: user: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
2026-01-05
tee: qcomtee: mem: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
2026-01-05
tee: qcomtee: call: Fix confusing cleanup.h syntax
Krzysztof Kozlowski
2025-12-17
tee: Add probe, remove and shutdown bus callbacks to tee_client_driver
Uwe Kleine-König
2025-12-17
tee: Add some helpers to reduce boilerplate for tee client drivers
Uwe Kleine-König
2025-11-21
Merge tag 'qcomtee-fixes2-for-6.18' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
2025-11-17
tee: qcomtee: initialize result before use in release worker
Amirreza Zarrabi
2025-11-14
tee: qcomtee: fix uninitialized pointers with free attribute
Ally Heev
2025-10-17
Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux...
Arnd Bergmann
2025-10-02
tee: QCOMTEE should depend on ARCH_QCOM
Geert Uytterhoeven
2025-10-01
Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-09-24
Merge tag 'tee-shm-register-fix-for-v6.17' of git://git.kernel.org/pub/scm/li...
Arnd Bergmann
2025-09-23
Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...
Arnd Bergmann
2025-09-22
tee: fix register_shm_helper()
Jens Wiklander
2025-09-19
tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails
Dan Carpenter
2025-09-19
tee: qcom: prevent potential off by one read
Dan Carpenter
2025-09-15
tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl
Amirreza Zarrabi
2025-09-15
tee: qcom: add primordial object
Amirreza Zarrabi
2025-09-15
tee: add Qualcomm TEE driver
Amirreza Zarrabi
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
[next]