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