summaryrefslogtreecommitdiffstats
path: root/drivers/tee (follow)
Commit message (Expand)AuthorAgeFilesLines
* optee: Fix a NULL vs IS_ERR() checkDan Carpenter2024-09-091-1/+1
* optee: add RPMB dependencyJens Wiklander2024-09-031-0/+1
* optee: probe RPMB device using RPMB subsystemJens Wiklander2024-08-269-2/+371
* tee: add tee_device_set_dev_groups()Jens Wiklander2024-08-261-6/+13
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-164-5/+20
|\ \
| * \ Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop...Arnd Bergmann2024-06-274-5/+20
| |\ \ | | |/ | |/|
| | * optee: add timeout value to optee_notif_wait() to support timeoutGavin Liu2024-05-304-5/+20
* | | Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann2024-06-271-3/+9
|\ \ \ | |/ / |/| |
| * | tee: optee: ffa: Fix missing-field-initializers warningMark-PK Tsai2024-06-271-3/+9
| |/
* | Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/...Arnd Bergmann2024-04-2922-135/+675
|\ \
| * | tee: tstee: Add Trusted Services TEE driverBalint Dobszay2024-04-036-0/+588
| * | tee: optee: Move pool_op helper functionsBalint Dobszay2024-04-035-84/+72
| * | tee: Refactor TEE subsystem header filesSumit Garg2024-04-0316-51/+15
| |/
* / tee: optee: smc: Convert to platform remove callback returning voidUwe Kleine-König2024-03-251-4/+2
|/
* Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-1/+1
|\
| * tee: make tee_bus_type constRicardo B. Marliere2024-03-041-1/+1
* | tee: optee: Fix kernel panic caused by incorrect error handlingSumit Garg2024-03-041-1/+2
|/
* Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-121-1/+1
|\
| * Documentation: Destage TEE subsystem documentationSumit Garg2023-12-081-1/+1
* | Merge tag 'tee-iov-iter-for-v6.8' of https://git.linaro.org/people/jens.wikla...Arnd Bergmann2023-12-221-36/+42
|\ \
| * | tee: Use iov_iter to better support shared buffer registrationArnaud Pouliquen2023-12-131-36/+42
| |/
* | Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann2023-12-224-15/+18
|\ \
| * | optee: add missing description of RPC argument referenceEtienne Carriere2023-12-111-0/+1
| * | tee: optee: Remove redundant custom workqueueSumit Garg2023-11-142-13/+2
| * | tee: optee: Fix supplicant based device enumerationSumit Garg2023-11-031-2/+15
* | | Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl...Arnd Bergmann2023-12-222-45/+44
|\ \ \
| * | | optee: allocate shared memory with alloc_pages_exact()Jens Wiklander2023-12-041-11/+9
| * | | optee: add page list to kernel private shared memoryJens Wiklander2023-12-042-36/+37
| | |/ | |/|
* | | optee: ffa_abi: add asynchronous notificationsJens Wiklander2023-11-173-8/+117
* | | optee: provide optee_do_bottom_half() as a common functionJens Wiklander2023-11-173-34/+38
* | | tee: optee: support tracking system threadsEtienne Carriere2023-11-174-4/+141
* | | tee: system sessionEtienne Carriere2023-11-171-0/+8
* | | tee: optee: system thread call propertyEtienne Carriere2023-11-175-23/+42
|/ /
* / tee: make tee_class constantGreg Kroah-Hartman2023-10-181-10/+11
|/
* Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-121-4/+6
|\
| * tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas2023-10-031-4/+6
* | tee: Remove unused declarationsYue Haibing2023-09-132-4/+0
|/
* Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-301-2/+1
|\
| * tee: optee: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2023-06-151-2/+1
* | Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann2023-06-072-17/+23
|\ \
| * | tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta'Rijo Thomas2023-05-152-17/+23
| |/
* | Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j...Arnd Bergmann2023-05-251-1/+3
|\ \ | |/ |/|
| * optee: fix uninited async notif valueEtienne Carriere2023-04-201-1/+3
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-15/+14
| |\ \
| * | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| | |/ | |/|
* | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-262-2/+2
|\ \ \
| * | | crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello2023-03-172-2/+2
| |/ /