Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2023-12-06 01:42:48 to 2023-12-13 13:14:16 UTC [more...]

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-13 13:13 UTC  (43+ messages)
` [PATCH v10 03/50] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v10 04/50] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v10 15/50] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v10 16/50] x86/sev: Introduce snp leaked pages list
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command "
` [PATCH v10 19/50] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH v10 21/50] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v10 23/50] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe

[PATCH 0/5] Add Tegra Security Engine driver
 2023-12-13 12:20 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: crypto: Add Tegra SE DT binding doc
` [PATCH 2/5] gpu: host1x: Add Tegra SE to SID table
` [PATCH 3/5] crypto: tegra: Add Tegra Security Engine driver
` [PATCH 4/5] arm64: defconfig: Enable Tegra Security Engine
` [PATCH 5/5] arm64: tegra: Add Tegra Security Engine DT nodes

[syzbot] [crypto?] KMSAN: uninit-value in __crc32c_le_base (3)
 2023-12-13 10:50 UTC  (3+ messages)

[PATCH v5] sign-file: Fix incorrect return values check
 2023-12-13 10:38 UTC 

[PATCH v3 0/9] Add Marvell CPT CN10KB/CN10KA B0 support
 2023-12-13  7:30 UTC  (10+ messages)
` [PATCH v3 1/9] crypto: octeontx2: remove CPT block reset
` [PATCH v3 2/9] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH v3 3/9] crypto: octeontx2: add devlink option to set t106 mode
` [PATCH v3 4/9] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip
` [PATCH v3 5/9] crypto: octeontx2: add LF reset on queue disable
` [PATCH v3 6/9] octeontx2-af: update CPT inbound inline IPsec mailbox
` [PATCH v3 7/9] crypto: octeontx2: add ctx_val workaround
` [PATCH v3 8/9] crypto/octeontx2: register error interrupts for inline cptlf
` [PATCH v3 9/9] crypto: octeontx2: support setting ctx ilen for inline CPT LF

[PATCH] crypto: tcrypt - add script tcrypt_speed_compare.py
 2023-12-13  3:01 UTC  (3+ messages)

[PATCH v5 RESEND] sign-file: Fix incorrect return values check
 2023-12-13  2:44 UTC 

[PATCH net-next v2 00/10] Add Marvell CPT CN10KB/CN10KA B0 support
 2023-12-12 18:03 UTC  (13+ messages)
