OP-TEE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-04 13:10:28 to 2026-06-30 12:46:09 UTC [more...]

[PATCH v8 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-06-30 12:45 UTC  (29+ 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 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  (21+ messages)
` [PATCH v7 01/15] arm64: dts: qcom: kodiak: Add EL2 overlay
` [PATCH v7 02/15] firmware: qcom: Add a generic PAS service
` [PATCH v7 03/15] firmware: qcom_scm: Migrate to "
` [PATCH v7 04/15] firmware: qcom: Add a PAS TEE service
` [PATCH v7 05/15] remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs
` [PATCH v7 06/15] remoteproc: qcom_q6v5_mss: Switch "
` [PATCH v7 07/15] remoteproc: qcom_wcnss: "
` [PATCH v7 08/15] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v7 09/15] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v7 10/15] media: qcom: "
` [PATCH v7 11/15] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v7 12/15] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v7 13/15] wifi: ath12k: "
` [PATCH v7 14/15] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v7 15/15] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

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 

Proposal to unify tf.org vulnerability referencing in NVD
 2026-06-15  7:19 UTC  (2+ messages)

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

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

[PATCH] MAINTAINERS: .mailmap: update Jens Wiklander's email address
 2026-06-08 15:42 UTC 

OP-TEE Contributions Forum, monthly meeting May 26
 2026-06-08  6:30 UTC  (3+ messages)

[GIT PULL] OP-TEE for v7.2
 2026-05-29 11:14 UTC 

[GIT PULL] AMD-TEE for v7.2
 2026-05-29 11:11 UTC 

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

dma_heap and protected memory
 2026-05-21 14:40 UTC  (5+ messages)

[GIT PULL] QCOMTEE fix for v7.1
 2026-05-21 14:15 UTC 

[GIT PULL] OP-TEE fix for v7.1
 2026-05-21 14:14 UTC 

[GIT PULL] TEE fixes for v7.1
 2026-05-21 14:02 UTC 

[PATCH v4 0/5] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-21 12:55 UTC  (12+ messages)
` [PATCH v4 1/5] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [PATCH v4 2/5] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v4 3/5] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v4 4/5] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v4 5/5] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH v2] tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()
 2026-05-20 10:51 UTC  (2+ messages)

[PATCH] tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()
 2026-05-18 22:56 UTC  (6+ messages)

[PATCH v5 00/16] firmware: qcom: Add OP-TEE PAS service support
 2026-05-18  7:44 UTC  (17+ messages)
` [PATCH v5 02/16] firmware: qcom: Add a generic PAS service
` [PATCH v5 08/16] remoteproc: qcom_wcnss: Switch to generic PAS TZ APIs
` [PATCH v5 09/16] remoteproc: qcom: Select QCOM_PAS generic service
` [PATCH v5 10/16] drm/msm: Switch to generic PAS TZ APIs
` [PATCH v5 11/16] media: qcom: "
` [PATCH v5 12/16] media: qcom: Pass proper PAS ID to set_remote_state API
` [PATCH v5 13/16] net: ipa: Switch to generic PAS TZ APIs
` [PATCH v5 14/16] wifi: ath12k: "
` [PATCH v5 15/16] firmware: qcom_scm: Remove SCM PAS wrappers
` [PATCH v5 16/16] MAINTAINERS: Add maintainer entry for Qualcomm PAS TZ service

[PATCH] hwrng: tpm: Do not enable by default
 2026-05-15 21:10 UTC  (7+ messages)

[REPORT] tee: tee_ioctl_supp_recv() missing tee_shm_put() cleanup for memref params
 2026-05-11 13:18 UTC  (12+ messages)
` [PATCH] tee: fix missing shm reference cleanup in tee_ioctl_supp_recv
    ` [PATCH v2] "
      ` [PATCH v3] tee: fix params_from_user() error path "
        ` [PATCH v4] "

KLMBG4GEUF
 2026-05-06  7:26 UTC  (2+ messages)


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