linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC 0/2] Fix false warning in inode_to_wb
 2025-04-10 19:20 UTC  (7+ messages)
` [RFC 1/2] gfs2: replace sd_aspace with sd_inode
` [RFC 2/2] writeback: Fix false warning in inode_to_wb()

[PATCH v5 0/6] Track node vacancy to reduce worst case allocation counts
 2025-04-10 19:18 UTC  (9+ messages)
` [PATCH v5 1/6] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH v5 2/6] maple_tree: use height and depth consistently
` [PATCH v5 3/6] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH v5 4/6] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH v5 5/6] maple_tree: add sufficient height
` [PATCH v5 6/6] maple_tree: reorder mas->store_type case statements

Does GUP page unpinning have to be done in the pinning context?
 2025-04-10 19:14 UTC  (8+ messages)

[PATCH v1] fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
 2025-04-10 19:12 UTC  (2+ messages)

[PATCH 1/2] mm/memblock: Added a New Memblock Function to Check if the Current Node's Memblock Region Intersects with a Memory Block
 2025-04-10 19:06 UTC  (10+ messages)
` [PATCH 2/2] base/node: Use curr_node_memblock_intersect_memory_block to Get Memory Block NID if CONFIG_DEFERRED_STRUCT_PAGE_INIT is Set

[PATCH] mm: Introduce free_folio_and_swap_cache() to replace free_page_and_swap_cache()
 2025-04-10 18:55 UTC  (7+ messages)

[PATCH man] mmap.2: Document danger of mappings larger than PTRDIFF_MAX
 2025-04-10 18:08 UTC  (4+ messages)

[RFC PATCH v3] Introduce Hierarchical Per-CPU Counters
 2025-04-10 17:51 UTC 

[PATCH] mm: memcontrol: fix swap counter leak from offline cgroup
 2025-04-10 17:45 UTC  (3+ messages)

