summaryrefslogtreecommitdiffstats
path: root/drivers/tee
AgeCommit message (Expand)AuthorLines
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-12-22Merge tag 'tee-iov-iter-for-v6.8' of https://git.linaro.org/people/jens.wikla...Arnd Bergmann-36/+42
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-13tee: Use iov_iter to better support shared buffer registrationArnaud Pouliquen-36/+42
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: system sessionEtienne Carriere-0/+8
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-10-18tee: make tee_class constantGreg Kroah-Hartman-10/+11
2023-10-12Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+6
2023-10-03tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas-4/+6
2023-09-13tee: Remove unused declarationsYue Haibing-4/+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-06-07Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann-17/+23
2023-05-25Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...Arnd Bergmann-1/+3
2023-05-15tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Rijo Thomas-17/+23
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2/+2
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+332
2023-04-20optee: fix uninited async notif valueEtienne Carriere-1/+3
2023-04-06Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann-0/+190
2023-04-03Merge tag 'tee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann-1/+1
2023-04-03Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-15/+14
2023-04-03tee: optee: Add SMC for loading OP-TEE imageJeffrey Kardatzke-0/+190
2023-03-30tee: Pass a pointer to virt_to_page()Linus Walleij-1/+1
2023-03-30optee: add per cpu asynchronous notificationEtienne Carriere-4/+142
2023-03-17Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann-15/+14
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello-2/+2
2023-03-14tee: optee: Fix typo Unuspported -> UnsupportedJules Maselbas-1/+1
2023-02-28tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas-15/+14
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-02-13tee: Remove call to get_kernel_pages()Ira Weiny-13/+8
2023-02-13tee: Remove vmalloc page supportIra Weiny-24/+12
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-11-21Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin...Arnd Bergmann-2/+2
2022-11-17tee: optee: fix possible memory leak in optee_register_device()Yang Yingliang-1/+1
2022-10-11optee: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+10