linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-29 00:14:25 to 2023-05-12 10:58:45 UTC [more...]

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

[PATCH] caam: imx: fix the built-in caam driver cannot match soc_id
 2023-05-12 15:10 UTC  (2+ messages)

[PATCH v7 0/4] crypto: starfive - Add drivers for crypto engine
 2023-05-12 10:55 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v7 2/4] crypto: starfive - Add crypto engine support
` [PATCH v7 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v7 4/4] crypto: starfive - Add hash and HMAC support

[PATCH] crypto: sa2ul: change unsafe data size limit to 255 bytes
 2023-05-12 10:40 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-05-11 23:32 UTC  (16+ messages)
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v5 00/12] x86: Support Key Locker
 2023-05-11 23:19 UTC  (25+ messages)
` [PATCH v6 "
  ` [PATCH v6 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time
  ` [PATCH v6 08/12] x86/PM/keylocker: Restore internal wrapping key on resume from ACPI S3/4
  ` [PATCH v6 10/12] crypto: x86/aes - Prepare for a new AES implementation
  ` [PATCH v6 11/12] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions

[PATCH 0/3] Add digitalSignature enforcement keyring restrictions
 2023-05-11 22:48 UTC  (8+ messages)
` [PATCH 1/3] KEYS: DigitalSignature link restriction
` [PATCH 2/3] integrity: Enforce digitalSignature usage in the ima and evm keyrings
` [PATCH 3/3] integrity: Remove EXPERIMENTAL from Kconfig

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

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-05-11 16:21 UTC  (46+ messages)
` [PATCH v6 01/14] x86/boot: Place kernel_info at a fixed offset
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 03/14] x86: Secure Launch Kconfig
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 05/14] x86: Secure Launch main "
` [PATCH v6 06/14] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub
` [PATCH v6 08/14] x86: Secure Launch kernel late "
` [PATCH v6 09/14] x86: Secure Launch SMP bringup support
` [PATCH v6 10/14] kexec: Secure Launch kexec SEXIT support
` [PATCH v6 11/14] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v6 12/14] x86: Secure Launch late initcall platform module
` [PATCH v6 13/14] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch
` [PATCH v6 14/14] x86: EFI stub DRTM launch support "

[syzbot] [crypto?] KCSAN: data-race in random_recv_done / virtio_read (3)
 2023-05-11 15:11 UTC  (14+ messages)
  ` [PATCH] hwrng: virtio - Fix race on data_avail and actual data
      ` [v2 PATCH] "

[PATCH] uacce: use filep->f_mapping to replace inode->i_mapping
 2023-05-11  9:59 UTC  (7+ messages)
` [PATCH v2 0/2] uacce misc fix
  ` [PATCH v2 1/2] uacce: use q->mapping to replace inode->i_mapping
  ` [PATCH v2 2/2] uacce: vma_close clears q->qfrs when freeing qfrs

[PATCH 0/3] hwrng: imx-rngc - simplify register definitions
 2023-05-11  7:43 UTC  (4+ messages)
` [PATCH 1/3] hwrng: imx-rngc - use bitfield macros to read fifo level

[PATCH] crypto: lib/sha256 - Use generic code from sha256_base
 2023-05-11  4:30 UTC 

[PATCH] crypto: lib/sha256 - Remove redundant and unused sha224_update
 2023-05-11  4:29 UTC 

[PATCH] Crypto: Fix one bug when use kernel ecdsa algorithm
 2023-05-10  7:51 UTC 

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

[PATCH v4 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-05-09 18:17 UTC  (20+ messages)
` [PATCH v4 01/15] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v4 02/15] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v4 03/15] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v4 04/15] dmaengine: idxd: Export descriptor management functions
` [PATCH v4 05/15] dmaengine: idxd: Export wq resource "
` [PATCH v4 06/15] dmaengine: idxd: Add wq private data accessors
` [PATCH v4 07/15] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v4 08/15] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v4 09/15] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v4 10/15] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v4 11/15] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v4 12/15] crypto: iaa - Add support for iaa_crypto deflate compression algorithm
` [PATCH v4 13/15] crypto: iaa - Add support for default IAA 'canned' compression mode
` [PATCH v4 14/15] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v4 15/15] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-05-09 10:09 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: ufs: qcom: Add ICE phandle
` [PATCH v7 3/3] mmc: sdhci-msm: Switch to the new ICE API

Pompy ciepła - nowe warunki
 2023-05-08  7:31 UTC 

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-09  7:20 UTC  (7+ messages)

[PATCH 11/13] crypto: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-09  2:18 UTC  (2+ messages)

[syzbot] [crypto?] general protection fault in __aria_aesni_avx_gfni_crypt_16way
 2023-05-08  7:53 UTC 

[GIT PULL] Crypto Fixes for 5.17
 2023-05-07 18:12 UTC  (12+ messages)
  ` [GIT PULL] Crypto Fixes for 5.18
    ` [GIT PULL] Crypto Fixes for 5.19
          ` [GIT PULL] Crypto Fixes for 6.1
              ` [GIT PULL] Crypto Fixes for 6.2
                ` [GIT PULL] Crypto Fixes for 6.3
                  ` [GIT PULL] Crypto Fixes for 6.4

[PATCH AUTOSEL 6.1 21/49] crypto: jitter - permanent and intermittent health errors
 2023-05-04 19:45 UTC 

[PATCH AUTOSEL 6.2 24/53] crypto: jitter - permanent and intermittent health errors
 2023-05-04 19:43 UTC 

[PATCH AUTOSEL 6.3 27/59] crypto: jitter - permanent and intermittent health errors
 2023-05-04 19:41 UTC 

[PATCH] crypto: hash - Add default handlers for digest, export, import
 2023-05-04  9:35 UTC  (2+ messages)

[PATCH] crypto: api - Fix CRYPTO_USER checks for report function
 2023-05-02 10:26 UTC  (2+ messages)

[PATCH] crypto: engine - fix crypto_queue backlog handling
 2023-05-02  7:19 UTC  (2+ messages)
  ` [EXT] "

[PATCH V4 00/23] Add basic ACPI support for RISC-V
 2023-05-02  1:28 UTC  (4+ messages)
` [PATCH V4 13/23] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()

[PATCH v3 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-05-01 20:48 UTC  (16+ messages)
` [PATCH v3 01/15] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v3 03/15] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v3 04/15] dmaengine: idxd: Export descriptor management functions
` [PATCH v3 05/15] dmaengine: idxd: Export wq resource "
` [PATCH v3 06/15] dmaengine: idxd: Add private_data to struct idxd_wq
` [PATCH v3 07/15] dmaengine: idxd: add callback support for iaa crypto

[PATCH v2 00/10] Add dynamic boost control support
 2023-05-01 19:57 UTC  (10+ messages)
` [PATCH v2 01/10] crypto: ccp: Rename macro for security attributes
` [PATCH v2 02/10] crypto: ccp: Add support for displaying PSP firmware versions
` [PATCH v2 03/10] crypto: ccp: Add bootloader and TEE version offsets
` [PATCH v2 04/10] crypto: ccp: move setting PSP master to earlier in the init

[PATCH] SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV
 2023-05-01 14:55 UTC  (4+ messages)

RPCSEC GSS krb5 KUnit test fails on arm64 with h/w accelerated ciphers enabled
 2023-05-01 13:02 UTC  (8+ messages)

[PATCH 0/3] crypto: LEA block cipher implementation
 2023-04-29  2:20 UTC  (4+ messages)
` [PATCH 1/3] "


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).