summaryrefslogtreecommitdiff
path: root/drivers/tee
AgeCommit message (Expand)AuthorFilesLines
2024-09-09optee: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2024-09-03optee: add RPMB dependencyJens Wiklander1-0/+1
2024-08-26optee: probe RPMB device using RPMB subsystemJens Wiklander9-2/+371
2024-08-26tee: add tee_device_set_dev_groups()Jens Wiklander1-6/+13
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-16Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+20
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-27Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann1-3/+9
2024-06-27Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop...Arnd Bergmann4-5/+20
2024-06-27tee: optee: ffa: Fix missing-field-initializers warningMark-PK Tsai1-3/+9
2024-05-30optee: add timeout value to optee_notif_wait() to support timeoutGavin Liu4-5/+20
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-11Merge 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-08Documentation: 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-29Merge 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