[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-04-25 20:00 UTC (18+ messages)
` [PATCH v1 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
` [PATCH v1 03/11] x86/mm/pat: introduce pfnmap_track() and pfnmap_untrack()
` [PATCH v1 04/11] mm/memremap: convert to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking "
` [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v1 07/11] mm: remove VM_PAT
` [PATCH v1 08/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v1 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v1 11/11] mm/io-mapping: "
BUG: vdso changes expose elf mapping issue
2025-04-25 19:56 UTC (3+ messages)
msync() seems not to clean the data cache
2025-04-25 19:31 UTC (2+ messages)
[PATCH v4 0/7] mm: Introduce for_each_valid_pfn()
2025-04-25 19:08 UTC (11+ messages)
` [PATCH v4 1/7] mm: Introduce for_each_valid_pfn() and use it from reserve_bootmem_region()
` [PATCH v4 2/7] mm: Implement for_each_valid_pfn() for CONFIG_FLATMEM
` [PATCH v4 6/7] mm: Use for_each_valid_pfn() in memory_hotplug
` [PATCH v4 7/7] mm/mm_init: Use for_each_valid_pfn() in init_unavailable_range()
[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
2025-04-25 19:03 UTC (13+ messages)
[PATCH v5 0/3] nvme/pci: PRP list DMA pool partitioning
2025-04-25 18:02 UTC (6+ messages)
` [PATCH v5 3/3] nvme/pci: make PRP list DMA pools per-NUMA-node
[PATCH v4 0/9] SLUB percpu sheaves
2025-04-25 17:35 UTC (12+ messages)
` [PATCH v4 1/9] slab: add opt-in caching layer of "
` [PATCH v4 2/9] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v4 3/9] slab: sheaf prefilling for guaranteed allocations
` [PATCH v4 4/9] slab: determine barn status racily outside of lock
` [PATCH v4 5/9] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH v4 6/9] tools: Add sheaves support to testing infrastructure
` [PATCH v4 7/9] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH v4 8/9] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v4 9/9] mm, slub: skip percpu sheaves for remote object freeing
[PATCH 0/4] move all VMA allocation, freeing and duplication logic to mm
2025-04-25 17:26 UTC (31+ messages)
` [PATCH 1/4] mm: abstract initial stack setup to mm subsystem
` [PATCH 2/4] mm: perform VMA allocation, freeing, duplication in mm
` [PATCH 3/4] mm: move dup_mmap() to mm
` [PATCH 4/4] mm: move vm_area_alloc,dup,free() functions to vma.c
[PATCH] mm/compaction: do not break pages whose order is larger than target order
2025-04-25 17:24 UTC (7+ messages)
[RFC v1 0/3] Live Update Orchestrator
2025-04-25 17:21 UTC (7+ messages)
` [RFC v1 1/3] luo: "
[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm
2025-04-25 17:09 UTC (5+ messages)
` [PATCH v2 1/3] mm: abstract initial stack setup to mm subsystem
` [PATCH v2 2/3] mm: move dup_mmap() to mm
` [PATCH v2 3/3] mm: perform VMA allocation, freeing, duplication in mm
[PATCH v1 1/1] mm, slab: fold need_slab_obj_ext() into its only user
2025-04-25 17:07 UTC (6+ messages)
[PATCH v12 00/28] riscv control-flow integrity for usermode
2025-04-25 16:39 UTC (18+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
[PATCH v2 00/12] Always call constructor for kernel page tables
2025-04-25 16:35 UTC (5+ messages)
` [PATCH v2 01/12] mm: Pass mm down to pagetable_{pte,pmd}_ctor
` [PATCH v2 03/12] mm: Call ctor/dtor for kernel PTEs
[PATCH 0/2] mm/userfaultfd: Fix uninitialized output field for -EAGAIN race
2025-04-25 16:27 UTC (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/selftests: Add a test to verify mmap_changing race with -EAGAIN
[PATCH] tools/testing/selftests: fix guard region test tmpfs assumption
2025-04-25 16:24 UTC
[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
2025-04-25 15:44 UTC (11+ messages)
[PATCH v4] mm: pass nid to reserve_bootmem_region()
2025-04-25 14:37 UTC (4+ messages)
` [PATCH] mm: memblock: Fix arguments passed to memblock_set_node()
[PATCH RESEND 0/6] support ksm_stat showing at cgroup level
2025-04-25 14:30 UTC (5+ messages)
` [PATCH RESEND 1/6] memcontrol: rename mem_cgroup_scan_tasks()
[PATCH v7 00/13] nommu UML
2025-04-25 13:49 UTC
[PATCH v2 0/2] Clean up split_huge_pmd_locked() and remove unnecessary folio pointers
2025-04-25 11:40 UTC (7+ messages)
` [PATCH v2 1/2] mm/huge_memory: Adjust try_to_migrate_one() and split_huge_pmd_locked()
` [PATCH v2 2/2] mm/huge_memory: Remove useless folio pointers passing
[DISCUSSION] Revisiting Slab Movable Objects
2025-04-25 11:09 UTC (3+ messages)
[PATCH v2] mm/contig_alloc: fix alloc_contig_range when __GFP_COMP and order < MAX_ORDER
2025-04-25 11:04 UTC (3+ messages)
[RFC v1 0/2] slabinfo: sheaves statistics support
2025-04-25 8:16 UTC (4+ messages)
[PATCH] mm/memory: fix mapcount / refcount sanity check for mTHP reuse
2025-04-25 8:03 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 393d0c54cae31317deaa9043320c5fd9454deabc
2025-04-25 7:50 UTC
[PATCH V4 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
2025-04-25 7:47 UTC (9+ messages)
` [PATCH V4 1/2] mm: add folio_migration_expected_refs() as inline function
[syzbot] [mm?] INFO: task hung in exit_mmap (2)
2025-04-25 7:09 UTC
[PATCH v3 0/3] Use kmem_cache for memcg alloc
2025-04-25 4:35 UTC (8+ messages)
` [PATCH v3 1/3] mm/memcg: move mem_cgroup_init() ahead of cgroup_init()
` [PATCH v3 2/3] mm/memcg: use kmem_cache when alloc memcg
` [PATCH v3 3/3] mm/memcg: use kmem_cache when alloc memcg pernode info
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-04-25 4:02 UTC (11+ messages)
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
[PATCH v3] khugepaged: Pass folio instead of head page to trace events
2025-04-25 3:53 UTC (2+ messages)
[PATCH net-next v4 3/8] mfd: Add Microchip ZL3073x support
2025-04-25 3:36 UTC
[PATCH v2 0/3] Use kmem_cache for memcg alloc
2025-04-25 1:55 UTC (8+ messages)
` [PATCH v2 3/3] mm/memcg: introduce mem_cgroup_early_init
[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio
2025-04-25 1:19 UTC
[PATCH v2 1/4] mm/hugetlb: Refactor unmap_ref_private() to take folio instead of page
2025-04-25 1:11 UTC (3+ messages)
[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
2025-04-25 1:10 UTC (8+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-25 0:18 UTC (5+ messages)
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
drivers/s390/block/dcssblk.c:417: undefined reference to `kill_dax'
2025-04-24 21:57 UTC
[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
2025-04-24 21:31 UTC (8+ messages)
` [RFC PATCH 1/3] filemap: Add a helper for filesystems implementing dropbehind
` [RFC PATCH 2/3] filemap: Mark folios as dropbehind in generic_perform_write()
` [RFC PATCH 3/3] NFS: Enable the RWF_DONTCACHE flag for the NFS client
` [PATCH 4/3] NFS: add RWF_DONTCACHE support to LOCALIO
[PATCH] memblock: mark init_deferred_page as __init_memblock
2025-04-24 21:28 UTC (4+ messages)
[PATCH] mm/huge_memory: Simplify the split_huge_pmd_locked function
2025-04-24 20:44 UTC (2+ messages)
[PATCH v5 0/2] vmscan: enforce mems_effective during demotion
2025-04-24 20:28 UTC (3+ messages)
` [PATCH v5 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v5 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH v3 1/1] mm/rmap: inline folio_test_large_maybe_mapped_shared() into callers
2025-04-24 20:28 UTC (2+ messages)
[PATCH v4 2/2] vmscan,cgroup: apply mems_effective to reclaim
2025-04-24 20:22 UTC (4+ messages)
` [PATCH v5 0/2] vmscan: enforce mems_effective during demotion
` [PATCH v5 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v5 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH] MAINTAINERS: add mm THP section
2025-04-24 19:50 UTC (6+ messages)
[PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse
2025-04-24 19:45 UTC (3+ messages)
[PATCH] mm: workingset: Simplify lockdep check in update_node
2025-04-24 19:17 UTC (2+ messages)
[PATCH] mm: vmalloc: Support more granular vrealloc() sizing
2025-04-24 18:42 UTC (3+ messages)
[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
2025-04-24 17:44 UTC (11+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "
[PATCH v2] mm, slab: clean up slab->obj_exts always
2025-04-24 17:19 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox