summaryrefslogtreecommitdiffstats
path: root/drivers/tee
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-10/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-48/+48
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-62/+61
2026-01-21Merge tag 'tee-sysfs-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-18/+144
2026-01-21Merge tag 'amdtee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-4/+4
2026-01-21Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-0/+84
2026-01-21Merge tag 'optee-update-for-6.20' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-3/+3
2026-01-16optee: make read-only array attr static constColin Ian King-1/+1
2026-01-15tee: optee: store OS revision for TEE coreAristo Chen-17/+94
2026-01-14tee: add revision sysfs attributeAristo Chen-1/+50
2026-01-14tee: amdtee: Remove unused return variablesThorsten Blum-4/+4
2026-01-05optee: update outdated commentJulia Lawall-2/+2
2026-01-05tee: qcomtee: user: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-4/+4
2026-01-05tee: qcomtee: mem: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-2/+2
2026-01-05tee: qcomtee: call: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-9/+8
2025-12-17tee: Add probe, remove and shutdown bus callbacks to tee_client_driverUwe Kleine-König-0/+68
2025-12-17tee: Add some helpers to reduce boilerplate for tee client driversUwe Kleine-König-0/+16
2025-11-21Merge tag 'qcomtee-fixes2-for-6.18' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann-2/+2
2025-11-17tee: qcomtee: initialize result before use in release workerAmirreza Zarrabi-1/+1
2025-11-14tee: qcomtee: fix uninitialized pointers with free attributeAlly Heev-1/+1
2025-10-17Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann-2/+3
2025-10-02tee: QCOMTEE should depend on ARCH_QCOMGeert Uytterhoeven-0/+1
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-124/+5581
2025-09-24Merge tag 'tee-shm-register-fix-for-v6.17' of git://git.kernel.org/pub/scm/li...Arnd Bergmann-0/+8
2025-09-23Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-7/+3995
2025-09-22tee: fix register_shm_helper()Jens Wiklander-0/+8
2025-09-19tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() failsDan Carpenter-1/+1
2025-09-19tee: qcom: prevent potential off by one readDan Carpenter-1/+1
2025-09-15tee: qcom: enable TEE_IOC_SHM_ALLOC ioctlAmirreza Zarrabi-4/+267
2025-09-15tee: qcom: add primordial objectAmirreza Zarrabi-5/+81
2025-09-15tee: add Qualcomm TEE driverAmirreza Zarrabi-0/+3530
2025-09-15tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREFAmirreza Zarrabi-0/+85
2025-09-15tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUFAmirreza Zarrabi-0/+33
2025-09-15tee: add close_context to TEE driver operationAmirreza Zarrabi-6/+7
2025-09-15tee: allow a driver to allocate a tee_device without a poolAmirreza Zarrabi-1/+1
2025-09-15Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann-67/+1566
2025-09-15Merge tag 'tee-sha1-lib-for-v6.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-48/+10
2025-09-11optee: smc abi: dynamic protected memory allocationJens Wiklander-3/+75
2025-09-11optee: FF-A: dynamic protected memory allocationJens Wiklander-3/+492
2025-09-11optee: support protected memory allocationJens Wiklander-2/+81
2025-09-11tee: add tee_shm_alloc_dma_mem()Jens Wiklander-2/+83
2025-09-11tee: new ioctl to a register tee_shm from a dmabuf file descriptorEtienne Carriere-4/+140
2025-09-11tee: refactor params_from_user()Jens Wiklander-40/+54
2025-09-11tee: implement protected DMA-heapJens Wiklander-0/+516
2025-09-11optee: sync secure world ABI headersJens Wiklander-18/+130
2025-09-01Merge tag 'optee-typo-fix-for-v6.17' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann-2/+2
2025-08-18tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"Sungbae Yoo-2/+2
2025-08-13tee: Use SHA-1 library instead of crypto_shashEric Biggers-48/+10
2025-08-04tee: fix memory leak in tee_dyn_shm_alloc_helperPei Xiao-3/+5