summaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-17/+15
2026-01-21Merge tag 'tee-sysfs-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-17/+94
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-05optee: update outdated commentJulia Lawall-2/+2
2025-10-01Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-24/+776
2025-09-15Merge tag 'tee-prot-dma-buf-for-v6.18' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann-23/+775
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-11optee: sync secure world ABI headersJens Wiklander-18/+130
2025-08-18tee: optee: ffa: fix a typo of "optee_ffa_api_is_compatible"Sungbae Yoo-2/+2
2025-08-04drivers: tee: improve sysfs interface by using sysfs_emit()Akhilesh Patil-1/+1
2025-07-03Merge tag 'optee-fix-for-v6.16' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann-9/+34
2025-06-12optee: ffa: fix sleep in atomic contextJens Wiklander-9/+34
2025-04-25tee: optee: smc: remove unnecessary NULL check before release_firmware()Chen Ni-2/+1
2025-02-14tee: optee: Fix supplicant wait loopSumit Garg-27/+8
2024-12-17optee: fix format string for printing optee build_idSahil Malhotra-2/+3
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-09optee: Fix a NULL vs IS_ERR() checkDan Carpenter-1/+1
2024-09-03optee: add RPMB dependencyJens Wiklander-0/+1
2024-08-26optee: probe RPMB device using RPMB subsystemJens Wiklander-2/+371
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+20
2024-06-27Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann-3/+9
2024-06-27Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop...Arnd Bergmann-5/+20
2024-06-27tee: optee: ffa: Fix missing-field-initializers warningMark-PK Tsai-3/+9
2024-05-30optee: add timeout value to optee_notif_wait() to support timeoutGavin Liu-5/+20
2024-04-29Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann-92/+15
2024-04-03tee: optee: Move pool_op helper functionsBalint Dobszay-84/+7
2024-04-03tee: Refactor TEE subsystem header filesSumit Garg-8/+8
2024-03-25tee: optee: smc: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-04tee: optee: Fix kernel panic caused by incorrect error handlingSumit Garg-1/+2
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-12-22Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann-15/+18
2023-12-22Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann-45/+44
2023-12-11optee: add missing description of RPC argument referenceEtienne Carriere-0/+1
2023-12-08Documentation: Destage TEE subsystem documentationSumit Garg-1/+1
2023-12-04optee: allocate shared memory with alloc_pages_exact()Jens Wiklander-11/+9
2023-12-04optee: add page list to kernel private shared memoryJens Wiklander-36/+37
2023-11-17optee: ffa_abi: add asynchronous notificationsJens Wiklander-8/+117
2023-11-17optee: provide optee_do_bottom_half() as a common functionJens Wiklander-34/+38
2023-11-17tee: optee: support tracking system threadsEtienne Carriere-4/+141
2023-11-17tee: optee: system thread call propertyEtienne Carriere-23/+42
2023-11-14tee: optee: Remove redundant custom workqueueSumit Garg-13/+2
2023-11-03tee: optee: Fix supplicant based device enumerationSumit Garg-2/+15
2023-09-13tee: Remove unused declarationsYue Haibing-2/+0
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2023-06-15tee: optee: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong-2/+1
2023-05-25Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...Arnd Bergmann-1/+3