linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC] shmem: don't trim whole folio loop boundaries on partial truncate
 2025-11-03 20:11 UTC  (2+ messages)

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-03 20:01 UTC  (13+ messages)

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-03 19:29 UTC  (6+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-03 19:23 UTC  (18+ messages)
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching

[RFC PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-03 19:04 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [RFC PATCH v2 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [RFC PATCH v2 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [RFC PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH v2 00/23] mm: BPF OOM
 2025-11-03 19:00 UTC  (11+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc

[PATCH RFC] mm: allow __GFP_NOFAIL allocation up to BLK_MAX_BLOCK_SIZE to support LBS
 2025-11-03 18:53 UTC  (14+ messages)

[PATCH] slab: prevent infinite loop in kmalloc_nolock() with debugging
 2025-11-03 18:49 UTC  (2+ messages)

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

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-03 18:05 UTC  (5+ messages)
` [PATCH v9 3/9] kho: add interfaces to unpreserve folios, page ranges, and vmalloc
` [PATCH v9 9/9] liveupdate: kho: Use %pe format specifier for error pointer printing

[PATCH 0/2] vma_start_write_killable
 2025-11-03 18:03 UTC  (3+ messages)
` [PATCH 1/2] mm: Add vma_start_write_killable()
` [PATCH 2/2] mm: Use vma_start_write_killable() in dup_mmap()

[PATCH AUTOSEL 6.17] selftests: cachestat: Fix warning on declaration under label
 2025-11-03 18:02 UTC 

[PATCH 0/2] kho: misc fixes
 2025-11-03 18:02 UTC  (3+ 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 v2 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-11-03 17:52 UTC  (5+ messages)
` [PATCH v2 1/2] mm: always call rmap_walk() on locked folios
` [PATCH v2 2/2] mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-03 17:30 UTC  (22+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
 2025-11-03 17:13 UTC  (5+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests

[PATCH v2 0/3] ksm: perform a range-walk to jump over holes in break_ksm
 2025-11-03 17:06 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH v2 2/3] ksm: perform a range-walk in break_ksm
` [PATCH v2 3/3] ksm: replace function unmerge_ksm_pages with break_ksm

[PATCH] kho: fix out-of-bounds access of vmalloc chunk
 2025-11-03 16:57 UTC  (2+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-03 16:57 UTC  (11+ messages)

[RFC PATCH 1/2] ARM: mm: support memory-failure
 2025-11-03 16:53 UTC  (3+ messages)

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-11-03 16:50 UTC  (7+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-11-03 16:38 UTC  (5+ messages)
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-11-03 16:38 UTC  (7+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
 2025-11-03 16:34 UTC  (5+ messages)

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

[PATCH] mm/debug: fix missing space in case statement
 2025-11-03 16:25 UTC  (5+ messages)

[PATCH 0/2] mm/huge_memory: Modularize and simplify folio splitting paths
 2025-11-03 16:22 UTC  (5+ messages)
` [PATCH 1/2] mm/huge_memory: introduce __split_folio_and_update_stats() to consolidate split task

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-11-03 16:21 UTC  (13+ messages)
` [PATCH v8 3/5] arm64: mm: support "

[PATCH 1/2] pm-hibernate: flush disk cache when suspending
 2025-11-03 15:53 UTC  (2+ messages)

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-11-03 15:18 UTC  (9+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v2 1/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
 2025-11-03 15:16 UTC  (4+ messages)
` [PATCH v3 0/2] mm/ksm: try "
  ` [PATCH v3 1/2] mm/ksm: add helper to allocate and initialize stable node duplicates
  ` [PATCH v3 2/2] mm/ksm: try recover from memory failure on KSM page by migrating to healthy duplicate

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-03 14:50 UTC  (7+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
` [RFC mm v5 2/2] mm: introduce a new page type for page pool in page type

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-03 14:45 UTC  (23+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 08/25] ext4: support large block size in ext4_readdir()
` [PATCH 09/25] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion

[PATCH 1/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-03 14:43 UTC  (7+ messages)
` [PATCH 2/2] mm/memory-failure: remove the selection of RAS

[RFC PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-03 13:51 UTC  (3+ messages)

[PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
 2025-11-03 13:19 UTC  (11+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-03 10:50 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] MAINTAINERS: Update David Hildenbrand's email address
 2025-11-03 10:36 UTC 

[PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
 2025-11-03  9:34 UTC  (11+ messages)

[RFC PATCH] mm: Enable CONFIG_PT_RECLAIM on all architectures
 2025-11-03  9:07 UTC  (4+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-03  8:37 UTC  (7+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-03  8:05 UTC  (9+ messages)
` [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v6 10/11] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 6.6.y 0/7] mm: memcg: subtree stats flushing and thresholds
 2025-11-03  7:51 UTC  (8+ messages)
` [PATCH 6.6.y 1/7] mm: memcg: add THP swap out info for anonymous reclaim
` [PATCH 6.6.y 2/7] mm: memcg: add per-memcg zswap writeback stat
` [PATCH 6.6.y 3/7] mm: memcg: change flush_next_time to flush_last_time
` [PATCH 6.6.y 4/7] mm: memcg: move vmstats structs definition above flushing code
` [PATCH 6.6.y 5/7] mm: memcg: make stats flushing threshold per-memcg
` [PATCH 6.6.y 6/7] mm: workingset: move the stats flush into workingset_test_recent()
` [PATCH 6.6.y 7/7] mm: memcg: restore subtree stats flushing

[PATCH] Documentation: treewide: Replace marc.info links with lore
 2025-11-03  7:14 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Chris and Kairui as the swap maintainer
 2025-11-03  5:30 UTC  (3+ messages)

[PATCH] s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
 2025-11-03  4:59 UTC  (2+ messages)

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-11-03  3:44 UTC  (7+ messages)
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-03  3:33 UTC  (5+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-11-03  3:17 UTC  (4+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-03  2:32 UTC  (10+ messages)
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers

[PATCH 6.1 2/8] filemap: add a kiocb_invalidate_post_direct_write helper
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "filemap: add a kiocb_invalidate_post_direct_write helper" has been added to the 6.1-stable tree

[PATCH 6.1 3/8] filemap: update ki_pos in generic_perform_write
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "filemap: update ki_pos in generic_perform_write" has been added to the 6.1-stable tree

[PATCH 6.1 4/8] fs: factor out a direct_write_fallback helper
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "fs: factor out a direct_write_fallback helper" has been added to the 6.1-stable tree

[PATCH 6.1 8/8] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()" has been added to the 6.1-stable tree

[PATCH 6.1 1/8] filemap: add a kiocb_invalidate_pages helper
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "filemap: add a kiocb_invalidate_pages helper" has been added to the 6.1-stable tree

[PATCH 6.1 6/8] block: open code __generic_file_write_iter for blkdev writes
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "block: open code __generic_file_write_iter for blkdev writes" has been added to the 6.1-stable tree

[PATCH 6.1 7/8] block: fix race between set_blocksize and read paths
 2025-11-03  1:46 UTC  (2+ messages)
` Patch "block: fix race between set_blocksize and read paths" has been added to the 6.1-stable tree

Patch "direct_write_fallback(): on error revert the ->ki_pos update from buffered write" has been added to the 6.1-stable tree
 2025-11-03  1:46 UTC 

[Linux Memory Hotness and Promotion] Notes from October 23, 2025
 2025-11-03  0:41 UTC 

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-02 23:51 UTC  (4+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall

[PATCH] fix AMDGPU failure with periodic signal
 2025-11-02 21:38 UTC 

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-02 18:44 UTC  (4+ messages)
` [PATCH v5 1/3] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v5 2/3] mm: handle poisoning of pfn without struct pages
` [PATCH v5 3/3] vfio/nvgrace-gpu: register device memory for poison handling

[PATCH v2 1/1] mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()
 2025-11-02 16:58 UTC  (2+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-02 16:17 UTC  (5+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "

page:  |  | latest

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