linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-31  2:55 UTC  (16+ messages)
` [PATCH v4 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v4 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v4 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

Accounting for vmap_area object growth when kmemleak doesn't notice any leaks
 2025-10-31  2:36 UTC 

[PATCH] maple_tree: fix tracepoint string pointers
 2025-10-31  2:32 UTC  (2+ messages)

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-31  2:19 UTC  (2+ messages)

[Patch v3 0/4] mm/huge_memory: cleanup __split_unmapped_folio()
 2025-10-31  2:00 UTC  (10+ messages)
` [Patch v3 2/4] mm/huge_memory: update folio stat after successful split
` [Patch v3 4/4] mm/huge_memory: optimize old_order derivation during folio splitting

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-31  1:55 UTC  (7+ messages)
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS

Oops in secretmem_fault()
 2025-10-31  1:36 UTC  (2+ messages)

[PATCH v2 00/23] mm: BPF OOM
 2025-10-31  0:05 UTC  (35+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
            ` bpf_st_ops and cgroups. Was: "
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-10-30 23:04 UTC  (4+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio

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

[linux-next:master] BUILD REGRESSION 131f3d9446a6075192cdd91f197989d98302faa6
 2025-10-30 22:09 UTC 

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-30 21:48 UTC  (24+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-10-30 21:33 UTC  (16+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-30 21:28 UTC  (9+ messages)

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-30 19:21 UTC  (20+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-10-30 18:47 UTC  (3+ messages)
` [RFC PATCH 2/5] lib: Introduce BLOG (Binary LOGging) subsystem

filemap_* writeback interface cleanups v2
 2025-10-30 18:21 UTC  (3+ messages)
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-30 18:03 UTC  (26+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-10-30 17:18 UTC  (7+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
  ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

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

[PATCH RFC] shmem: don't trim whole folio loop boundaries on partial truncate
 2025-10-30 16:51 UTC 

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-30 16:50 UTC  (8+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`

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

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-30 16:39 UTC  (24+ messages)
` [RFC PATCH V3 1/7] mm/slab: allow specifying freepointer offset when using constructor
` [RFC PATCH V3 3/7] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-10-30 16:34 UTC  (5+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-30 15:59 UTC  (25+ messages)
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath

[PATCH] s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP
 2025-10-30 15:45 UTC  (4+ messages)

[PATCH v2] s390: fix HugeTLB vmemmap optimization crash
 2025-10-30 14:59 UTC  (10+ messages)

[PATCH v2 0/3] mm: Convert memory block states (MEM_*) macros to
 2025-10-30 14:57 UTC  (13+ messages)
` [PATCH v2 1/3] mm: convert memory block states (MEM_*) macros to enum
` [PATCH v2 2/3] mm: change type of state in struct memory_block
` [PATCH v2 3/3] mm: change type of parameter for memory_notify

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-30 14:45 UTC  (6+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management

[PATCH 0/5] mm: swap: small fixes and comment cleanups
 2025-10-30 14:39 UTC  (10+ messages)
` [PATCH 1/5] mm, swap: Fix memory leak in setup_clusters() error path
` [PATCH 2/5] mm, swap: Use SWP_SOLIDSTATE to determine if swap is rotational
` [PATCH 4/5] mm: swap: change swap_alloc_slow() to void

[PATCH v2 0/2] mm/damon: fixes for the jiffies-related issues
 2025-10-30 14:32 UTC  (5+ messages)
` [PATCH v2 1/2] mm/damon/stat: change last_refresh_jiffies to a global variable
` [PATCH v2 2/2] mm/damon/sysfs: change next_update_jiffies "

[PATCH v2 0/8] Guaranteed CMA
 2025-10-30 14:04 UTC  (6+ messages)

[PATCH 0/3] slab: switch away from the legacy param parser
 2025-10-30 13:35 UTC  (7+ messages)
` [PATCH 3/3] slab: use new API for remaining command line parameters

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-30 13:35 UTC  (9+ messages)
` [PATCH v2 22/50] convert efivarfs

[PATCH 0/3] ksm: perform a range-walk to jump over holes in break_ksm
 2025-10-30 12:44 UTC  (10+ messages)
` [PATCH 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH 2/3] ksm: perform a range-walk in break_ksm
` [PATCH 3/3] ksm: replace function unmerge_ksm_pages with break_ksm

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-30 11:32 UTC  (2+ messages)

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-30 10:25 UTC  (3+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-30 10:21 UTC  (9+ messages)

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-30  9:22 UTC  (2+ messages)

[syzbot] [btrfs] possible deadlock in page_cache_ra_unbounded (3)
 2025-10-30  9:00 UTC 

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-10-30  5:31 UTC  (4+ messages)

[PATCH 14/19] mm, swap: sanitize swap entry management workflow
 2025-10-30  5:25 UTC  (3+ messages)

[PATCH v8 0/7] mm: folio_zero_user: clear contiguous pages
 2025-10-30  5:21 UTC  (11+ messages)
` [PATCH v8 4/7] x86/mm: Simplify clear_page_*
` [PATCH v8 5/7] x86/clear_page: Introduce clear_pages()

[PATCH v2 0/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
 2025-10-30  2:56 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-10-30  2:40 UTC  (6+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

oom-killer not invoked on systems with multiple memory-tiers
 2025-10-30  0:51 UTC  (3+ messages)

page:  |  | latest

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