OP-TEE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-24 18:08:59 to 2025-04-10 07:56:35 UTC [more...]

[PATCH] tee: optee: smc: remove unnecessary NULL check before release_firmware()
 2025-04-10  7:56 UTC 

[PATCH v6 05/10] tee: implement restricted DMA-heap
 2025-04-10  6:49 UTC  (2+ messages)

Preparing for OP-TEE 4.6.0
 2025-04-09 15:02 UTC 

[PATCH v6 09/10] optee: FF-A: dynamic restricted memory allocation
 2025-04-09 13:19 UTC  (4+ messages)

[PATCH v3 01/11] tee: allow a driver to allocate a tee_device without a pool
 2025-04-09  8:30 UTC  (12+ messages)
` [PATCH v3 02/11] tee: add close_context to TEE driver operation
` [PATCH v3 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v3 04/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v3 05/11] firmware: qcom: scm: add support for object invocation
` [PATCH v3 06/11] firmware: qcom: scm: remove unused arguments to the shm_brige
` [PATCH v3 07/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v3 08/11] tee: add Qualcomm TEE driver
` [PATCH v3 09/11] qcomtee: add primordial object
` [PATCH v3 10/11] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v3 11/11] Documentation: tee: Add Qualcomm TEE driver
` [PATCH v3 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)

[PATCH v3 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
 2025-04-09  8:27 UTC  (2+ messages)

[PATCH v3 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
 2025-04-09  6:41 UTC  (2+ messages)

[PATCH v3 08/11] tee: add Qualcomm TEE driver
 2025-04-09  1:26 UTC 

[PATCH v3 02/11] tee: add close_context to TEE driver operation
 2025-04-09  0:20 UTC 

[PATCH v6 09/10] optee: FF-A: dynamic restricted memory allocation
 2025-04-08 13:39 UTC  (2+ messages)

Extract RPMB Key
 2025-04-08 13:29 UTC  (2+ messages)

[PATCH v6 05/10] tee: implement restricted DMA-heap
 2025-04-08 13:28 UTC  (2+ messages)

[PATCH v3 08/11] tee: add Qualcomm TEE driver
 2025-04-08 12:47 UTC  (2+ messages)

[PATCH v3 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
 2025-04-08 12:19 UTC  (2+ messages)

Extract RPMB Key
 2025-04-08 11:35 UTC 

[PATCH v3 02/11] tee: add close_context to TEE driver operation
 2025-04-07 14:55 UTC 

[PATCH v7 00/11] TEE subsystem for protected dma-buf allocations
 2025-04-04 14:31 UTC  (12+ messages)
` [PATCH v7 01/11] tee: tee_device_alloc(): copy dma_mask from parent device
` [PATCH v7 02/11] optee: pass parent device to tee_device_alloc()
` [PATCH v7 03/11] optee: account for direction while converting parameters
` [PATCH v7 04/11] optee: sync secure world ABI headers
` [PATCH v7 05/11] tee: implement protected DMA-heap
` [PATCH v7 06/11] tee: refactor params_from_user()
` [PATCH v7 07/11] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
` [PATCH v7 08/11] tee: add tee_shm_alloc_cma_phys_mem()
` [PATCH v7 09/11] optee: support protected memory allocation
` [PATCH v7 10/11] optee: FF-A: dynamic "
` [PATCH v7 11/11] optee: smc abi: "

Conflict with "fallthrough" define
 2025-04-03  8:28 UTC 

Conflict with "fallthrough" define
 2025-04-03  8:25 UTC 

Conflict with "fallthrough" define
 2025-04-02 18:20 UTC 

[RFC PATCH 0/7] KVM: optee: Introduce OP-TEE Mediator for exposing secure world to KVM guests
 2025-04-02 11:19 UTC  (12+ messages)
` [RFC PATCH 1/7] firmware: smccc: Add macros for Trusted OS/App owner check on SMC value
` [RFC PATCH 2/7] tee: Add TEE Mediator module which aims to expose TEE to a KVM guest
` [RFC PATCH 3/7] KVM: Notify TEE Mediator when KVM creates and destroys guests
` [RFC PATCH 4/7] KVM: arm64: Forward guest CPU state to TEE mediator on SMC trap
` [RFC PATCH 5/7] tee: optee: Add OPTEE_SMC_VM_CREATED and OPTEE_SMC_VM_DESTROYED
` [RFC PATCH 6/7] tee: optee: Add OP-TEE Mediator
` [RFC PATCH 7/7] tee: optee: Notify TEE Mediator on OP-TEE driver initialization and release

[PATCH v6 06/10] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
 2025-04-01 13:50 UTC  (2+ messages)

[PATCH v6 05/10] tee: implement restricted DMA-heap
 2025-04-01  8:33 UTC  (2+ messages)

[PATCH v6 03/10] optee: account for direction while converting parameters
 2025-04-01  8:21 UTC  (2+ messages)

[PATCH v3 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-03-28  2:47 UTC 

[PATCH v6 00/10] TEE subsystem for restricted dma-buf allocations
 2025-03-27  8:27 UTC  (28+ messages)
` [PATCH v6 01/10] tee: tee_device_alloc(): copy dma_mask from parent device
` [PATCH v6 02/10] optee: pass parent device to tee_device_alloc()
` [PATCH v6 03/10] optee: account for direction while converting parameters
` [PATCH v6 04/10] optee: sync secure world ABI headers
` [PATCH v6 05/10] tee: implement restricted DMA-heap
` [PATCH v6 06/10] tee: new ioctl to a register tee_shm from a dmabuf file descriptor
` [PATCH v6 07/10] tee: add tee_shm_alloc_cma_phys_mem()
` [PATCH v6 08/10] optee: support restricted memory allocation
` [PATCH v6 09/10] optee: FF-A: dynamic "
` [PATCH v6 10/10] optee: smc abi: "

[PATCH v2] tee: shm: fix slab page refcounting
 2025-03-27  4:42 UTC 

[PATCH v2] tee: shm: fix slab page refcounting
 2025-03-26 13:47 UTC  (5+ messages)

[PATCH v2] tee: shm: fix slab page refcounting
 2025-03-26  9:42 UTC 

[PATCH] tee: shm: fix slab page refcounting
 2025-03-25 19:52 UTC  (2+ messages)

[PATCH v16 0/6] Introduction of a remoteproc tee to load signed firmware
 2025-03-25  9:58 UTC  (7+ messages)
` [PATCH v16 1/6] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v16 2/6] remoteproc: Add TEE support
` [PATCH v16 3/6] remoteproc: Introduce release_fw optional operation
` [PATCH v16 4/6] dt-bindings: remoteproc: Add compatibility for TEE support
` [PATCH v16 5/6] remoteproc: stm32: Create sub-functions to request shutdown and release
` [PATCH v16 6/6] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH v6 03/10] optee: account for direction while converting parameters
 2025-03-25  8:50 UTC  (2+ messages)