` [PATCH net-next v2 01/10] crypto: octeontx2: remove CPT block reset
` [PATCH net-next v2 02/10] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH net-next v2 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt
` [PATCH net-next v2 04/10] crypto: octeontx2: add devlink option to set t106 mode
` [PATCH net-next v2 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip
` [PATCH net-next v2 06/10] crypto: octeontx2: add LF reset on queue disable
` [PATCH net-next v2 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox
` [PATCH net-next v2 08/10] crypto: octeontx2: add ctx_val workaround
` [PATCH net-next v2 09/10] crypto/octeontx2: register error interrupts for inline cptlf
` [PATCH net-next v2 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF

[PATCH v4 0/4] arm64: Run kernel mode NEON with preemption enabled
 2023-12-12 16:35 UTC  (14+ messages)
` [PATCH v4 1/4] arm64: fpsimd: Drop unneeded 'busy' flag
` [PATCH v4 2/4] arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
` [PATCH v4 3/4] arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD
` [PATCH v4 4/4] arm64: crypto: Disable yielding logic unless CONFIG_PREEMPT_VOLUNTARY=y

[PATCH v2 0/2] hwrng: starfive: Add support for JH8100
 2023-12-12 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: rng: starfive: Add jh8100 compatible string
` [PATCH v2 2/2] hwrng: starfive - Add runtime pm ops

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2023-12-12 15:23 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: document generic access controllers
` [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC
` [PATCH v8 04/13] dt-bindings: bus: document ETZPC
` [PATCH v8 05/13] firewall: introduce stm32_firewall framework
` [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v8 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v8 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v8 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v8 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v8 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v8 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v8 13/13] ARM: dts: stm32: put ETZPC as an access controller "

[PATCH V2 0/2] Add QCrypto support for SC7280
 2023-12-12 15:02 UTC  (4+ messages)
` [PATCH V2 1/2] dt-bindings: crypto: qcom-qce: document the SC7280 crypto engine
` [PATCH V2 2/2] arm64: dts: qcom: sc7280: add QCrypto nodes

[PATCH] hwrng: core - fix task hung in hwrng_fillfn
 2023-12-12 14:03 UTC  (5+ messages)
    ` [PATCH] hwrng: core - Fix page fault dead lock on mmap-ed hwrng

[PATCH V1 0/2] Add QCrypto support for SC7280
 2023-12-12 10:03 UTC  (8+ messages)
` [PATCH] dt-bindings: crypto: qcom-qce: document the SM8650 crypto engine
` [PATCH V1 1/2] dt-bindings: crypto: qcom-qce: document the SC7280 "
` [PATCH V1 2/2] arm64: dts: qcom: sc7280: add QCrypto nodes

[PATCH 1/2] dt-bindings: crypto: qcom-qce: constrain clocks for IPQ9574 QCE
 2023-12-12 10:00 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: crypto: qcom-qce: constrain clocks for SM8150-compatible QCE

[PATCH 00/12] hwrng: Convert to platform remove callback returning
 2023-12-12  9:31 UTC  (15+ messages)
` [PATCH 01/12] hwrng: atmel - Convert to platform remove callback returning void
` [PATCH 02/12] hwrng: cctrng "
` [PATCH 03/12] hwrng: exynos "
` [PATCH 04/12] hwrng: ingenic "
` [PATCH 05/12] hwrng: ks-sa "
` [PATCH 06/12] hwrng: mxc "
` [PATCH 07/12] hwrng: n2 "
` [PATCH 08/12] hwrng: npcm "
` [PATCH 09/12] hwrng: omap "
` [PATCH 10/12] hwrng: stm32 "
` [PATCH 11/12] hwrng: timeriomem "
` [PATCH 12/12] hwrng: xgene "

[PATCH v7 00/13] Introduce STM32 Firewall framework
 2023-12-11 18:48 UTC  (15+ messages)
` [PATCH v7 01/13] dt-bindings: document generic access controllers
` [PATCH v7 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v7 03/13] dt-bindings: bus: document RIFSC
` [PATCH v7 04/13] dt-bindings: bus: document ETZPC
` [PATCH v7 05/13] firewall: introduce stm32_firewall framework
` [PATCH v7 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v7 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v7 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v7 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v7 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v7 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v7 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v7 13/13] ARM: dts: stm32: put ETZPC as an access controller "

[PATCH net-next v1 00/10] Add Marvell CPT CN10KB/CN10KA B0 support
 2023-12-11 17:15 UTC  (13+ messages)
` [PATCH net-next v1 01/10] crypto: octeontx2: remove CPT block reset
` [PATCH net-next v1 02/10] :crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH net-next v1 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt
` [PATCH net-next v1 04/10] crypto: octeontx2: add devlink option to set t106 mode
` [PATCH net-next v1 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip
` [PATCH net-next v1 06/10] crypto: octeontx2: add LF reset on queue disable
` [PATCH net-next v1 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox
` [PATCH net-next v1 08/10] crypto: octeontx2: add ctx_val workaround
` [PATCH net-next v1 09/10] crypto/octeontx2: register error interrupts for inline cptlf
` [PATCH net-next v1 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF

[PATCH] crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg()
 2023-12-11 13:59 UTC 

[PATCH 0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings
 2023-12-11 11:42 UTC  (3+ messages)
` [PATCH 1/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove
` [PATCH 2/2] crypto: virtio-crypto: Fix gcc check warnings

[PATCH v2] crypto: octeontx2: Fix cptvf driver cleanup
 2023-12-11 10:29 UTC 

Building signed debs
 2023-12-11 10:24 UTC  (2+ messages)

[PATCH] crypto: octeontx2: Fix cptvf driver cleanup
 2023-12-11  4:45 UTC 

[PATCH] hwrng: virtio - Remove usage of the deprecated ida_simple_xx() API
 2023-12-10 18:41 UTC 

[v3 PATCH 4/4] crypto: algif_skcipher - Fix stream cipher chaining
 2023-12-10 13:53 UTC  (2+ messages)

[PATCH 0/2] crypto: hisilicon - optimize the processing of qm and sec functions
 2023-12-09  7:01 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/qm - delete a dbg function
` [PATCH 2/2] crypto: hisilicon/sec2 - optimize the error return process

[PATCH v11 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-12-08 22:13 UTC  (4+ messages)
` [PATCH v11 14/14] dmaengine: idxd: Add support for device/wq defaults

[PATCH v2] crypto: virtio-crypto: Handle dataq logic with tasklet
 2023-12-08 12:18 UTC  (3+ messages)

[PATCH v2 00/13] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-08  4:18 UTC  (4+ messages)
` [PATCH v2 05/13] crypto: simd - Update `walksize` in simd skcipher

[PATCH 0/5] crypto: hisilicon - fix the process to obtain capability register value
 2023-12-08  4:10 UTC  (2+ messages)

[PATCH 1/7] crypto: sahara - remove FLAGS_NEW_KEY logic
 2023-12-08  4:09 UTC  (2+ messages)

[PATCH v2] crypto: safexcel - Add error handling for dma_map_sg() calls
 2023-12-08  4:09 UTC  (2+ messages)

[PATCH] hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()
 2023-12-08  4:08 UTC  (2+ messages)

[PATCH] crypto/octeontx2: By default allocate one CPT LF per CPT VF
 2023-12-08  4:08 UTC  (2+ messages)

[PATCH] crypto: qat - add NULL pointer check
 2023-12-08  4:07 UTC  (2+ messages)

[PATCH] crypto: qat - fix mutex ordering in adf_rl
 2023-12-08  4:07 UTC  (2+ messages)

[PATCH] crypto: qat - fix error path in add_update_sla()
 2023-12-08  4:07 UTC  (2+ messages)

crypto: s390/aes - Fix buffer overread in CTR mode
 2023-12-08  4:06 UTC  (3+ messages)

[PATCH] MAINTAINERS: update SEC2/HPRE driver maintainers list
 2023-12-08  4:05 UTC  (2+ messages)

[PATCH] [v2] crypto: ccp - fix memleak in ccp_init_dm_workarea
 2023-12-08  4:04 UTC  (2+ messages)

[PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-12-07 19:59 UTC  (4+ messages)
` [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-07 15:31 UTC  (6+ messages)

[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
 2023-12-07 12:14 UTC  (3+ messages)

[PATCH] crypto: algboss - avoid creating duplicated cipher instances
 2023-12-07 10:36 UTC  (2+ messages)
` [PATCH] crypto: api - Disallow identical driver names

[PATCH 0/3] hwrng: starfive: Add support for JH8100
 2023-12-07  2:33 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: rng: starfive: Add jh8100 compatible string
` [PATCH 2/3] hwrng: starfive - Update "
` [PATCH 3/3] hwrng: starfive - Add suspend-to-idle support

[PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet
 2023-12-06 11:47 UTC  (5+ messages)

Weird EROFS data corruption
 2023-12-06  3:11 UTC  (12+ messages)

[PATCH 0/8] crypto: Add lskcipher API type
 2023-12-06  1:44 UTC  (8+ messages)
` [PATCH 4/8] crypto: skcipher - Add lskcipher


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