linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 20:08:36 to 2025-08-27 22:11:10 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-27 22:01 UTC  (32+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v1 23/36] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within "
` [PATCH v1 25/36] drm/i915/gem: "
` [PATCH v1 26/36] mspro_block: "
` [PATCH v1 27/36] memstick: "
` [PATCH v1 28/36] mmc: "
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 31/36] vfio/pci: "

[PATCH 00/12] ChaCha and BLAKE2s cleanups
 2025-08-27 15:11 UTC  (13+ messages)
` [PATCH 01/12] arm: configs: Remove obsolete assignments to CRYPTO_CHACHA20_NEON
` [PATCH 02/12] crypto: chacha - register only "-lib" drivers
` [PATCH 03/12] lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()
` [PATCH 04/12] lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c
` [PATCH 05/12] lib/crypto: chacha: Rename libchacha.c to chacha.c
` [PATCH 06/12] lib/crypto: chacha: Consolidate into single module
` [PATCH 07/12] lib/crypto: x86/blake2s: Reduce size of BLAKE2S_SIGMA2
` [PATCH 08/12] lib/crypto: blake2s: Remove obsolete self-test
` [PATCH 09/12] lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code
` [PATCH 10/12] lib/crypto: blake2s: Move generic code into blake2s.c
` [PATCH 11/12] lib/crypto: blake2s: Consolidate into single C translation unit
` [PATCH 12/12] lib/crypto: tests: Add KUnit tests for BLAKE2s

