public inbox for linux-crypto@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-21 11:05:35 to 2025-03-27 16:20:12 UTC [more...]

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 16:20 UTC  (62+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH v6 5/6] tpm: Add a driver for Loongson TPM device
 2025-03-27 13:31 UTC  (4+ messages)
` [PATCH v6 6/6] MAINTAINERS: Add tpm_loongson.c to LOONGSON CRYPTO DRIVER entry

[v2 PATCH 00/11] Multibuffer hashing take two
 2025-03-27  9:09 UTC  (14+ messages)
` [v2 PATCH 03/11] crypto: hash - Add request chaining API
    ` [PATCH] crypto: sa2ul - Use proper helpers to setup request
        ` [v2 PATCH] "
                  ` [PATCH] crypto: testmgr - Initialise full_sgl properly

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-27  5:00 UTC  (4+ messages)
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO

[PATCH v6 0/6] Drivers for Loongson security engine
 2025-03-27  2:18 UTC  (5+ messages)
` [PATCH v6 1/6] mfd: Add support for Loongson Security Module
` [PATCH v6 2/6] MAINTAINERS: Add entry for Loongson Security Module driver
` [PATCH v6 3/6] crypto: loongson - add Loongson RNG driver support
` [PATCH v6 4/6] MAINTAINERS: Add entry for Loongson RNG driver

linux-6.14/arch/arm64/lib/crc-t10dif-glue.c bug report
 2025-03-26 20:11 UTC  (2+ messages)

Extending the kernel crypto uAPI to support decryption into secure buffers
 2025-03-26 16:59 UTC  (2+ messages)

[PATCH] crypto: qat - remove initialization in device class
 2025-03-26 16:23 UTC 

[PATCH 0/8] crypto: qat - fix warm reboot
 2025-03-26 15:59 UTC  (9+ messages)
` [PATCH 1/8] crypto: qat - add shutdown handler to qat_4xxx
` [PATCH 2/8] crypto: qat - add shutdown handler to qat_420xx
` [PATCH 3/8] crypto: qat - remove redundant prototypes in qat_dh895xcc
` [PATCH 4/8] crypto: qat - add shutdown handler to qat_dh895xcc
` [PATCH 5/8] crypto: qat - remove redundant prototypes in qat_c62x
` [PATCH 6/8] crypto: qat - add shutdown handler to qat_c62x
` [PATCH 7/8] crypto: qat - remove redundant prototypes in qat_c3xxx
` [PATCH 8/8] crypto: qat - add shutdown handler to qat_c3xxx

[PATCH] crypto: tegra: Fix IV usage for AES ECB
 2025-03-26 14:51 UTC 

[linus:master] [hwrng] fb10c7a846: WARNING:at_drivers/char/hw_random/core.c:#hwrng_fillfn
 2025-03-26  6:33 UTC 

[RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
 2025-03-26  4:26 UTC  (3+ messages)

[GIT PULL] Crypto Update for 6.5
 2025-03-26  3:52 UTC  (19+ messages)
` [GIT PULL] Crypto Update for 6.6
  ` [GIT PULL] Crypto Update for 6.7
    ` [GIT PULL] Crypto Update for 6.8
      ` [GIT PULL] Crypto Update for 6.9
        ` [GIT PULL] Crypto Update for 6.10
          ` [GIT PULL] Crypto Update for 6.11
            ` [GIT PULL] Crypto Update for 6.12
              ` [GIT PULL] Crypto Update for 6.13
                ` [GIT PULL] Crypto Update for 6.14
                  ` [GIT PULL] Crypto Update for 6.15

[GIT PULL] CRC updates for 6.15
 2025-03-26  2:05 UTC  (2+ messages)

s390 hmac
 2025-03-26  0:54 UTC  (7+ messages)

[PATCH] MAINTAINERS: Update email address for Arnaud Ebalard
 2025-03-25  8:48 UTC  (5+ messages)
  ` [PATCH] MAINTAINERS: Remove Arnaud Ebalard as the address is bouncing

KASAN: use-after-free Read in poly1305_update_arch
 2025-03-25  1:33 UTC  (4+ messages)

[PATCH v7 0/8] Move initializing SEV/SNP functionality to KVM
 2025-03-24 21:15 UTC  (9+ messages)
` [PATCH v7 1/8] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
` [PATCH v7 2/8] crypto: ccp: Move dev_info/err messages for SEV/SNP init and shutdown
` [PATCH v7 3/8] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls
` [PATCH v7 4/8] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v7 5/8] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v7 6/8] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v7 7/8] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v7 8/8] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH v2] mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()
 2025-03-24 21:15 UTC  (2+ messages)

[RFC PATCH v3 00/13] Clavis LSM
 2025-03-24 17:44 UTC  (35+ messages)

[PATCH 0/2] prandom: add crypto warnings and switch to new PRNG
 2025-03-24 17:32 UTC  (5+ messages)
` [PATCH 2/2] prandom/random32: switch to Xoshiro256++

[v3 PATCH 0/8] crypto: acomp - Add request chaining and virtual address support
 2025-03-24  9:39 UTC  (5+ messages)
` [v3 PATCH 5/8] crypto: acomp - Add request chaining and virtual addresses

caam hashing
 2025-03-24  9:30 UTC  (5+ messages)
` [EXT] "

[PATCH] crypto: qat - power up 4xxx device
 2025-03-24  9:27 UTC  (3+ messages)

[PATCH] crypto: iaa - Remove unused disable_async argument from iaa_decompress
 2025-03-24  4:08 UTC 

[PATCH] crypto: iaa - Do not clobber req->base.data
 2025-03-24  4:04 UTC 

[PATCH] crypto: iaa - Move compression CRC into request object
 2025-03-24  3:57 UTC 

[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
 2025-03-23 18:17 UTC  (7+ messages)
` [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions

[PATCH] crypto: essiv - Replace memcpy() + NUL-termination with strscpy()
 2025-03-23 13:08 UTC  (4+ messages)

[RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface
 2025-03-23 11:35 UTC  (2+ messages)

[RFC PATCH security-next 0/4] Introducing Hornet LSM
 2025-03-22 21:43 UTC  (15+ messages)
` [RFC PATCH security-next 1/4] security: "
` [RFC PATCH security-next 2/4] hornet: Introduce sign-ebpf
` [RFC PATCH security-next 3/4] hornet: Add an example lskel data extactor script
` [RFC PATCH security-next 4/4] selftests/hornet: Add a selftest for the hornet LSM

[PATCH] crypto: arm/ghash-ce - Remove SIMD fallback code path
 2025-03-21 19:06 UTC  (4+ messages)

[PATCH] crypto: lib/chacha - remove unused arch-specific init support
 2025-03-21 11:07 UTC  (2+ messages)

[PATCH] [v2] crypto: lib/Kconfig: hide library options
 2025-03-21 11:06 UTC  (2+ messages)

[PATCH] crypto: qat - remove access to parity register for QAT GEN4
 2025-03-21 11:06 UTC  (2+ messages)

[PATCH] crypto: qat - set parity error mask for qat_420xx
 2025-03-21 11:06 UTC  (2+ messages)

[PATCH] crypto: tegra: fix size_t format string
 2025-03-21 11:05 UTC  (2+ messages)

[PATCH 0/3] crypto: qat - add improvements to FW loader
 2025-03-21 11:05 UTC  (2+ messages)

[PATCH] crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()
 2025-03-21 11:05 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