Linaro OP-TEE Contribution, LOC, monthly meeting March 25
 2025-03-24 15:56 UTC 

[PATCH v6 03/10] optee: account for direction while converting parameters
 2025-03-20 13:00 UTC  (2+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-03-19  7:37 UTC  (3+ messages)

[PATCH v2 6/8] tee: add Qualcomm TEE driver
 2025-03-05  0:12 UTC  (5+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-03-04  7:17 UTC 

[PATCH] MAINTAINERS: .mailmap: Update Sumit Garg's email address
 2025-02-27 11:32 UTC 

Linaro OP-TEE Contribution, LOC, monthly meeting February 25
 2025-02-24  9:42 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-21 14:12 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-21 11:24 UTC  (2+ messages)

[PATCH v5 0/7] TEE subsystem for restricted dma-buf allocations
 2025-02-18 16:46 UTC  (9+ messages)
` [PATCH v5 1/7] tee: add restricted memory allocation
` [PATCH v5 2/7] tee: add TEE_IOC_RSTMEM_FD_INFO
` [PATCH v5 3/7] optee: account for direction while converting parameters
` [PATCH v5 4/7] optee: sync secure world ABI headers
` [PATCH v5 5/7] optee: support restricted memory allocation
` [PATCH v5 6/7] optee: FF-A: dynamic "
` [PATCH v5 7/7] optee: smc abi: "

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-18 16:22 UTC 

[PATCH v2 4/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
 2025-02-17 23:50 UTC  (2+ messages)

[PATCH v2 3/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
 2025-02-17 23:48 UTC  (2+ messages)

[PATCH v2 2/8] tee: add close_context to TEE driver operation
 2025-02-17 23:36 UTC  (2+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-17  6:12 UTC  (2+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-14 13:07 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-14 10:07 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-13 17:39 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-13 15:57 UTC 

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-13 14:05 UTC  (2+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-13  9:16 UTC  (3+ messages)

[PATCH v4 1/6] tee: add restricted memory allocation
 2025-02-13  8:44 UTC  (2+ messages)

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2025-02-13  6:41 UTC  (3+ messages)

[PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-02-09 20:18 UTC 

[PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-02-07  5:12 UTC  (2+ messages)

[PATCH v2 1/8] tee: allow a driver to allocate a tee_device without a pool
 2025-02-05  5:38 UTC  (9+ messages)
` [PATCH v2 2/8] tee: add close_context to TEE driver operation
` [PATCH v2 3/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v2 4/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v2 5/8] firmware: qcom: scm: add support for object invocation
` [PATCH v2 6/8] tee: add Qualcomm TEE driver
` [PATCH v2 7/8] qcomtee: add primordial object
` [PATCH v2 8/8] Documentation: tee: Add Qualcomm TEE driver
` [PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)

[PATCH v2 8/8] Documentation: tee: Add Qualcomm TEE driver
 2025-02-05  2:40 UTC 

[PATCH v3] tee: optee: Fix supplicant wait loop
 2025-02-04  9:12 UTC  (3+ messages)

[PATCH v2] tee: optee: Fix supplicant wait loop
 2025-02-03 11:14 UTC  (2+ messages)

[PATCH v2] tee: optee: Fix supplicant wait loop
 2025-02-03 10:55 UTC  (4+ messages)

[PATCH] tee: optee: Add support for supplicant timeout
 2025-02-03  8:03 UTC  (2+ messages)

[PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-02-03  2:43 UTC 

[PATCH] tee: optee: Add support for supplicant timeout
 2025-01-31 11:06 UTC 

Registering dynamic shared memory
 2025-01-30 14:48 UTC 

Registering dynamic shared memory
 2025-01-30 14:38 UTC 

Registering dynamic shared memory
 2025-01-30  7:33 UTC 

[PATCH] tee: optee: Add support for supplicant timeout
 2025-01-28  8:19 UTC  (2+ messages)

Linaro OP-TEE Contribution, LOC, monthly meeting January 28
 2025-01-27 11:08 UTC 

[PATCH] tee: optee: Add support for supplicant timeout
 2025-01-27  7:33 UTC 

[EXTERNAL] Re: libtomcrypt, AES-CTR: Missing counter-increment for non-crypto-accelerated archs?
 2025-01-24 18:32 UTC 

[EXTERNAL] Re: libtomcrypt, AES-CTR: Missing counter-increment for non-crypto-accelerated archs?
 2025-01-24 18:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox