summaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann22-135/+675
2024-04-03tee: tstee: Add Trusted Services TEE driverBalint Dobszay6-0/+588
2024-04-03tee: optee: Move pool_op helper functionsBalint Dobszay5-84/+72
2024-04-03tee: Refactor TEE subsystem header filesSumit Garg16-51/+15
2024-03-25tee: optee: smc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-04tee: make tee_bus_type constRicardo B. Marliere1-1/+1
2024-03-04tee: optee: Fix kernel panic caused by incorrect error handlingSumit Garg1-1/+2
2024-01-12Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-12-22Merge tag 'tee-iov-iter-for-v6.8' of https://git.linaro.org/people/jens.wikla...Arnd Bergmann1-36/+42
2023-12-22Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann4-15/+18
2023-12-22Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann2-45/+44
2023-12-13tee: Use iov_iter to better support shared buffer registrationArnaud Pouliquen1-36/+42
2023-12-11optee: add missing description of RPC argument referenceEtienne Carriere1-0/+1
2023-12-09Documentation: Destage TEE subsystem documentationSumit Garg1-1/+1
2023-12-04optee: allocate shared memory with alloc_pages_exact()Jens Wiklander1-11/+9
2023-12-04optee: add page list to kernel private shared memoryJens Wiklander2-36/+37
2023-11-17optee: ffa_abi: add asynchronous notificationsJens Wiklander3-8/+117
2023-11-17optee: provide optee_do_bottom_half() as a common functionJens Wiklander3-34/+38
2023-11-17tee: optee: support tracking system threadsEtienne Carriere4-4/+141
2023-11-17tee: system sessionEtienne Carriere1-0/+8
2023-11-17tee: optee: system thread call propertyEtienne Carriere5-23/+42
2023-11-14tee: optee: Remove redundant custom workqueueSumit Garg2-13/+2
2023-11-03tee: optee: Fix supplicant based device enumerationSumit Garg1-2/+15
2023-10-18tee: make tee_class constantGreg Kroah-Hartman1-10/+11
2023-10-12Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+6
2023-10-03tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas1-4/+6
2023-09-13tee: Remove unused declarationsYue Haibing2-4/+0
2023-06-30Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2023-06-15tee: optee: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2023-06-07Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann2-17/+23
2023-05-25Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...Arnd Bergmann1-1/+3
2023-05-15tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Rijo Thomas2-17/+23
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-2/+2
2023-04-25Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-4/+332
2023-04-20optee: fix uninited async notif valueEtienne Carriere1-1/+3
2023-04-06Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann4-0/+190
2023-04-03Merge tag 'tee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann1-1/+1
2023-04-03Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklande...Arnd Bergmann1-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-15/+14
2023-04-03tee: optee: Add SMC for loading OP-TEE imageJeffrey Kardatzke4-0/+190
2023-03-30tee: Pass a pointer to virt_to_page()Linus Walleij1-1/+1
2023-03-30optee: add per cpu asynchronous notificationEtienne Carriere2-4/+142
2023-03-17Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann1-15/+14
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello2-2/+2
2023-03-14tee: optee: Fix typo Unuspported -> UnsupportedJules Maselbas1-1/+1
2023-02-28tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas1-15/+14
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1