Age | Commit message (Expand) | Author | Files | Lines |
2025-02-14 | tee: optee: Fix supplicant wait loop | Sumit Garg | 1 | -27/+8 |
2024-12-17 | optee: fix format string for printing optee build_id | Sahil Malhotra | 1 | -2/+3 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
2024-09-09 | optee: Fix a NULL vs IS_ERR() check | Dan Carpenter | 1 | -1/+1 |
2024-09-03 | optee: add RPMB dependency | Jens Wiklander | 1 | -0/+1 |
2024-08-26 | optee: probe RPMB device using RPMB subsystem | Jens Wiklander | 9 | -2/+371 |
2024-08-26 | tee: add tee_device_set_dev_groups() | Jens Wiklander | 1 | -6/+13 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-07-16 | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -5/+20 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2024-06-27 | Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 1 | -3/+9 |
2024-06-27 | Merge tag 'optee-notif-wait-timeout-for-v6.11' of https://git.linaro.org/peop... | Arnd Bergmann | 4 | -5/+20 |
2024-06-27 | tee: optee: ffa: Fix missing-field-initializers warning | Mark-PK Tsai | 1 | -3/+9 |
2024-05-30 | optee: add timeout value to optee_notif_wait() to support timeout | Gavin Liu | 4 | -5/+20 |
2024-04-29 | Merge tag 'tee-ts-for-v6.10' of https://git.linaro.org/people/jens.wiklander/... | Arnd Bergmann | 22 | -135/+675 |
2024-04-03 | tee: tstee: Add Trusted Services TEE driver | Balint Dobszay | 6 | -0/+588 |
2024-04-03 | tee: optee: Move pool_op helper functions | Balint Dobszay | 5 | -84/+72 |
2024-04-03 | tee: Refactor TEE subsystem header files | Sumit Garg | 16 | -51/+15 |
2024-03-25 | tee: optee: smc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2024-03-12 | Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2024-03-04 | tee: make tee_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
2024-03-04 | tee: optee: Fix kernel panic caused by incorrect error handling | Sumit Garg | 1 | -1/+2 |
2024-01-11 | Merge tag 'docs-6.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2023-12-22 | Merge tag 'tee-iov-iter-for-v6.8' of https://git.linaro.org/people/jens.wikla... | Arnd Bergmann | 1 | -36/+42 |
2023-12-22 | Merge tag 'optee-cleanup-for-v6.8' of https://git.linaro.org/people/jens.wikl... | Arnd Bergmann | 4 | -15/+18 |
2023-12-22 | Merge tag 'kern-priv-shm-for-v6.8' of https://git.linaro.org/people/jens.wikl... | Arnd Bergmann | 2 | -45/+44 |
2023-12-13 | tee: Use iov_iter to better support shared buffer registration | Arnaud Pouliquen | 1 | -36/+42 |
2023-12-11 | optee: add missing description of RPC argument reference | Etienne Carriere | 1 | -0/+1 |
2023-12-08 | Documentation: Destage TEE subsystem documentation | Sumit Garg | 1 | -1/+1 |
2023-12-04 | optee: allocate shared memory with alloc_pages_exact() | Jens Wiklander | 1 | -11/+9 |
2023-12-04 | optee: add page list to kernel private shared memory | Jens Wiklander | 2 | -36/+37 |
2023-11-17 | optee: ffa_abi: add asynchronous notifications | Jens Wiklander | 3 | -8/+117 |
2023-11-17 | optee: provide optee_do_bottom_half() as a common function | Jens Wiklander | 3 | -34/+38 |
2023-11-17 | tee: optee: support tracking system threads | Etienne Carriere | 4 | -4/+141 |
2023-11-17 | tee: system session | Etienne Carriere | 1 | -0/+8 |
2023-11-17 | tee: optee: system thread call property | Etienne Carriere | 5 | -23/+42 |
2023-11-14 | tee: optee: Remove redundant custom workqueue | Sumit Garg | 2 | -13/+2 |
2023-11-03 | tee: optee: Fix supplicant based device enumeration | Sumit Garg | 1 | -2/+15 |
2023-10-18 | tee: make tee_class constant | Greg Kroah-Hartman | 1 | -10/+11 |
2023-10-12 | Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+6 |
2023-10-03 | tee: amdtee: fix use-after-free vulnerability in amdtee_close_session | Rijo Thomas | 1 | -4/+6 |
2023-09-13 | tee: Remove unused declarations | Yue Haibing | 2 | -4/+0 |
2023-06-29 | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
2023-06-15 | tee: optee: Use kmemdup() to replace kmalloc + memcpy | Jiapeng Chong | 1 | -2/+1 |
2023-06-07 | Merge tag 'amdtee-fix-for-v6.5' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 2 | -17/+23 |
2023-05-25 | Merge tag 'optee-async-notif-fix-for-v6.3' of https://git.linaro.org/people/j... | Arnd Bergmann | 1 | -1/+3 |
2023-05-15 | tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' | Rijo Thomas | 2 | -17/+23 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -2/+2 |
2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -4/+332 |
2023-04-20 | optee: fix uninited async notif value | Etienne Carriere | 1 | -1/+3 |
2023-04-06 | Merge tag 'optee-load-for-v6.4' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 4 | -0/+190 |
2023-04-03 | Merge tag 'tee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/... | Arnd Bergmann | 1 | -1/+1 |
2023-04-03 | Merge tag 'optee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklande... | Arnd Bergmann | 1 | -1/+1 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -15/+14 |
2023-04-03 | tee: optee: Add SMC for loading OP-TEE image | Jeffrey Kardatzke | 4 | -0/+190 |
2023-03-30 | tee: Pass a pointer to virt_to_page() | Linus Walleij | 1 | -1/+1 |
2023-03-30 | optee: add per cpu asynchronous notification | Etienne Carriere | 2 | -4/+142 |
2023-03-17 | Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 1 | -15/+14 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-03-17 | crypto: ccp - Add a header for multiple drivers to use `__psp_pa` | Mario Limonciello | 2 | -2/+2 |
2023-03-14 | tee: optee: Fix typo Unuspported -> Unsupported | Jules Maselbas | 1 | -1/+1 |
2023-02-28 | tee: amdtee: fix race condition in amdtee_open_session | Rijo Thomas | 1 | -15/+14 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2023-02-13 | tee: Remove call to get_kernel_pages() | Ira Weiny | 1 | -13/+8 |
2023-02-13 | tee: Remove vmalloc page support | Ira Weiny | 1 | -24/+12 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2022-12-12 | Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2022-11-21 | Merge tag 'optee-for-6.2' of https://git.linaro.org/people/jens.wiklander/lin... | Arnd Bergmann | 1 | -2/+2 |
2022-11-17 | tee: optee: fix possible memory leak in optee_register_device() | Yang Yingliang | 1 | -1/+1 |
2022-10-11 | optee: Add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+10 |
2022-10-06 | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -25/+22 |
2022-09-26 | optee: remove vma linked list walk | Matthew Wilcox (Oracle) | 1 | -8/+10 |
2022-09-15 | Merge tag 'ffa-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2 | -25/+22 |
2022-09-08 | firmware: arm_ffa: Split up ffa_ops into info, message and memory operations | Sudeep Holla | 1 | -15/+18 |
2022-09-08 | firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops | Sudeep Holla | 1 | -7/+7 |
2022-09-08 | firmware: arm_ffa: Make memory apis ffa_device independent | Sudeep Holla | 1 | -1/+1 |
2022-09-08 | tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly | Sudeep Holla | 2 | -11/+5 |
2022-08-25 | tee: fix compiler warning in tee_shm_register() | Jens Wiklander | 1 | -0/+1 |
2022-08-18 | tee: add overflow check in register_shm_helper() | Jens Wiklander | 1 | -0/+3 |
2022-07-08 | tee: tee_get_drvdata(): fix description of return value | Marc Kleine-Budde | 1 | -1/+1 |
2022-07-08 | optee: Remove duplicate 'of' in two places. | Jiang Jian | 1 | -1/+1 |
2022-07-08 | optee: smc_abi.c: fix wrong pointer passed to IS_ERR/PTR_ERR() | Yang Yingliang | 1 | -2/+2 |
2022-05-30 | Merge tag 'optee-warning-for-v5.19' of https://git.linaro.org/people/jens.wik... | Arnd Bergmann | 1 | -1/+1 |
2022-05-30 | tee: optee: Pass a pointer to virt_addr_valid() | Linus Walleij | 1 | -1/+1 |
2022-05-26 | Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 10 | -170/+489 |
2022-05-06 | Merge tag 'tee-cleanup-for-v5.19' of https://git.linaro.org/people/jens.wikla... | Arnd Bergmann | 2 | -52/+0 |
2022-05-05 | Merge tag 'optee-rpc-arg-for-v5.19' of https://git.linaro.org/people/jens.wik... | Arnd Bergmann | 7 | -102/+461 |
2022-05-05 | Merge tag 'ffa-updates-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Arnd Bergmann | 1 | -1/+1 |
2022-05-05 | Merge tag 'tee-shm-vmalloc-for-v5.19' of https://git.linaro.org/people/jens.w... | Arnd Bergmann | 2 | -11/+26 |
2022-04-29 | tee: optee: Use ffa_dev_get_drvdata to fetch driver_data | Sudeep Holla | 1 | -1/+1 |
2022-04-26 | tee: remove flags TEE_IOCTL_SHM_MAPPED and TEE_IOCTL_SHM_DMA_BUF | Andrew Davis | 1 | -2/+0 |
2022-04-26 | tee: remove tee_shm_va2pa() and tee_shm_pa2va() | Andrew Davis | 1 | -50/+0 |
2022-04-25 | optee: cache argument shared memory structs | Jens Wiklander | 5 | -67/+318 |
2022-04-13 | optee: add FF-A capability OPTEE_FFA_SEC_CAP_ARG_OFFSET | Jens Wiklander | 2 | -3/+26 |
2022-04-13 | optee: add OPTEE_SMC_CALL_WITH_RPC_ARG and OPTEE_SMC_CALL_WITH_REGD_ARG | Jens Wiklander | 3 | -32/+117 |
2022-04-13 | optee: rename rpc_arg_count to rpc_param_count | Jens Wiklander | 3 | -10/+10 |
2022-04-05 | tee: optee: add missing mutext_destroy in optee_ffa_probe | Dongliang Mu | 1 | -0/+1 |
2022-04-05 | tee: make tee_shm_register_kernel_buf vmalloc supported | Phil Chang | 2 | -11/+26 |
2022-04-05 | tee: combine "config" and "menu" for TEE's menuconfig | Jan Engelhardt | 1 | -4/+1 |
2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 13 | -444/+346 |
2022-02-25 | Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/... | Arnd Bergmann | 12 | -505/+404 |
2022-02-18 | Merge tag 'optee-fix2-for-v5.17' of git://git.linaro.org/people/jens.wiklande... | Arnd Bergmann | 2 | -2/+6 |
2022-02-16 | tee: refactor TEE_SHM_* flags | Jens Wiklander | 3 | -15/+14 |
2022-02-16 | tee: replace tee_shm_register() | Jens Wiklander | 1 | -66/+90 |
2022-02-16 | tee: add tee_shm_register_{user,kernel}_buf() | Jens Wiklander | 3 | -2/+36 |
2022-02-16 | optee: add optee_pool_op_free_helper() | Jens Wiklander | 4 | -7/+17 |
2022-02-16 | tee: replace tee_shm_alloc() | Jens Wiklander | 5 | -50/+75 |
2022-02-16 | tee: simplify shm pool handling | Jens Wiklander | 9 | -270/+117 |
2022-02-16 | tee: add tee_shm_alloc_user_buf() | Jens Wiklander | 4 | -2/+21 |
2022-02-16 | tee: remove unused tee_shm_pool_alloc_res_mem() | Jens Wiklander | 1 | -56/+0 |
2022-02-14 | tee: optee: fix error return code in probe function | Yang Yingliang | 2 | -2/+6 |
2022-02-14 | tee: amdtee: Make use of the helper macro LIST_HEAD() | Cai Huoqing | 1 | -1/+1 |
2022-02-08 | Merge tag 'optee-fixes-for-v5.17' of git://git.linaro.org/people/jens.wikland... | Arnd Bergmann | 3 | -14/+13 |
2022-02-03 | optee: use driver internal tee_context for some rpc | Jens Wiklander | 4 | -67/+64 |
2022-01-24 | optee: add error checks in optee_ffa_do_call_with_arg() | Jens Wiklander | 1 | -3/+12 |
2022-01-24 | tee: optee: do not check memref size on return from Secure World | Jerome Forissier | 1 | -10/+0 |
2022-01-24 | optee: Use bitmap_free() to free bitmap | Christophe JAILLET | 1 | -1/+1 |
2022-01-10 | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 11 | -124/+471 |
2021-12-23 | Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -112/+70 |
2021-12-16 | optee: Suppress false positive kmemleak report in optee_handle_rpc() | Xiaolei Wang | 1 | -0/+2 |
2021-12-16 | tee: optee: Fix incorrect page free bug | Sumit Garg | 1 | -4/+2 |
2021-12-16 | tee: handle lookup of shm with reference count 0 | Jens Wiklander | 1 | -108/+66 |
2021-11-29 | optee: Fix NULL but dereferenced coccicheck error | Yang Li | 1 | -2/+2 |
2021-11-29 | tee: amdtee: fix an IS_ERR() vs NULL bug | Dan Carpenter | 1 | -3/+2 |
2021-11-17 | optee: add asynchronous notifications | Jens Wiklander | 4 | -36/+289 |
2021-11-17 | optee: separate notification functions | Jens Wiklander | 8 | -91/+181 |
2021-11-17 | tee: export teedev_open() and teedev_close_context() | Jens Wiklander | 1 | -2/+4 |
2021-11-17 | tee: fix put order in teedev_close_context() | Jens Wiklander | 1 | -1/+3 |
2021-11-16 | optee: fix kfree NULL pointer | Lv Ruyi | 1 | -4/+3 |
2021-11-04 | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2021-11-02 | Merge tag 'optee-ffa-fix-for-v5.16' of git://git.linaro.org/people/jens.wikla... | Arnd Bergmann | 1 | -2/+2 |
2021-10-28 | optee: Fix spelling mistake "reclain" -> "reclaim" | Colin Ian King | 1 | -2/+2 |
2021-10-25 | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 1 | -0/+3 |
2021-10-21 | optee: smc_abi.c: add missing #include <linux/mm.h> | Jens Wiklander | 1 | -0/+1 |
2021-10-18 | optee: add FF-A support | Jens Wiklander | 7 | -13/+1143 |
2021-10-18 | optee: isolate smc abi | Jens Wiklander | 8 | -1388/+1506 |
2021-10-15 | optee: refactor driver with internal callbacks | Jens Wiklander | 4 | -106/+182 |
2021-10-15 | optee: simplify optee_release() | Jens Wiklander | 3 | -49/+39 |
2021-10-12 | tee: optee: Fix missing devices unregister during optee_remove | Sumit Garg | 3 | -0/+26 |
2021-09-14 | tee/optee/shm_pool: fix application of sizeof to pointer | jing yangyang | 1 | -1/+1 |
2021-07-21 | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag | Sumit Garg | 5 | -8/+14 |
2021-07-21 | tee: add tee_shm_alloc_kernel_buf() | Jens Wiklander | 1 | -0/+18 |
2021-07-21 | optee: Clear stale cache entries during initialization | Tyler Hicks | 3 | -3/+43 |
2021-07-21 | optee: fix tee out of memory failure seen during kexec reboot | Allen Pais | 1 | -0/+20 |
2021-07-21 | optee: Refuse to load the driver under the kdump kernel | Tyler Hicks | 1 | -0/+11 |
2021-07-21 | optee: Fix memory leak when failing to register shm pages | Tyler Hicks | 1 | -2/+10 |
2021-06-28 | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
2021-06-05 | Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander... | Olof Johansson | 2 | -4/+8 |
2021-05-18 | optee: use export_uuid() to copy client UUID | Jens Wiklander | 2 | -4/+8 |
2021-05-17 | tee: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2021-05-17 | Merge tag 'amdtee-fixes-for-v5.13' of git://git.linaro.org/people/jens.wiklan... | Arnd Bergmann | 3 | -16/+106 |
2021-05-05 | tee: amdtee: unload TA only when its refcount becomes 0 | Rijo Thomas | 3 | -16/+106 |
2021-04-26 | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -10/+74 |
2021-04-01 | Merge tag 'optee-memref-size-for-v5.13' of git://git.linaro.org/people/jens.w... | Arnd Bergmann | 1 | -10/+0 |
2021-03-30 | tee: optee: do not check memref size on return from Secure World | Jerome Forissier | 1 | -10/+0 |
2021-03-30 | tee: optee: fix build error caused by recent optee tracepoints feature | Jisheng Zhang | 1 | -0/+3 |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
2021-03-15 | tee: optee: add invoke_fn tracepoints | Jisheng Zhang | 2 | -0/+71 |
2021-02-09 | Merge tag 'optee-simplify-i2c-access_for-v5.12' of git://git.linaro.org/peopl... | Arnd Bergmann | 1 | -15/+16 |
2021-02-08 | optee: simplify i2c access | Arnd Bergmann | 1 | -15/+16 |
2021-02-03 | Merge tag 'optee-fix-cond-resched-call-for-v5.12' of git://git.linaro.org:/pe... | Arnd Bergmann | 1 | -1/+2 |
2021-02-03 | tee: optee: remove need_resched() before cond_resched() | Jens Wiklander | 1 | -2/+1 |
2021-02-02 | optee: sync OP-TEE headers | Jens Wiklander | 4 | -189/+179 |
2021-02-02 | tee: optee: fix 'physical' typos | Bjorn Helgaas | 1 | -1/+1 |
2021-02-02 | drivers: optee: use flexible-array member instead of zero-length array | Tian Tao | 1 | -1/+1 |
2021-01-21 | tee: optee: replace might_sleep with cond_resched | Rouven Czerwinski | 1 | -1/+3 |
2020-12-16 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2020-12-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2020-11-27 | Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
2020-11-27 | Backmerge tag 'v5.10-rc2' into arm/drivers | Arnd Bergmann | 1 | -1/+2 |
2020-11-25 | optee: add writeback to valid memory type | Rui Miguel Silva | 1 | -1/+2 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+1 |
2020-11-13 | Merge tag 'amdtee-fixes-for-5.10' of git://git.linaro.org:/people/jens.wiklan... | Arnd Bergmann | 2 | -11/+23 |
2020-11-09 | tee: amdtee: synchronize access to shm list | Rijo Thomas | 2 | -0/+9 |
2020-11-09 | tee: amdtee: fix memory leak due to reset of global shm list | Rijo Thomas | 2 | -11/+14 |
2020-10-26 | Merge tag 'optee-use-uuid-api-for-v5.10' of git://git.linaro.org:/people/jens... | Arnd Bergmann | 1 | -1/+1 |
2020-10-26 | Merge tag 'tee-fix-for-v5.10' of git://git.linaro.org:/people/jens.wiklander/... | Arnd Bergmann | 1 | -1/+2 |
2020-10-13 | tee: client UUID: Skip REE kernel login method as well | Sumit Garg | 1 | -1/+2 |
2020-10-13 | tee: optee: Use UUID API for exporting the UUID | Andy Shevchenko | 1 | -1/+1 |
2020-09-26 | Merge tag 'tee-dev-cleanup-for-v5.10' of git://git.linaro.org:/people/jens.wi... | Olof Johansson | 1 | -33/+7 |
2020-09-18 | tee: avoid explicit sysfs_create/delete_group by initialising dev->groups | Sudeep Holla | 1 | -17/+4 |
2020-09-18 | tee: replace cdev_add + device_add with cdev_device_add | Sudeep Holla | 1 | -17/+4 |
2020-09-13 | Merge tag 'optee-i2c-fix-for-v5.10' of git://git.linaro.org:/people/jens.wikl... | Olof Johansson | 1 | -1/+1 |
2020-09-01 | drivers: optee: fix i2c build issue | Jorge Ramirez-Ortiz | 1 | -1/+1 |
2020-08-27 | Merge tag 'tee-pin-user-pages-for-5.10' of git://git.linaro.org/people/jens.w... | Olof Johansson | 1 | -13/+19 |
2020-08-25 | tee: convert get_user_pages() --> pin_user_pages() | John Hubbard | 1 | -13/+19 |
2020-08-21 | Merge tag 'tee-memref-null-for-v5.10' of git://git.linaro.org/people/jens.wik... | Olof Johansson | 3 | -18/+41 |
2020-08-21 | drivers: optee: allow op-tee to access devices on the i2c bus | Jorge Ramirez-Ortiz | 3 | -0/+117 |
2020-08-21 | driver: tee: Handle NULL pointer indication from client | Cedric Neveux | 3 | -18/+41 |
2020-07-13 | Merge tag 'optee-bus-for-v5.9' of git://git.linaro.org/people/jens.wiklander/... | Arnd Bergmann | 3 | -25/+50 |
2020-07-10 | optee: enable support for multi-stage bus enumeration | Maxim Uvarov | 3 | -22/+44 |
2020-07-10 | optee: use uuid for sysfs driver entry | Maxim Uvarov | 1 | -3/+6 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -2/+2 |
2020-05-28 | tee: fix crypto select | Arnd Bergmann | 1 | -0/+1 |
2020-05-25 | Merge tag 'tee-login-for-5.8' of git://git.linaro.org/people/jens.wiklander/l... | Arnd Bergmann | 3 | -1/+158 |
2020-05-25 | Merge tag 'tee-smatch-for-5.8' of git://git.linaro.org/people/jens.wiklander/... | Arnd Bergmann | 1 | -2/+1 |
2020-05-11 | tee: optee: Add support for session login client UUID generation | Vesa Jääskeläinen | 1 | -1/+5 |
2020-05-11 | tee: add support for session's client UUID generation | Vesa Jääskeläinen | 2 | -0/+153 |