summaryrefslogtreecommitdiff
path: root/drivers/tee/qcomtee
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook6-12/+13
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-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-02tee: QCOMTEE should depend on ARCH_QCOMGeert Uytterhoeven1-0/+1
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 Zarrabi10-0/+3528