linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-31 05:14:09 to 2023-04-06 14:00:05 UTC [more...]

[PATCH v6 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-04-06 13:59 UTC  (15+ messages)
` [PATCH v6 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v6 02/11] dt-bindings: dma: Increase iommu maxItems for BAM DMA
` [PATCH v6 03/11] arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string
` [PATCH v6 04/11] arm64: dts: qcom: sdm845: Fix the slimbam "
` [PATCH v6 05/11] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
` [PATCH v6 06/11] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
` [PATCH v6 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support
` [PATCH v6 08/11] arm64: dts: qcom: sm8150: "
` [PATCH v6 09/11] arm64: dts: qcom: sm8250: "
` [PATCH v6 10/11] arm64: dts: qcom: sm8350: "
` [PATCH v6 11/11] arm64: dts: qcom: sm8450: add crypto nodes

[PATCH v8 0/6] Use CCP driver to handle PSP I2C arbitration
 2023-04-06 11:58 UTC  (7+ messages)
` [PATCH v8 1/6] crypto: ccp: Drop extra doorbell checks
` [PATCH v8 2/6] crypto: ccp: Bump up doorbell debug message to error
` [PATCH v8 3/6] crypto: ccp: Return doorbell status code as an argument
` [PATCH v8 4/6] crypto: ccp: Use lower 8 bytes to communicate with doorbell command register

[herbert-cryptodev-2.6:master 99/105] include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_385' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct crypt_ctl) != 64
 2023-04-06 10:28 UTC 

[PATCH v5] crypto: hisilicon/trng - add support for HiSTB TRNG
 2023-04-06  8:53 UTC  (2+ messages)

[PATCH 0/4] Atmel crypto engine fixes
 2023-04-06  8:50 UTC  (2+ messages)

[PATCH 0/3] crypto: Move Intel crypto drivers to drivers/crypto/intel
 2023-04-06  8:50 UTC  (6+ messages)
` [PATCH 1/3] crypto: keembay - Move driver to drivers/crypto/intel/keembay
` [PATCH 2/3] crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx

[PATCH] crypto: ccp - Clear PSP interrupt status register before calling handler
 2023-04-06  8:50 UTC  (2+ messages)

[PATCH] crypto: Jitter RNG - Permanent and Intermittent health errors
 2023-04-06  8:50 UTC  (3+ messages)
` [PATCH v4] crypto: jitter - permanent and intermittent "

[PATCH v2 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-04-06  8:00 UTC  (3+ messages)
` [PATCH v2 12/15] crypto: iaa - Add support for iaa_crypto deflate compression algorithm

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-04-06  3:47 UTC  (53+ messages)
` [PATCH V4 01/23] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V4 02/23] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH V4 03/23] ACPICA: Add structure definitions for RISC-V RHCT
` [PATCH V4 04/23] ACPI: tables: Print RINTC information when MADT is parsed
` [PATCH V4 05/23] ACPI: OSL: Make should_use_kmap() 0 for RISC-V
` [PATCH V4 06/23] RISC-V: Add support to build the ACPI core
` [PATCH V4 07/23] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V4 08/23] RISC-V: ACPI: Cache and retrieve the RINTC structure
` [PATCH V4 09/23] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V4 10/23] RISC-V: smpboot: Create wrapper smp_setup()
` [PATCH V4 11/23] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V4 12/23] RISC-V: cpufeature: Avoid calling riscv_of_processor_hartid()
` [PATCH V4 13/23] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V4 14/23] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V4 15/23] irqchip/riscv-intc: Add ACPI support
` [PATCH V4 16/23] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V4 17/23] clocksource/timer-riscv: Add ACPI support
` [PATCH V4 18/23] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V4 19/23] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V4 20/23] RISC-V: Enable ACPI in defconfig
` [PATCH V4 21/23] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V4 22/23] platform/surface: Disable for RISC-V
` [PATCH V4 23/23] crypto: hisilicon/qm: Workaround to enable build with RISC-V clang

