OP-TEE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-17 14:51:46 to 2026-08-06 13:21:26 UTC [more...]

[GIT PULL] QCOMTEE update for v7.3
 2026-08-06 13:21 UTC 

[GIT PULL] OP-TEE fix for v7.2
 2026-08-06 13:12 UTC 

[PATCH] tee: avoid accessing dma-buf shared memory after put
 2026-08-06  6:07 UTC 

ufs: rpmb: make RPMB usable with OP-TEE key derivation
 2026-08-05 16:49 UTC  (5+ messages)
` [PATCH 1/2] ufs: rpmb: retry power-on UNIT ATTENTION on the RPMB WLUN
` [PATCH 2/2] ufs: rpmb: use a fixed-length RPMB dev_id

[PATCH] tee: qcomtee: fix kernel-doc warnings
 2026-08-04  3:49 UTC  (2+ messages)

[PATCH] tee: qcomtee: user: check the parameter count from the supplicant
 2026-07-30  6:22 UTC 

[PATCH v2] tee: remove TZMEM_MODE_GENERIC
 2026-08-04  7:40 UTC  (4+ messages)

[PATCH v3 0/3] tee: add MbedTEE driver
 2026-07-31 20:19 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: vendor-prefixes: add mbedtee
` [PATCH v3 2/3] dt-bindings: firmware: add mbedtee,tee binding
` [PATCH v3 3/3] tee: add MbedTEE driver

[PATCH v2] Documentation: Extend the real-time hardware bits with some firmware bits
 2026-07-18 17:50 UTC 

[PATCH] Documentation: Extend the real-time hardware bits with some firmware bits
 2026-07-16 16:13 UTC  (7+ messages)

[PATCH] tee: remove dead select from kconfig
 2026-07-22 23:43 UTC  (4+ messages)

[PATCH 0/3] tee: add MbedTEE driver
 2026-07-03  7:16 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: add mbedtee
` [PATCH 2/3] dt-bindings: firmware: add mbedtee,rpc binding
` [PATCH 3/3] tee: add MbedTEE driver
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: add mbedtee
  ` [PATCH v2 2/3] dt-bindings: firmware: add mbedtee,tee binding
  ` [PATCH v2 3/3] tee: add MbedTEE driver

[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-08-04 22:31 UTC  (24+ messages)
` [PATCH v9 01/14] firmware: qcom: Add a generic PAS service
` [PATCH v9 02/14] firmware: qcom_scm: Migrate to "
` [PATCH v9 03/14] firmware: qcom: Add a PAS TEE service
` [PATCH v9 04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v9 05/14] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v9 06/14] remoteproc: qcom_wcnss: "
` [PATCH v9 07/14] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v9 08/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v9 09/14] media: qcom: "
` [PATCH v9 10/14] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v9 11/14] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v9 12/14] wifi: ath12k: "
` [PATCH v9 13/14] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v9 14/14] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service
` (subset) [PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support

[PATCH v2 0/6] Add TEE based client driver for UEFI Secure Application
 2026-08-03 14:52 UTC  (19+ messages)
` [PATCH v2 1/6] tee: qcomtee: Track the object invocation context
` [PATCH v2 2/6] tee: Add kernel client object invoke helper
` [PATCH v2 3/6] tee: qcomtee: Allow object invokes from kernel clients
` [PATCH v2 4/6] tee: Export uuidv5 generation for TEE backends
` [PATCH v2 5/6] tee: qcomtee: Add support for registering QTEE services on TEE bus
` [PATCH v2 6/6] firmware: qcom: Add support for TEE based EFI-var client driver

OP-TEE Contributions Forum, monthly meeting July 28
 2026-07-27  7:17 UTC 

[PATCH 0/6] Add TEE based client driver for UEFI Secure Application
 2026-07-20 10:18 UTC  (15+ messages)
` [PATCH 1/6] tee: qcomtee: Track the object invocation context
` [PATCH 2/6] tee: Add kernel client object invoke helper
` [PATCH 3/6] tee: qcomtee: Allow object invokes from kernel clients
` [PATCH 4/6] tee: Export uuidv5 generation for TEE clients
` [PATCH 5/6] tee: qcomtee: Add support for registering QTEE services on TEE bus
` [PATCH 6/6] firmware: qcom: Add support for TEE based EFI-var client driver

[PATCH v1 0/2] ufs: rpmb: make RPMB usable with OP-TEE key derivation
 2026-07-17 10:28 UTC  (5+ messages)
` [PATCH v1 1/2] ufs: rpmb: retry power-on UNIT ATTENTION on the RPMB WLUN
` [PATCH v1 2/2] ufs: rpmb: use a fixed-length RPMB dev_id

OP-TEE Bug Bounty
 2026-07-13 10:27 UTC 

[PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-07-07 14:04 UTC  (12+ messages)
` [PATCH v9 1/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v9 2/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v9 3/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v9 4/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v9 5/6] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v9 6/6] KVM: arm64: Zero out the stack initialized data in the FFA handler
` (subset) [PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations

[Patch] review request for [RFC]
 2026-07-06  6:11 UTC 

[PATCH v8 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-01 12:19 UTC  (36+ messages)
` [PATCH v8 01/14] firmware: qcom: Add a generic PAS service
` [PATCH v8 02/14] firmware: qcom_scm: Migrate to "
` [PATCH v8 03/14] firmware: qcom: Add a PAS TEE service
` [PATCH v8 04/14] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v8 05/14] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v8 06/14] remoteproc: qcom_wcnss: "
` [PATCH v8 07/14] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v8 08/14] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v8 09/14] media: qcom: "
` [PATCH v8 10/14] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v8 11/14] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v8 12/14] wifi: ath12k: "
` [PATCH v8 13/14] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v8 14/14] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH] firmware: qcom: scm: add missing IRQ_DOMAIN select to QCOM_SCM
 2026-07-01 11:10 UTC 

[PATCH v7 0/7] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-30 10:22 UTC  (18+ messages)
` [PATCH v7 1/7] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [PATCH v7 2/7] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v7 3/7] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v7 4/7] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v7 5/7] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v7 6/7] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v7 7/7] KVM: arm64: Zero out the stack initialized data in the FFA handler

[PATCH v8 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-06-30 10:20 UTC  (7+ messages)
` [PATCH v8 1/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v8 2/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v8 3/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v8 4/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v8 5/6] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v8 6/6] KVM: arm64: Zero out the stack initialized data in the FFA handler

[PATCH v1] tee: qcomtee: Drop unused assignment of platform_device_id driver data
 2026-06-29  8:52 UTC  (3+ messages)

OP-TEE going forward
 2026-06-26 15:23 UTC 

Critical Vulnerabilities in OP-TEE/libfdt - CVE Assignment Request
 2026-06-26  6:25 UTC 

[RFC 0/3] core: riscv: Implement Floating-Point and Vector extension context tracking
 2026-06-25 20:51 UTC  (7+ messages)
` [RFC 1/3] Floating Point changes
` [RFC 2/3] RISCV Vector changes
` [RFC 3/3] Thread changes for RISCV floating point and vector changes

[PATCH v7 00/15] firmware: qcom: Add OP-TEE PAS service support
 2026-06-23 16:31 UTC  (3+ messages)
` [PATCH v7 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay

OP-TEE 4.11.0 release (June 17) cancelled
 2026-06-23 10:01 UTC 

[GIT PULL] TEE update for v7.2
 2026-06-22 13:35 UTC 

OP-TEE Contributions Forum, monthly meeting June 23
 2026-06-22  7:53 UTC 


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