linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/5] mm: swap: small fixes and comment cleanups
 2025-11-05  9:27 UTC  (13+ messages)
` [PATCH v2 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH v2 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH v2 3/5] mm, swap: Remove redundant comment for read_swap_cache_async
` [PATCH v2 4/5] mm: swap: change swap_alloc_slow() to void
` [PATCH v2 5/5] mm: swap: remove scan_swap_map_slots() references from comments

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-05  9:26 UTC  (20+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
` [PATCH 11/25] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH 12/25] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH 13/25] ext4: support large block size in ext4_mb_init_cache()
` [PATCH 14/25] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH 15/25] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH 16/25] ext4: support large block size in ext4_mpage_readpages()

[Patch v2] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
 2025-11-05  9:15 UTC  (3+ messages)

[PATCH v2 0/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-05  9:05 UTC  (12+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/memory-failure: remove the selection of RAS

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-05  9:05 UTC  (6+ messages)
` [PATCH 1/5] slab: make __slab_free() more clear
` [PATCH 2/5] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH 3/5] slab: handle pfmemalloc slabs properly with sheaves
` [PATCH 4/5] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH 5/5] slab: prevent recursive kmalloc() in alloc_empty_sheaf()

[PATCH v2] mm/page_alloc: don't warn about large allocations with __GFP_NOFAIL
 2025-11-05  8:56 UTC 

[PATCH mm-new v2] mm/memcontrol: Flush stats when write stat file
 2025-11-05  8:51 UTC  (4+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-05  8:49 UTC  (17+ messages)
` [PATCH v4 01/12] powerpc/64s: Do not re-activate batched TLB flush
` [PATCH v4 03/12] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v4 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 09/12] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-05  8:17 UTC  (7+ messages)

[PATCH] mm/page_alloc: don't warn about large allocations with __GFP_NOFAIL
 2025-11-05  8:11 UTC  (4+ messages)

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-11-05  7:39 UTC  (13+ messages)
` [PATCH 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped

[PATCH v2] zram: Implement multi-page write-back
 2025-11-05  6:48 UTC  (2+ messages)
  ` [PATCH v3] "

[PATCH RFC] mm: allow __GFP_NOFAIL allocation up to BLK_MAX_BLOCK_SIZE to support LBS
 2025-11-05  6:23 UTC  (16+ messages)

[PATCH mm-new] mm/memcontrol: Introduce sysctl vm.memcg_stats_flush_threshold
 2025-11-05  6:01 UTC  (3+ messages)

[PATCH] MAINTAINERS: add Chris and Kairui as the swap maintainer
 2025-11-05  5:43 UTC  (2+ messages)

[PATCH] alloc_tag: Use %pe format specifier
 2025-11-05  4:47 UTC  (2+ messages)

[PATCH v1 0/2] kasan: vmalloc: Fix incorrect tag assignment with multiple vm_structs
 2025-11-05  4:20 UTC  (6+ messages)
` [PATCH v1 1/2] kasan: Unpoison pcpu chunks with base address tag
` [PATCH v1 2/2] kasan: Unpoison vms[area] addresses with a common tag

[linux-next:master] BUILD REGRESSION 17490bd0527f59d841168457b245581f314b5fa0
 2025-11-05  3:42 UTC 

[PATCH] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
 2025-11-05  2:44 UTC  (11+ messages)

