linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-25 21:46:34 to 2025-08-29 15:00:05 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-29 14:59 UTC  (136+ 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()

[PATCH 00/12] ChaCha and BLAKE2s cleanups
 2025-08-29 13:08 UTC  (14+ 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] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
 2025-08-29 11:11 UTC 

[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  (4+ messages)
` [PATCH v2 2/3] lib/crypto: poly1305: Consolidate into single module

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-29  3:42 UTC  (33+ 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 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

[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  (11+ messages)
` [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

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 net-next v2 0/2] ipv6: sr: Simplify and optimize HMAC calculations
 2025-08-27  1:20 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v6 2/4] iommu/amd: Reuse device table for kdump
` [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


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