linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 01:04:39 to 2025-09-01 15:13:54 UTC [more...]

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

[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
 2025-09-01 15:00 UTC  (4+ messages)

[PATCH] hwrng: core - Allow runtime disabling of the HW RNG
 2025-09-01 13:55 UTC 

crypto ahash requests on the stack
 2025-09-01 12:04 UTC  (3+ messages)

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (141+ 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 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
  ` [PATCH v1 16/36] "
` [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 v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 34/36] kfence: drop nth_page() usage
` [PATCH v1 35/36] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v1 36/36] mm: remove nth_page()

[BUG] crypto: shash – crypto_shash_export_core() fails with -ENOSYS after libcrypto updates merge
 2025-09-01  6:20 UTC  (3+ messages)

[PATCH] crypto: chelsio: Use library to prepare HMAC keys
 2025-08-31 21:40 UTC 

[PATCH] crypto: qat: Use library to prepare HMAC keys
 2025-08-31 20:54 UTC 

[REGRESSION][BISECTED][PATCH 0/1] v6.16 panic/hang in zswap
 2025-08-30 17:28 UTC  (3+ messages)
` [PATCH 1/1] crypto: acomp: Use shared struct for context alloc and free ops
  ` [PATCH v2] "

Bug #220387 - 6.16.0 CFI panic at boot in crypto/zstd.c
 2025-08-30 10:38 UTC  (3+ messages)

[PATCH 0/2] crypto: hisilicon - add two new features and two new zip sysfs
 2025-08-30 10:27 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/zip - add lz4 and lz77_only to algorithm sysfs
` [PATCH 2/2] crypto: hisilicon/zip - add hashjoin, gather, and UDMA data move features

[PATCH] crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctx
 2025-08-30  9:04 UTC  (2+ messages)

[PATCH] crypto: hisilicon - use kcalloc() instead of kzalloc()
 2025-08-30  8:54 UTC  (2+ messages)

[PATCH v3] crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
 2025-08-30  8:53 UTC  (2+ messages)

[PATCH v2 0/6] crypto: hisilicon - enhancements and fixes for device reset and configuration
 2025-08-30  8:53 UTC  (2+ messages)

[PATCH] hwrng: cn10k - Remove the use of dev_err_probe()
 2025-08-30  8:52 UTC  (2+ messages)

[PATCH] crypto: tegra - Remove the use of dev_err_probe()
 2025-08-30  8:52 UTC  (2+ messages)

[PATCH] crypto: jh7110 - Remove the use of dev_err_probe()
 2025-08-30  8:52 UTC  (2+ messages)

[PATCH v7 0/2] Add support for Texas Instruments DTHEv2 Crypto Engine
 2025-08-30  8:52 UTC  (3+ messages)
` [PATCH] crypto: ti - Enable compile testing for dthev2

[PATCH] crypto: arm64/aes - use SHA-256 library instead of crypto_shash
 2025-08-30  8:50 UTC  (2+ messages)

[PATCH V2] crypto: Mark intermediary memory as clean
 2025-08-30  8:45 UTC  (3+ messages)
` [PATCH V3] "

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-30  8:40 UTC  (26+ messages)
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH] kmsan: Fix out-of-bounds access to shadow memory
 2025-08-29 16:45 UTC 

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

[PATCH 00/12] ChaCha and BLAKE2s cleanups
 2025-08-29 16:37 UTC  (7+ messages)
` [PATCH 09/12] lib/crypto: blake2s: Always enable arch-optimized BLAKE2s code

[PATCH] rhashtable: use __always_inline for rhashtable
 2025-08-29  7:28 UTC 

[PATCH v2 0/3] Consolidate Poly1305 code and add RISC-V optimization
 2025-08-29  4:11 UTC  (3+ messages)
` [PATCH v2 2/3] lib/crypto: poly1305: Consolidate into single module

[PATCH 0/4] uacce: driver fixes for memory leaks and state management
 2025-08-28 12:59 UTC  (7+ messages)
` [PATCH 1/4] uacce: fix for cdev memory leak
` [PATCH 3/4] uacce: implement mremap in uacce_vm_ops to return -EPERM


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