Age | Commit message (Expand) | Author |
2025-02-14 | tee: optee: Fix supplicant wait loop | Sumit Garg |
2024-12-17 | optee: fix format string for printing optee build_id | Sahil Malhotra |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds |
2024-09-09 | optee: Fix a NULL vs IS_ERR() check | Dan Carpenter |
2024-09-03 | optee: add RPMB dependency | Jens Wiklander |
2024-08-26 | optee: probe RPMB device using RPMB subsystem | Jens Wiklander |
2024-07-16 | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-06-27 | Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann |
2024-06-27 | Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop... | Arnd Bergmann |
2024-06-27 | tee: optee: ffa: Fix missing-field-initializers warning | Mark-PK Tsai |
2024-05-30 | optee: add timeout value to optee_notif_wait() to support timeout | Gavin Liu |
2024-04-29 | Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/... | Arnd Bergmann |
2024-04-03 | tee: optee: Move pool_op helper functions | Balint Dobszay |
2024-04-03 | tee: Refactor TEE subsystem header files | Sumit Garg |
2024-03-25 | tee: optee: smc: Convert to platform remove callback returning void | Uwe Kleine-König |
2024-03-04 | tee: optee: Fix kernel panic caused by incorrect error handling | Sumit Garg |
2024-01-11 | Merge tag 'docs-6.8' of git://git.lwn.net/linux | Linus Torvalds |
2023-12-22 | Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl... | Arnd Bergmann |
2023-12-22 | Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl... | Arnd Bergmann |
2023-12-11 | optee: add missing description of RPC argument reference | Etienne Carriere |
2023-12-08 | Documentation: Destage TEE subsystem documentation | Sumit Garg |
2023-12-04 | optee: allocate shared memory with alloc_pages_exact() | Jens Wiklander |
2023-12-04 | optee: add page list to kernel private shared memory | Jens Wiklander |
2023-11-17 | optee: ffa_abi: add asynchronous notifications | Jens Wiklander |
2023-11-17 | optee: provide optee_do_bottom_half() as a common function | Jens Wiklander |
2023-11-17 | tee: optee: support tracking system threads | Etienne Carriere |
2023-11-17 | tee: optee: system thread call property | Etienne Carriere |
2023-11-14 | tee: optee: Remove redundant custom workqueue | Sumit Garg |
2023-11-03 | tee: optee: Fix supplicant based device enumeration | Sumit Garg |
2023-09-13 | tee: Remove unused declarations | Yue Haibing |
2023-06-29 | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-06-15 | tee: optee: Use kmemdup() to replace kmalloc + memcpy | Jiapeng Chong |
2023-05-25 | Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j... | Arnd Bergmann |
2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-20 | optee: fix uninited async notif value | Etienne Carriere |
2023-04-06 | Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann |
2023-04-03 | tee: optee: Add SMC for loading OP-TEE image | Jeffrey Kardatzke |
2023-03-30 | optee: add per cpu asynchronous notification | Etienne Carriere |
2023-03-14 | tee: optee: Fix typo Unuspported -> Unsupported | Jules Maselbas |
2022-12-12 | Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-11-21 | Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin... | Arnd Bergmann |
2022-11-17 | tee: optee: fix possible memory leak in optee_register_device() | Yang Yingliang |
2022-10-11 | optee: Add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-09-26 | optee: remove vma linked list walk | Matthew Wilcox (Oracle) |
2022-09-08 | firmware: arm_ffa: Split up ffa_ops into info, message and memory operations | Sudeep Holla |
2022-09-08 | firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops | Sudeep Holla |
2022-09-08 | firmware: arm_ffa: Make memory apis ffa_device independent | Sudeep Holla |
2022-09-08 | tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly | Sudeep Holla |
2022-07-08 | optee: Remove duplicate 'of' in two places. | Jiang Jian |