[RFC PATCH] fsverity: use shash API instead of ahash API
 2023-04-06  0:37 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-05 23:48 UTC  (15+ messages)
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-05 15:04 UTC  (4+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

remove crc32c_impl
 2023-04-05 14:07 UTC  (5+ messages)
` [PATCH 1/2] btrfs: don't print the crc32c implementtion at load time
` [PATCH 2/2] libcrc32c: remove crc32c_impl

[PATCH] crypto: caam - refactor RNG initialization
 2023-04-05 10:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 2/2] crypto: caam - OP-TEE firmware support
 2023-04-05  9:07 UTC  (7+ messages)
` [PATCH v2 0/2] No access to CAAM page 0 registers
  ` [PATCH v2 2/2] crypto: caam - OP-TEE firmware support
    ` [PATCH v3 0/2] No access to CAAM page 0 registers
      ` [PATCH v3 1/2] crypto: caam - reduce page 0 regs access to minimum
      ` [PATCH v3 2/2] crypto: caam - OP-TEE firmware support

[PATCH v3 0/8] Support ACPI PSP on Hyper-V
 2023-04-05  8:50 UTC  (14+ messages)

Kernel panic, CONFIG_FIPS_SIGNATURE_SELFTEST, missing dependency
 2023-04-05  3:15 UTC 

W sprawie samochodu
 2023-04-04  7:45 UTC 

[PATCH v5 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-04-04 13:41 UTC  (19+ messages)
` [PATCH v5 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v5 02/11] dt-bindings: dma: Increase iommu maxItems for BAM DMA
` [PATCH v5 03/11] arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string
` [PATCH v5 04/11] arm64: dts: qcom: sdm845: Fix the slimbam "
` [PATCH v5 05/11] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
` [PATCH v5 06/11] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
` [PATCH v5 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support
` [PATCH v5 08/11] arm64: dts: qcom: sm8150: "
` [PATCH v5 09/11] arm64: dts: qcom: sm8250: "
` [PATCH v5 10/11] arm64: dts: qcom: sm8350: "
` [PATCH v5 11/11] arm64: dts: qcom: sm8450: add crypto nodes

[PATCH v5 0/6] Add dedicated Qcom ICE driver
 2023-04-04 11:03 UTC  (12+ messages)
` [PATCH v5 1/6] dt-bindings: crypto: Add Qualcomm Inline Crypto Engine
` [PATCH v5 2/6] dt-bindings: ufs: qcom: Add ICE phandle
` [PATCH v5 3/6] soc: qcom: Make the Qualcomm UFS/SDCC ICE a dedicated driver
` [PATCH v5 4/6] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [PATCH v5 5/6] mmc: sdhci-msm: "
` [PATCH v5 6/6] arm64: dts: qcom: sm8550: Add the Inline Crypto Engine node

[PATCH] crypto: ccp: Don't initialize CCP for PSP 0x1649
 2023-04-03 17:55 UTC  (2+ messages)

[PATCH V2 0/4] crypto: Add Xilinx ZynqMP RSA driver support
 2023-04-03  9:47 UTC  (4+ messages)
` [PATCH V2 3/4] crypto: xilinx: Add ZynqMP RSA driver

[PATCH] crypto: algif_hash - Allocate hash state with kmalloc
 2023-04-03  6:59 UTC  (7+ messages)
` [PATCH] crypto: hash - Remove maximum statesize limit

[PATCH] crypto: api - Move low-level functions into algapi.h
 2023-04-03  4:48 UTC 

[PATCH v4] crypto: hisilicon/trng - add support for HiSTB TRNG
 2023-04-03  4:18 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 6/7] verify_pefile: relax wrapper length check
 2023-04-01  1:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 7/7] asymmetric_keys: log on fatal failures in PE/pkcs7

[PATCH AUTOSEL 4.14 3/3] verify_pefile: relax wrapper length check
 2023-04-01  1:44 UTC 

[PATCH AUTOSEL 4.19 4/4] verify_pefile: relax wrapper length check
 2023-04-01  1:44 UTC 

