aboutsummaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2023-10-18tee: make tee_class constantGravatar Greg Kroah-Hartman 1-10/+11
2023-10-12Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+6
2023-10-03tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionGravatar Rijo Thomas 1-4/+6
2023-09-13tee: Remove unused declarationsGravatar Yue Haibing 2-4/+0
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2023-06-15tee: optee: Use kmemdup() to replace kmalloc + memcpyGravatar Jiapeng Chong 1-2/+1
2023-06-07Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland...Gravatar Arnd Bergmann 2-17/+23
2023-05-25Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...Gravatar Arnd Bergmann 1-1/+3
2023-05-15tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Gravatar Rijo Thomas 2-17/+23
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 2-2/+2
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-4/+332
2023-04-20optee: fix uninited async notif valueGravatar Etienne Carriere 1-1/+3
2023-04-06Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland...Gravatar Arnd Bergmann 4-0/+190
2023-04-03Merge tag 'tee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/...Gravatar Arnd Bergmann 1-1/+1
2023-04-03Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklande...Gravatar Arnd Bergmann 1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-15/+14
2023-04-03tee: optee: Add SMC for loading OP-TEE imageGravatar Jeffrey Kardatzke 4-0/+190
2023-03-30tee: Pass a pointer to virt_to_page()Gravatar Linus Walleij 1-1/+1
2023-03-30optee: add per cpu asynchronous notificationGravatar Etienne Carriere 2-4/+142
2023-03-17Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wikland...Gravatar Arnd Bergmann 1-15/+14
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Gravatar Mario Limonciello 2-2/+2
2023-03-14tee: optee: Fix typo Unuspported -> UnsupportedGravatar Jules Maselbas 1-1/+1
2023-02-28tee: amdtee: fix race condition in amdtee_open_sessionGravatar Rijo Thomas 1-15/+14
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-13tee: Remove call to get_kernel_pages()Gravatar Ira Weiny 1-13/+8
2023-02-13tee: Remove vmalloc page supportGravatar Ira Weiny 1-24/+12
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2022-11-21Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin...Gravatar Arnd Bergmann 1-2/+2
2022-11-17tee: optee: fix possible memory leak in optee_register_device()Gravatar Yang Yingliang 1-1/+1
2022-10-11optee: Add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+10
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-25/+22
2022-09-26optee: remove vma linked list walkGravatar Matthew Wilcox (Oracle) 1-8/+10
2022-09-15Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 2-25/+22
2022-09-08firmware: arm_ffa: Split up ffa_ops into info, message and memory operationsGravatar Sudeep Holla 1-15/+18
2022-09-08firmware: arm_ffa: Rename ffa_dev_ops as ffa_opsGravatar Sudeep Holla 1-7/+7
2022-09-08firmware: arm_ffa: Make memory apis ffa_device independentGravatar Sudeep Holla 1-1/+1
2022-09-08tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directlyGravatar Sudeep Holla 2-11/+5
2022-08-25tee: fix compiler warning in tee_shm_register()Gravatar Jens Wiklander 1-0/+1
2022-08-18tee: add overflow check in register_shm_helper()Gravatar Jens Wiklander 1-0/+3
2022-07-08tee: tee_get_drvdata(): fix description of return valueGravatar Marc Kleine-Budde 1-1/+1
2022-07-08optee: Remove duplicate 'of' in two places.Gravatar Jiang Jian 1-1/+1
2022-07-08optee: smc_abi.c: fix wrong pointer passed to IS_ERR/PTR_ERR()Gravatar Yang Yingliang 1-2/+2
2022-05-30Merge tag 'optee-warning-for-v5.19' of https://git.linaro.org/people/jens.wik...Gravatar Arnd Bergmann 1-1/+1
2022-05-30tee: optee: Pass a pointer to virt_addr_valid()Gravatar Linus Walleij 1-1/+1
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-170/+489
2022-05-06Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla...Gravatar Arnd Bergmann 2-52/+0