[PATCH v3] crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
 2025-08-27 13:40 UTC  (2+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (79+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
                      ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                        ` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
  ` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
  ` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry

crypto ahash requests on the stack
 2025-08-27  9:36 UTC  (2+ messages)

[PATCH v3] crypto: caam - switch to use devm_kmemdup_array()
 2025-08-27  7:52 UTC 

[PATCH v2 0/3] Consolidate Poly1305 code and add RISC-V optimization
 2025-08-27  2:16 UTC  (5+ messages)
` [PATCH v2 1/3] lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()
` [PATCH v2 2/3] lib/crypto: poly1305: Consolidate into single module
` [PATCH v2 3/3] lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementation

[PATCH net-next v2 0/2] ipv6: sr: Simplify and optimize HMAC calculations
 2025-08-27  1:20 UTC  (4+ messages)
` [PATCH net-next v2 1/2] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions
` [PATCH net-next v2 2/2] ipv6: sr: Prepare HMAC key ahead of time

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-27  0:06 UTC  (23+ messages)
` [PATCH v11 18/24] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching

[syzbot] [crypto?] KMSAN: kernel-infoleak in rng_recvmsg
 2025-08-26 16:58 UTC  (5+ messages)
` [PATCH] crypto: Prevent "

[PATCH v2] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
 2025-08-26 16:25 UTC  (2+ messages)

[PATCH v2 0/3] crypto: hisilicon - add fallback function for hisilicon accelerater driver
 2025-08-26 11:52 UTC  (6+ messages)

[PATCH v7 0/5] KEYS: asymmetric: tpm2_key_{rsa,ecdsa}
 2025-08-26  8:25 UTC  (5+ messages)
` [PATCH v7 4/5] keys: asymmetric: Add tpm2_key_rsa

[PATCH v6 0/4] Add host kdump support for SNP
 2025-08-25 21:46 UTC  (5+ messages)
` [PATCH v6 1/4] iommu/amd: Add support to remap/unmap IOMMU buffers for kdump
` [PATCH v6 2/4] iommu/amd: Reuse device table "
` [PATCH v6 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot
` [PATCH v6 4/4] iommu/amd: Skip enabling command/event buffers for kdump

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-25 16:40 UTC  (12+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

[PATCH v2] crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
 2025-08-25 15:27 UTC  (2+ messages)

[PATCH drm-next v2] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash
 2025-08-25 14:55 UTC  (2+ messages)

[PATCH] drivers/char/random.c: Clean up style issues
 2025-08-25  8:47 UTC  (2+ messages)

[PATCH 0/4] uacce: driver fixes for memory leaks and state management
 2025-08-25  8:20 UTC  (8+ messages)
` [PATCH 1/4] uacce: fix for cdev memory leak
` [PATCH 2/4] uacce: fix isolate sysfs check condition
` [PATCH 3/4] uacce: implement mremap in uacce_vm_ops to return -EPERM
` [PATCH 4/4] uacce: ensure safe queue release with state management

[PATCH V6 0/3] crypto: Add Versal TRNG driver
 2025-08-25  7:17 UTC  (4+ messages)
` [PATCH V6 1/3] dt-bindings: crypto: Add node for True Random Number Generator
` [PATCH V6 2/3] crypto: xilinx: Add TRNG driver for Versal
` [PATCH V6 3/3] crypto: drbg: Export CTR DRBG DF functions

[PATCH v9 0/9] arm64: lan969x: Add support for Microchip LAN969x SoC
 2025-08-25  6:27 UTC  (11+ messages)
` [PATCH v9 1/9] arm64: Add config for Microchip SoC platforms
` [PATCH v9 2/9] ARM: at91: select ARCH_MICROCHIP
` [PATCH v9 3/9] arm64: lan969x: Add support for Microchip LAN969x SoC
` [PATCH v9 9/9] crypto: atmel-aes: make it selectable for ARCH_MICROCHIP

[PATCH] Documentation/staging: Fix typo and incorrect citation in crc32.rst
 2025-08-24  2:36 UTC  (3+ messages)

[PATCH iproute2-next v3] man8: ip-sr: Document that passphrase must be high-entropy
 2025-08-24  1:47 UTC 

[RFC PATCH 0/4] SEV-SNP guest policy bit support updates
 2025-08-22 21:25 UTC  (5+ messages)
` [RFC PATCH 1/4] KVM: SEV: Publish supported SEV-SNP policy bits
` [RFC PATCH 2/4] KVM: SEV: Consolidate the SEV policy bits in a single header file
` [RFC PATCH 3/4] crypto: ccp - Add an API to return the supported SEV-SNP policy bits
` [RFC PATCH 4/4] KVM: SEV: Add known "

[PATCH bpf-next] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
 2025-08-22 18:40 UTC  (3+ messages)

[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
 2025-08-22 17:09 UTC  (2+ messages)

[PATCH v5 0/4] Add host kdump support for SNP
 2025-08-22 16:48 UTC  (3+ messages)
` [PATCH v5 3/4] crypto: ccp: Skip SEV and SNP INIT for kdump boot

[PATCH v2] padata: Reset next CPU when reorder sequence wraps around
 2025-08-22  9:35 UTC  (2+ messages)

[PATCH] crypto: ccp: Fix typo in psp_populate_hsti function name
 2025-08-22  9:34 UTC  (2+ messages)

Bug #220387 - 6.16.0 CFI panic at boot in crypto/zstd.c
 2025-08-22  9:34 UTC  (2+ messages)

[PATCH] crypto: octeontx2 - Call strscpy() with correct size argument
 2025-08-22  9:31 UTC  (2+ messages)

[PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
 2025-08-22  8:57 UTC  (7+ messages)

[PATCH v4 0/6] Add SPAcc Crypto Driver
 2025-08-22  8:54 UTC  (3+ messages)
` [PATCH v4 4/6] Add SPAcc ahash support

[PATCH v2 0/2] nvme: fixup HKDF-Expand-Label implementation
 2025-08-22  6:08 UTC  (5+ messages)
` [PATCH v2 1/2] nvme-auth: add hkdf_expand_label()
` [PATCH v2 2/2] nvme-auth: use hkdf_expand_label()

[PATCH] crypto: hisilicon - use kcalloc() instead of kzalloc()
 2025-08-22  2:54 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;
as well as URLs for NNTP newsgroup(s).