[PATCH AUTOSEL 5.4 5/6] verify_pefile: relax wrapper length check
 2023-04-01  1:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 6/6] asymmetric_keys: log on fatal failures in PE/pkcs7

[PATCH AUTOSEL 5.15 08/11] verify_pefile: relax wrapper length check
 2023-04-01  1:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 09/11] asymmetric_keys: log on fatal failures in PE/pkcs7

[PATCH AUTOSEL 6.1 16/24] verify_pefile: relax wrapper length check
 2023-04-01  1:42 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 17/24] asymmetric_keys: log on fatal failures in PE/pkcs7

[PATCH AUTOSEL 6.2 17/25] verify_pefile: relax wrapper length check
 2023-04-01  1:41 UTC  (2+ messages)
` [PATCH AUTOSEL 6.2 18/25] asymmetric_keys: log on fatal failures in PE/pkcs7

[PATCH v4 00/11] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-03-31 19:55 UTC  (14+ messages)
` [PATCH v4 01/11] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v4 02/11] dt-bindings: dma: Increase iommu maxItems for BAM DMA
` [PATCH v4 03/11] arm64: dts: qcom: sdm8550: Fix the BAM DMA engine compatible string
` [PATCH v4 04/11] arm64: dts: qcom: sdm845: Fix the slimbam "
` [PATCH v4 05/11] dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCs
` [PATCH v4 06/11] dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290
` [PATCH v4 07/11] arm64: dts: qcom: sm6115: Add Crypto Engine support
` [PATCH v4 08/11] arm64: dts: qcom: sm8150: "
` [PATCH v4 09/11] arm64: dts: qcom: sm8250: "
` [PATCH v4 10/11] arm64: dts: qcom: sm8350: "
` [PATCH v4 11/11] arm64: dts: qcom: sm8450: add crypto nodes

[PATCH v7 0/6] Use CCP driver to handle PSP I2C arbitration
 2023-03-31 19:34 UTC  (8+ messages)
` [PATCH v7 1/6] crypto: ccp: Drop extra doorbell checks
` [PATCH v7 3/6] crypto: ccp: Return doorbell status code as an argument
` [PATCH v7 4/6] crypto: ccp: Use lower 8 bytes to communicate with doorbell command register

[PATCH] dt-bindings: crypto: sec-v4.0-mon: add snvs power off support
 2023-03-31 18:33 UTC  (2+ messages)

[PATCH v3 21/55] crypto: af_alg: Pin pages rather than ref'ing if appropriate
 2023-03-31 16:09 UTC  (8+ messages)
` [PATCH v3 22/55] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v3 23/55] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH v3 24/55] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH v3 25/55] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 26/55] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [PATCH v3 44/55] algif: Remove hash_sendpage*()
` [PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH] crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helper
 2023-03-31 10:06 UTC  (2+ messages)

[PATCH v3] crypto - img-hash: Depend on OF and silence compile test warning
 2023-03-31 10:05 UTC  (2+ messages)

[PATCH] crypto: sa2ul - Add CRYPTO_DES to CRYPTO_DEV_SA2UL
 2023-03-31 10:05 UTC  (2+ messages)

[PATCH v2] crypto: caam: Clear some memory in instantiate_rng()
 2023-03-31  9:53 UTC  (2+ messages)

[PATCH v2] crypto: hisilicon/trng - add support for HiSTB TRNG
 2023-03-31  9:06 UTC  (2+ messages)

[PATCH v3 0/9] arm64: qcom: Enable Crypto Engine for a few Qualcomm SoCs
 2023-03-31  5:51 UTC  (7+ messages)
` [PATCH v3 1/9] dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs
` [PATCH v3 3/9] dt-bindings: qcom-qce: Fix compatibles combinations for SM8150 and IPQ4019 SoCs

[PATCH v4 0/7] Add dedicated Qcom ICE driver
 2023-03-31  5:13 UTC  (4+ messages)
` [PATCH v4 5/7] scsi: ufs: ufs-qcom: Switch to the new ICE API


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).