messages from 2025-06-10 18:48:19 to 2025-06-30 16:09:20 UTC [more...]
[PATCH v2 00/14] SHA-256 library improvements
2025-06-30 16:06 UTC
[PATCH v3 00/16] SHA-512 library functions
2025-06-30 16:03 UTC (17+ messages)
` [PATCH v3 01/16] crypto: sha512 - Rename conflicting symbols
` [PATCH v3 02/16] lib/crypto: sha512: Add support for SHA-384 and SHA-512
` [PATCH v3 03/16] lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v3 04/16] crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn
` [PATCH v3 05/16] crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library
` [PATCH v3 06/16] crypto: sha512 - Use same state format as legacy drivers
` [PATCH v3 07/16] lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 08/16] lib/crypto: arm64/sha512: "
` [PATCH v3 09/16] mips: cavium-octeon: Move octeon-crypto.h into asm directory
` [PATCH v3 10/16] lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
` [PATCH v3 11/16] lib/crypto: riscv/sha512: "
` [PATCH v3 12/16] lib/crypto: s390/sha512: "
` [PATCH v3 13/16] lib/crypto: sparc/sha512: "
` [PATCH v3 14/16] lib/crypto: x86/sha512: "
` [PATCH v3 15/16] lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0
` [PATCH v3 16/16] crypto: sha512 - Remove sha512_base.h
kernel/fork.c:3088:2: warning: clone3() entry point is missing, please fix
2025-06-30 15:24 UTC (7+ messages)
[PATCH] kmap: fix header include to reflect actual path
2025-06-27 17:31 UTC (3+ messages)
[PATCH 00/18] SHA-256 library improvements
2025-06-25 7:08 UTC (19+ messages)
` [PATCH 01/18] libceph: Rename hmac_sha256() to ceph_hmac_sha256()
` [PATCH 02/18] cxl/test: Simplify fw_buf_checksum_show()
` [PATCH 03/18] crypto: sha512 - Use the correct legacy export format
` [PATCH 04/18] lib/crypto: sha512: Reorder some code in sha512.c
` [PATCH 05/18] lib/crypto: sha512: Do not include <crypto/internal/sha2.h>
` [PATCH 06/18] lib/crypto: sha512: Fix a grammatical error in kerneldoc comments
` [PATCH 07/18] lib/crypto: sha256: Reorder some code
` [PATCH 08/18] lib/crypto: sha256: Remove sha256_blocks_simd()
` [PATCH 09/18] lib/crypto: sha256: Add sha224() and sha224_update()
` [PATCH 10/18] lib/crypto: sha256: Make library API use strongly-typed contexts
` [PATCH 11/18] lib/crypto: sha256: Propagate sha256_block_state type to implementations
` [PATCH 12/18] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support
` [PATCH 13/18] crypto: sha256 - Wrap library and add HMAC support
` [PATCH 14/18] crypto: sha256 - Use same state format as legacy drivers
` [PATCH 15/18] lib/crypto: sha512: Remove sha256_is_arch_optimized()
` [PATCH 16/18] lib/crypto: sha256: Consolidate into single module
` [PATCH 17/18] lib/crypto: sha256: Sync sha256_update() with sha512_update()
` [PATCH 18/18] lib/crypto: sha256: Document the SHA-224 and SHA-256 API
[PATCH 0/3] use vm_flags_t consistently
2025-06-25 6:47 UTC (39+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-06-25 1:09 UTC (7+ messages)
` [PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
` [PATCH v2 10/14] loongarch: "
[PATCH v2 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-24 2:44 UTC (16+ messages)
` [PATCH v2 1/9] lib/crypto: arm: move arch/arm/lib/crypto/ into lib/crypto/
` [PATCH v2 2/9] lib/crypto: arm64: move arch/arm64/lib/crypto/ "
` [PATCH v2 3/9] lib/crypto: mips: move arch/mips/lib/crypto/ "
` [PATCH v2 4/9] lib/crypto: powerpc: move arch/powerpc/lib/crypto/ "
` [PATCH v2 5/9] lib/crypto: riscv: move arch/riscv/lib/crypto/ "
` [PATCH v2 6/9] lib/crypto: s390: move arch/s390/lib/crypto/ "
` [PATCH v2 7/9] lib/crypto: sparc: move arch/sparc/lib/crypto/ "
` [PATCH v2 8/9] lib/crypto: x86: move arch/x86/lib/crypto/ "
` [PATCH v2 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH v2 00/17] SHA-512 library functions
2025-06-20 21:42 UTC (28+ messages)
` [PATCH v2 01/17] crypto: sha512 - rename conflicting symbols
` [PATCH v2 02/17] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH v2 03/17] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v2 04/17] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH v2 05/17] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH v2 06/17] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH v2 07/17] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH v2 08/17] crypto: sha512 - use same state format as legacy drivers
` [PATCH v2 09/17] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH v2 10/17] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH v2 11/17] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH v2 12/17] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH v2 13/17] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH v2 14/17] lib/crypto/sha512: migrate s390-optimized "
` [PATCH v2 15/17] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH v2 16/17] lib/crypto/sha512: migrate x86-optimized "
` [PATCH v2 17/17] crypto: sha512 - remove sha512_base.h
[PATCH RESEND] sparc: Remove commented out code
2025-06-19 15:01 UTC
[PATCH RESEND] sbus: envctrl: Fix typo in comment
2025-06-19 14:53 UTC
[PATCH 0/6] mm: Consolidate lazy MMU mode context
2025-06-19 9:53 UTC (12+ messages)
` [PATCH 1/6] mm: Cleanup apply_to_pte_range() routine
` [PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
` [PATCH 3/6] mm/debug: Detect wrong arch_enter_lazy_mmu_mode() contexts
` [PATCH 4/6] sparc/mm: Do not disable preemption in lazy MMU mode
` [PATCH 5/6] powerpc/64s: "
` [PATCH 6/6] powerpc/64s: Do not re-activate batched TLB flush
[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
2025-06-18 2:52 UTC (12+ messages)
` [PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
` [PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
` [PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
` [PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
` [PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
` [PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
` [PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
` [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
` [PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern
[PATCH 00/16] SHA-512 library functions
2025-06-16 4:09 UTC (34+ messages)
` [PATCH 01/16] crypto: sha512 - rename conflicting symbols
` [PATCH 02/16] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH 03/16] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH 04/16] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH 05/16] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH 06/16] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH] crypto: ahash - Stop legacy tfms from using the set_virt fallback path
` [PATCH] crypto: ahash - Fix infinite recursion in ahash_def_finup
` [PATCH 08/16] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH 09/16] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH 10/16] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH 11/16] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH 12/16] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH 13/16] lib/crypto/sha512: migrate s390-optimized "
` [PATCH 14/16] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH 15/16] lib/crypto/sha512: migrate x86-optimized "
` [PATCH 16/16] crypto: sha512 - remove sha512_base.h
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (11+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).