linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-27  8:08 UTC  (5+ messages)

[PATCH 10/10] mm: Use folio_next_pos()
 2025-10-27  7:54 UTC  (2+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-27  7:40 UTC  (34+ 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 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 17/25] ext4: support large block size in ext4_block_write_begin()
` [PATCH 18/25] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH 19/25] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH 20/25] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH 21/25] ext4: make online defragmentation support large block size
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS
` [PATCH 23/25] jbd2: "
` [PATCH 24/25] ext4: add checks for large folio incompatibilities "
` [PATCH 25/25] ext4: enable block size larger than page size

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-27  7:20 UTC  (16+ messages)
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath

[PATCH] memcg: manually uninline __memcg_memory_event
 2025-10-27  7:19 UTC  (3+ messages)

[PATCH v8 0/8] liveupdate: Rework KHO for in-kernel users
 2025-10-27  6:58 UTC  (11+ messages)
` [PATCH v8 3/8] kho: drop notifiers
` [PATCH v8 7/8] liveupdate: kho: move kho debugfs directory to liveupdate
` [PATCH v8 8/8] memblock: Unpreserve memory in case of error

[PATCH v2 0/8] Guaranteed CMA
 2025-10-27  6:54 UTC  (10+ messages)
` [PATCH v2 1/8] mm: implement cleancache
` [PATCH v2 2/8] mm/cleancache: add cleancache LRU for folio aging
` [PATCH v2 3/8] mm/cleancache: readahead support
` [PATCH v2 4/8] mm/cleancache: add sysfs interface
` [PATCH v2 5/8] mm/tests: add cleancache kunit test
` [PATCH v2 6/8] add cleancache documentation
` [PATCH v2 7/8] mm: introduce GCMA
` [PATCH v2 8/8] mm: integrate GCMA with CMA using dt-bindings

make block layer auto-PI deadlock safe
 2025-10-27  6:47 UTC  (6+ messages)
` [PATCH 1/3] slab, block: generalize bvec_alloc_gfp
  ` [PATCH 3/3] block: make bio auto-integrity deadlock safe

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-27  6:28 UTC  (5+ messages)
` [PATCH v12 mm-new 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v12 mm-new 12/15] khugepaged: Introduce mTHP collapse support

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-10-27  6:26 UTC  (5+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-27  4:07 UTC  (12+ messages)
` [PATCH v12 mm-new 01/10] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [PATCH v12 mm-new 02/10] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [PATCH v12 mm-new 03/10] mm: thp: add support for BPF based THP order selection
` [PATCH v12 mm-new 04/10] mm: thp: decouple THP allocation between swap and page fault paths
` [PATCH v12 mm-new 05/10] mm: thp: enable THP allocation exclusively through khugepaged
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode
` [PATCH v12 mm-new 07/10] Documentation: add BPF THP
` [PATCH v12 mm-new 08/10] selftests/bpf: add a simple BPF based THP policy
` [PATCH v12 mm-new 09/10] selftests/bpf: add test case to update "
` [PATCH v12 mm-new 10/10] selftests/bpf: add test case for BPF-THP inheritance across fork

[PATCH -v3 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-10-27  2:02 UTC  (4+ messages)
` [PATCH -v3 1/2] mm: add spurious fault fixing support for huge pmd

[PATCH] slab: add flags in cache_show
 2025-10-27  1:08 UTC  (5+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-10-26 22:29 UTC  (11+ messages)
` [PATCH 01/21] x86/mm/asi: Add CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH 02/21] x86/mm/asi: add X86_FEATURE_ASI and asi=
` [PATCH 03/21] x86/mm: factor out phys_pgd_init()

[PATCH 0/6] x86/entry/vdso: cleanups for vdso build and 32-bit vdso
 2025-10-26 22:12 UTC  (7+ messages)
` [PATCH 1/6] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH 2/6] x86/entry/vdso: refactor the vdso build
` [PATCH 3/6] x86/entry/vdso32: remove int80_landing_pad
` [PATCH 4/6] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH 5/6] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH 6/6] x86/entry/vdso32: add endbr32 to system_call.S

[PATCH 0/8] mm/damon: misc documentation fixups
 2025-10-26 18:22 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: fix wrong comment of damon_call() return timing
` [PATCH 2/8] Docs/mm/damon/design: fix wrong link to intervals goal section
` [PATCH 3/8] Docs/admin-guide/mm/damon/stat: fix a typo: s/sampling events/sampling interval/
` [PATCH 4/8] Docs/admin-guide/mm/damon/usage: document empty target regions commit behavior
` [PATCH 5/8] Docs/admin-guide/mm/damon/reclaim: document addr_unit parameter
` [PATCH 6/8] Docs/admin-guide/mm/damon/lru_sort: "
` [PATCH 7/8] Docs/admin-guide/mm/damon/stat: document aggr_interval_us parameter
` [PATCH 8/8] Docs/admin-guide/mm/damon/stat: document negative idle time

[PATCH] mm: Convert memory block states (MEM_*) macros to enum
 2025-10-26 16:22 UTC 

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

[PATCH] mm: shmem/tmpfs hugepage defaults config choice
 2025-10-26 12:12 UTC  (9+ messages)

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-26  7:55 UTC  (4+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-26  4:54 UTC  (9+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size

[akpm-mm:mm-nonmm-unstable 40/49] ld.lld: error: undefined symbol: hw_nmi_get_sample_period
 2025-10-26  4:51 UTC  (2+ messages)

[PATCH v3] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-10-26  4:46 UTC  (2+ messages)

[PATCH v2] mm/vmscan: skip increasing kswapd_failures when reclaim was boosted
 2025-10-26  4:40 UTC 

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-26  1:05 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/memcontrol: "
` [RFC PATCH 2/3] zram: Zram supports "
` [RFC PATCH 3/3] Doc: Update documentation for "

[akpm-mm:mm-new 173/182] mm/khugepaged.c:113:25: error: variably modified 'mthp_bitmap' at file scope
 2025-10-26  0:03 UTC  (2+ messages)

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-25 17:54 UTC  (7+ messages)
` [RFC PATCH 1/5] sched, fork: Wire BLOG contexts into task lifecycle

[syzbot] [mm?] WARNING in raw_ioctl
 2025-10-25 16:43 UTC  (11+ messages)

[PATCH 17/21] mm: don't use GENMASK()
 2025-10-25 16:40 UTC 

[PATCH 17/21] mm: don't use GENMASK()
 2025-10-25 16:32 UTC 

[syzbot] [mm?] BUG: soft lockup in sys_bpf
 2025-10-25 15:30 UTC 

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-25 15:30 UTC  (3+ messages)

[PATCH v3 0/4] Optimize folio split in memory failure
 2025-10-25 15:21 UTC  (6+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling

[PATCH v2 0/5] mm, swap: misc cleanup and bugfix
 2025-10-25  3:31 UTC  (4+ messages)

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-24 22:52 UTC  (6+ messages)
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching

[PATCH v5] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
 2025-10-24 21:52 UTC  (3+ messages)

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-10-24 21:41 UTC  (12+ messages)

[PATCH v3 00/17] Prepare slab for memdescs
 2025-10-24 20:44 UTC  (18+ messages)
` [PATCH v3 01/17] slab: Reimplement page_slab()
` [PATCH v3 02/17] slab: Remove folio references from __ksize()
` [PATCH v3 03/17] slab: Remove folio references in memcg_slab_post_charge()
` [PATCH v3 04/17] slab: Remove folio references in slab alloc/free
` [PATCH v3 05/17] slab: Remove folio references from ___kmalloc_large_node()
` [PATCH v3 06/17] slab: Remove folio references from free_large_kmalloc()
` [PATCH v3 07/17] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH v3 08/17] slab: Remove folio references from kvfree()
` [PATCH v3 09/17] slab: Remove folio references from __do_krealloc()
` [PATCH v3 10/17] slab: Remove folio references from build_detached_freelist()
` [PATCH v3 11/17] slab: Remove dead code from free_large_kmalloc()
` [PATCH v3 12/17] slab: Remove folio references from kfree_rcu_sheaf()
` [PATCH v3 13/17] slab: Remove folio references from kfree_nolock()
` [PATCH v3 14/17] usercopy: Remove folio references from check_heap_object()
` [PATCH v3 15/17] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
` [PATCH v3 16/17] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH v3 17/17] slab: Remove references to folios from virt_to_slab()

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-24 20:37 UTC  (16+ messages)
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() non-present logic
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()

[GIT PULL] slab fixes for 6.18-rc3
 2025-10-24 20:32 UTC  (2+ messages)

[PATCH v11 00/15] unwind_deferred: Implement sframe handling
 2025-10-24 19:00 UTC  (5+ messages)
` [PATCH v11 08/15] unwind_user/sframe: Wire up unwind_user to sframe

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-24 18:18 UTC  (4+ messages)
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-10-24 18:13 UTC  (13+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v8] hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()
 2025-10-24 18:13 UTC  (2+ messages)

[PATCH v2] slab: fix slab accounting imbalance due to defer_deactivate_slab()
 2025-10-24 18:08 UTC  (8+ messages)

[RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
 2025-10-24 17:45 UTC  (11+ messages)

[PATCH 0/3] slab: switch away from the legacy param parser
 2025-10-24 17:44 UTC  (3+ messages)
` [PATCH 1/3] slab: constify slab debug strings

page:  |  | latest

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