[PATCH] slab: Decouple slab_debug and no_hash_pointers
 2025-04-10 17:44 UTC 

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-10 17:38 UTC  (17+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
` [PATCH v2 2/8] fs/buffer: try to use folio lock for pagecache lookups
` [PATCH v2 3/8] fs/buffer: introduce __find_get_block_nonatomic()
` [PATCH v2 4/8] fs/ocfs2: use sleeping version of __find_get_block()
` [PATCH v2 5/8] fs/jbd2: "
` [PATCH v2 6/8] fs/ext4: "
` [PATCH v2 7/8] mm/migrate: enable noref migration for jbd2
` [PATCH v2 8/8] mm: add migration buffer-head debugfs interface

[PATCH v5 09/16] kexec: enable KHO support for memory preservation
 2025-04-10 17:31 UTC  (12+ messages)

Credentials not fully initialized before bprm_check LSM hook
 2025-04-10 17:24 UTC  (2+ messages)

[PATCH v7 0/3] fuse: remove temp page copies in writeback
 2025-04-10 16:11 UTC  (14+ messages)
` [PATCH v7 1/3] mm: add AS_WRITEBACK_INDETERMINATE mapping flag
` [PATCH v7 3/3] fuse: remove tmp folio for writebacks and internal rb tree

[PATCH v2 0/5] Fix lazy mmu mode
 2025-04-10 16:07 UTC  (2+ messages)

[PATCH] drivers/base/memory: Avoid overhead from for_each_present_section_nr()
 2025-04-10 15:45 UTC  (8+ messages)

[patch] mm: swap: add __maybe_unused attribute for swap_is_last_ref() and update it's comment
 2025-04-10 15:39 UTC  (2+ messages)

[PATCH v2 0/1] mm: Allow detection of wrong arch_enter_lazy_mmu_mode() context
 2025-04-10 15:24 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/6 v3] sched/mm: LRU drain flush on nohz_full
 2025-04-10 15:23 UTC  (7+ messages)
` [PATCH 1/6] task_work: Provide means to check if a work is queued
` [PATCH 2/6] sched/fair: Use task_work_queued() on numa_work
` [PATCH 3/6] sched: Use task_work_queued() on cid_work
` [PATCH 4/6] tick/nohz: Move nohz_full related fields out of hot task struct's places
` [PATCH 5/6] sched/isolation: Introduce isolated task work
` [PATCH 6/6] mm: Drain LRUs upon resume to userspace on nohz_full CPUs

[PATCH 0/5] mm: reliable huge page allocator
 2025-04-10 15:19 UTC  (3+ messages)
` [PATCH 1/5] mm: compaction: push watermark into compaction_suitable() callers

[PATCH v2 0/3] mm: Fix apply_to_pte_range() vs lazy MMU mode
 2025-04-10 15:18 UTC  (8+ messages)
` [PATCH v2 1/3] kasan: Avoid sleepable page allocation from atomic context
` [PATCH v2 3/3] mm: Protect kernel pgtables in apply_to_pte_range()

[RFC PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
 2025-04-10 15:13 UTC  (5+ messages)

[PATCH] mm: simplify zone_idx()
 2025-04-10 14:41 UTC  (2+ messages)

[PATCH v12 2/3] sched: Move task_mm_cid_work to mm work_struct
 2025-04-10 14:36 UTC  (4+ messages)
` [PATCH] fixup: "

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-10 14:23 UTC  (9+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH 1/2] mm: page_alloc: speed up fallbacks in rmqueue_bulk()
 2025-04-10 13:55 UTC  (13+ messages)
` [PATCH 2/2] mm: page_alloc: tighten up find_suitable_fallback()
` [EXT] [PATCH 1/2] mm: page_alloc: speed up fallbacks in rmqueue_bulk()

[PATCH v7 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
 2025-04-10 13:41 UTC  (8+ messages)
` [PATCH v7 3/3] mm/mempolicy: Support "

[PATCH 1/2] MAINTAINERS: update SLAB ALLOCATOR maintainers
 2025-04-10 12:37 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: add MM subsection for the page allocator

[REPORT] Softlockups on PowerNV with upstream
 2025-04-10 12:32 UTC  (12+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-10 11:04 UTC  (14+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv

[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool
 2025-04-10 10:21 UTC  (4+ messages)
` [PATCH net-next v9 1/2] page_pool: Move pp_magic check into helper functions

Free Reserved Memory and return to the Buddy Allocator
 2025-04-10 10:19 UTC 

[PATCH] selftests/mm: Restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
 2025-04-10 10:07 UTC 

[PATCH 2/3] vmalloc: Switch to for_each_vmap_node() helper
 2025-04-10  9:34 UTC  (4+ messages)

[PATCH v3] docs: update THP admin guide about non-tmpfs filesystem support
 2025-04-10  9:31 UTC  (5+ messages)

[PATCH v3 0/2] drm/panic: Add support to scanout buffer as array of pages
 2025-04-10  9:06 UTC  (2+ messages)

[BUG Report] 6.15-rc1 RIP: 0010:__lruvec_stat_mod_folio+0x7e/0x250
 2025-04-10  8:48 UTC  (8+ messages)

[PATCH] mm: huge_memory: add folio_mark_accessed() when zapping file THP
 2025-04-10  8:45 UTC  (2+ messages)

[PATCH v4 0/4] mm/gup: Minor fix, cleanup and improvements
 2025-04-10  8:31 UTC  (6+ messages)
` [PATCH v4 1/4] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
` [PATCH v4 2/4] mm/gup: remove unneeded checking in follow_page_pte()
` [PATCH v4 3/4] mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codes
` [PATCH v4 4/4] mm/gup: clean up codes in fault_in_xxx() functions

[PATCH V4] mm/gup: Clear the LRU flag of a page before adding to LRU batch
 2025-04-10  8:06 UTC  (8+ messages)

[PATCH v7 2/3] mm/mempolicy: Prepare weighted interleave sysfs for memory hotplug
 2025-04-10  8:06 UTC  (3+ messages)

[PATCH 0/3] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-04-10  7:42 UTC  (5+ messages)
` [PATCH 1/3] mm: Export vmf_insert_mixed_mkwrite()

[PATCH v2] mm: add zblock allocator
 2025-04-10  7:02 UTC  (10+ messages)

[linux-next:master 1753/1936] mm/swapfile.c:1517:20: warning: function 'swap_is_last_ref' is not needed and will not be emitted
 2025-04-10  6:34 UTC  (6+ messages)

[PATCH v2] x86/mm/pat: (un)track_pfn_copy() fix + doc improvements
 2025-04-10  6:32 UTC  (5+ messages)

[RFC PATCH] mm/damon: add full LPAE support for memory monitoring above 4GB
 2025-04-10  6:28 UTC  (2+ messages)

[PATCH] mm: hugetlb: Fix incorrect fallback for subpool
 2025-04-10  6:26 UTC 

[PATCH V3 0/3] add max arg to swappiness in memory.reclaim and lru_gen
 2025-04-10  4:50 UTC  (7+ messages)
` [PATCH V3 1/3] mm: add swappiness=max arg to memory.reclaim for only anon reclaim
    ` [External] "
` [PATCH V3 2/3] mm: add max swappiness arg to lru_gen for anonymous memory only
    ` [External] "

[PATCH] mm/hugetlb: Convert &folio->page to folio_page(folio, 0)
 2025-04-10  3:48 UTC  (4+ messages)

[PATCH v2] memcg: optimize memcg_rstat_updated
 2025-04-10  2:57 UTC 

[PATCH v2] alloc_tag: handle incomplete bulk allocations in vm_module_tags_populate
 2025-04-10  2:52 UTC  (4+ messages)

[PATCH v4] mm/hugetlb: fix set_max_huge_pages() when there are surplus pages
 2025-04-10  2:14 UTC  (2+ messages)

slub - extended kmalloc redzone and dma alignment
 2025-04-10  1:54 UTC  (11+ messages)

[PATCH] memcg: optimize memcg_rstat_updated
 2025-04-10  1:49 UTC  (3+ messages)

[RFC PATCH] mm: hugetlb: Fix incorrect fallback for subpool
 2025-04-10  0:51 UTC  (2+ messages)

[PATCH v4 0/6] Track node vacancy to reduce worst case allocation counts
 2025-04-10  0:29 UTC  (3+ messages)

[PATCH v3 0/4] mm/madvise: batch tlb flushes for MADV_DONTNEED and MADV_FREE
 2025-04-10  0:00 UTC  (5+ messages)
` [PATCH v3 1/4] mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()
` [PATCH v3 2/4] mm/madvise: batch tlb flushes for MADV_FREE
` [PATCH v3 3/4] mm/memory: split non-tlb flushing part from zap_page_range_single()
` [PATCH v3 4/4] mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]

[PATCH] alloc_tag: Handle incomplete bulk allocations in vm_module_tags_populate
 2025-04-09 22:24 UTC  (8+ messages)

[syzbot] [mm?] BUG: sleeping function called from invalid context in emon
 2025-04-09 21:05 UTC 

page:  |  | latest

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