Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2026-05-15 20:14:18 to 2026-05-17 18:13:43 UTC [more...]

[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
 2026-05-17 18:13 UTC  (2+ messages)

[PATCH 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-17 18:06 UTC  (14+ messages)
` [PATCH] crypto: atmel - add capability-based I2C client selection
` [PATCH 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH 02/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH 03/12] crypto: atmel - move i2c client management instance into core driver
` [PATCH 04/12] crypto: atmel-ecc - simplify probe error handling
` [PATCH 05/12] crypto: atmel - factor out i2c client unregistration helper
` [PATCH 06/12] crypto: atmel-sha204a - add i2c hw client list and improve probe error handling
` [PATCH 07/12] crypto: atmel-sha204a - switch to module_i2c_driver
` [PATCH 08/12] crypto: atmel-ecc "
` [PATCH 09/12] crypto: atmel-ecc - simplify remove path and relax busy handling
` [PATCH 10/12] crypto: atmel-sha204a - guard remove path against missing client data
` [PATCH 11/12] crypto: atmel - move i2c client selection to core driver
` [PATCH 12/12] crypto: atmel - add capability-based I2C client selection

[PATCH] crypto: atmel-sha204a - fail on hwrng registration error in probe path
 2026-05-17 16:27 UTC 

[PATCH] crypto: atmel-sha204a - remove sysfs group before hwrng
 2026-05-17 12:37 UTC 

[PATCH v8] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2026-05-17 10:52 UTC 

[PATCH 2/2] crypto: omap-des - drop of_match_ptr from OF match table
 2026-05-17 10:36 UTC 

[PATCH 1/2] crypto: omap-des - add COMPILE_TEST and fix CONFIG_OF=n build
 2026-05-17 10:34 UTC 

[PATCH RFC 00/17] ext4/lib-crc: LBS performance part 1 - incremental CRC32c for bitmap checksums
 2026-05-17  4:18 UTC  (4+ messages)
` [PATCH RFC 01/17] lib/crc: add crc32c_flip_range() for incremental CRC update

[PATCH] MIPS: Remove unused arch/mips/crypto directory
 2026-05-17  3:20 UTC 

[PATCH] LoongArch: Remove unused arch/loongarch/crypto directory
 2026-05-17  3:14 UTC 

[PATCH] crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setup
 2026-05-16 23:42 UTC 

[PATCH v2] crypto: drivers - remove of_match_ptr from OF match tables
 2026-05-16 18:23 UTC 

[PATCH] crypto: eip93: - fix reset ring register definition
 2026-05-16 12:26 UTC 

[PATCH] crypto: drivers - remove of_match_ptr from OF match tables
 2026-05-16 11:49 UTC 

[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
 2026-05-15 23:51 UTC  (48+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 02/38] tpm: Move TPM1 specific definitions to the command header
` [PATCH v16 03/38] tpm: Move TPM2 "
` [PATCH v16 04/38] tpm: Move TPM common base "
` [PATCH v16 05/38] tpm: Move platform specific definitions to the new PTP header
` [PATCH v16 06/38] tpm: Remove main TPM header from TPM event log header
` [PATCH v16 07/38] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v16 08/38] tpm-buf: Remove chip parameter from tpm_buf_append_handle()
` [PATCH v16 09/38] tpm-buf: Implement managed allocations
` [PATCH v16 10/38] tpm-buf: Add TPM buffer support header for standalone reuse
` [PATCH v16 11/38] tpm/tpm_tis: Close all localities
` [PATCH v16 12/38] tpm/tpm_tis: Address positive localities in tpm_tis_request_locality()
` [PATCH v16 13/38] tpm/tpm_tis: Allow locality to be set to a different value
` [PATCH v16 14/38] tpm/sysfs: Show locality used by kernel
` [PATCH v16 15/38] Documentation/security: Secure Launch kernel documentation
` [PATCH v16 16/38] x86: Secure Launch Kconfig
` [PATCH v16 17/38] x86: Secure Launch Resource Table header file
` [PATCH v16 18/38] x86/efi: Secure Launch Resource Table EFI definitions "
` [PATCH v16 19/38] x86: Secure Launch main "
` [PATCH v16 20/38] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v16 21/38] lib/crypto: Add SHA1 support for pre-boot environments
` [PATCH v16 22/38] lib/crypto: Add SHA512 "
` [PATCH v16 23/38] x86: Allow WARN_trap() macro to be included in "
` [PATCH v16 24/38] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v16 25/38] x86/boot: Slight refactor of the 5 level paging logic
` [PATCH v16 26/38] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v16 27/38] x86: Add early SHA-256 "
` [PATCH v16 28/38] x86: Add early SHA-384/512 "
` [PATCH v16 29/38] x86/tpm: Early startup TPM PCR extending driver
` [PATCH v16 30/38] x86/slaunch: Add MLE header and Secure Launch entrypoint to the core kernel
` [PATCH v16 31/38] x86/slaunch: Secure Launch kernel early boot initialization
` [PATCH v16 32/38] x86/slaunch: Secure Launch kernel late "
` [PATCH v16 33/38] x86/slaunch: Secure Launch SMP bringup support
` [PATCH v16 34/38] kexec/slaunch: Secure Launch kexec SEXIT support
` [PATCH v16 35/38] reboot/slaunch: Secure Launch SEXIT support on reboot paths
` [PATCH v16 36/38] x86/slaunch: Secure Launch late initcall platform module
` [PATCH v16 37/38] x86/efistub: EFI stub DRTM support for Secure Launch
` [PATCH v16 38/38] x86/boot: Legacy boot "

[PATCH v1] include: Remove unused crypto-ux500.h
 2026-05-15 23:21 UTC  (2+ messages)

[PATCH net v4 1/3] crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
 2026-05-15 23:05 UTC 

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

[PATCH net-next 2/5] net/rxrpc: Use local FCrypt-PCBC implementation
 2026-05-15 20:58 UTC  (7+ messages)
  ` [PATCH net-next 0/5] Consolidate FCrypt and PCBC code into net/rxrpc/

cleanup the RAID6 P/Q library v2
 2026-05-15 19:59 UTC  (7+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6

[PATCH] crypto: atmel-i2c - drop redundant void * callback cast in enqueue
 2026-05-15 20:29 UTC 

[PATCH 00/12] crypto: atmel - refactor common i2c support and add SHA256 ahash support
 2026-05-15 20:29 UTC  (3+ messages)


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