[PATCH v4 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-05  2:42 UTC  (3+ messages)
` [PATCH v4 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c
` [PATCH v4 2/2] mm/hugetlb: extract sysctl into hugetlb_sysctl.c

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05  2:41 UTC  (6+ messages)
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead

[PATCH] binfmt_misc: restore write access before closing files opened by open_exec()
 2025-11-05  2:29 UTC 

[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-11-05  1:04 UTC  (6+ messages)

[linux-next:master 4972/5926] kernel/kexec_handover_debug.c:16:18: error: use of undeclared identifier 'kho_scratch_cnt'
 2025-11-04 23:54 UTC  (7+ messages)

[PATCH v3 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04 23:06 UTC  (4+ messages)
` [PATCH v3 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c
` [PATCH v3 2/2] mm/hugetlb: extract sysctl into hugetlb_sysctl.c

[PATCH v2 1/1] mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()
 2025-11-04 22:24 UTC  (5+ messages)

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-11-04 22:11 UTC  (2+ messages)

[PATCH v2 00/23] mm: BPF OOM
 2025-11-04 19:22 UTC  (9+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-04 17:21 UTC  (10+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages

[PATCH] memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
 2025-11-04 17:18 UTC  (2+ messages)

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-04 17:15 UTC  (5+ messages)
` [PATCH v5 2/3] mm: handle poisoning of pfn without struct pages

[RFC PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-04 16:30 UTC  (6+ messages)
` [RFC PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [RFC PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH 0/2] vma_start_write_killable
 2025-11-04 16:09 UTC  (4+ messages)
` [PATCH 1/2] mm: Add vma_start_write_killable()
` [syzbot ci] Re: vma_start_write_killable

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-04 15:29 UTC  (4+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[PATCH] MAINTAINERS: extend file entry in KHO to include subdirectories
 2025-11-04 15:19 UTC  (2+ messages)

[PATCH 0/2] kho: misc fixes
 2025-11-04 14:32 UTC  (5+ messages)
` [PATCH 1/2] kho: fix unpreservation of higher-order vmalloc preservations
` [PATCH 2/2] kho: warn and exit when unpreserved page wasn't preserved

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-04 14:18 UTC  (15+ messages)

[RFC PATCH 1/2] ARM: mm: support memory-failure
 2025-11-04 13:48 UTC  (2+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-04 13:45 UTC  (4+ messages)
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure

[PATCH 0/2] mm/huge_memory: Modularize and simplify folio splitting paths
 2025-11-04 13:30 UTC  (6+ messages)
` [PATCH 1/2] mm/huge_memory: introduce __split_folio_and_update_stats() to consolidate split task

[RFC PATCH] mm: Enable CONFIG_PT_RECLAIM on all architectures
 2025-11-04 13:21 UTC  (9+ messages)

[PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
 2025-11-04 12:55 UTC  (12+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-04 11:53 UTC  (8+ messages)
    ` [PATCH] mm/huge_memory: Initialise the tags of the huge zero

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-04 11:08 UTC  (8+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map

[PATCH] slab: prevent infinite loop in kmalloc_nolock() with debugging
 2025-11-04 10:35 UTC  (4+ messages)

[PATCH -v4 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-11-04  9:55 UTC  (3+ messages)
` [PATCH -v4 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v4 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[PATCH] mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
 2025-11-04  9:29 UTC  (2+ messages)

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-11-04  9:12 UTC  (23+ messages)
` [PATCH v13 01/22] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v13 02/22] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v13 03/22] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v13 04/22] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v13 05/22] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v13 06/22] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v13 07/22] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v13 08/22] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v13 09/22] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v13 10/22] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v13 11/22] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp
` [PATCH v13 12/22] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v13 14/22] crypto: iaa - Enable async mode and make it the default
` [PATCH v13 15/22] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v13 16/22] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v13 17/22] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v13 18/22] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v13 19/22] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v13 20/22] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v13 21/22] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  9:05 UTC  (7+ messages)
` [PATCH 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c

[PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2025-11-04  8:59 UTC  (3+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-04  7:52 UTC  (5+ messages)
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH] selftest/vm_util: remove unused variables
 2025-11-04  6:28 UTC 

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-04  3:44 UTC  (12+ messages)

[PATCH v2 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  2:38 UTC  (3+ messages)
` [PATCH v2 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c
` [PATCH v2 2/2] mm/hugetlb: extract sysctl into hugetlb_sysctl.c

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox