linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/compaction: do not break pages whose order is larger than target order
 2025-04-25  6:53 UTC  (3+ messages)

[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
 2025-04-25  4:52 UTC  (13+ messages)

[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 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-25  3:15 UTC  (11+ 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 v2 0/3] Use kmem_cache for memcg alloc
 2025-04-25  1:55 UTC  (10+ messages)
` [PATCH v2 1/3] mm/memcg: use kmem_cache when alloc memcg
` [PATCH v2 2/3] mm/memcg: use kmem_cache when alloc memcg pernode info
` [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  (9+ messages)
` [PATCH v4 2/5] cgroup: add helper for checking when css is cgroup::self
` [PATCH v4 3/5] cgroup: change rstat function signatures from cgroup-based to css-based
` [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 

[PATCH 0/2] mm/userfaultfd: Fix uninitialized output field for -EAGAIN race
 2025-04-24 21:57 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/selftests: Add a test to verify mmap_changing race with -EAGAIN

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-04-24 21:31 UTC  (13+ 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 v4 0/7] mm: Introduce for_each_valid_pfn()
 2025-04-24 21:15 UTC  (7+ 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] mm/huge_memory: Simplify the split_huge_pmd_locked function
 2025-04-24 20:44 UTC  (2+ messages)

[PATCH v1 1/1] mm, slab: fold need_slab_obj_ext() into its only user
 2025-04-24 20:35 UTC  (5+ 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  (12+ 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)

[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
 2025-04-24 18:47 UTC  (19+ messages)
` [RFC PATCH 1/7] mm/slab: refactor freelist shuffle
` [RFC PATCH 2/7] treewide, slab: allow slab constructor to return an error
` [RFC PATCH 3/7] mm/slab: revive the destructor feature in slab allocator
` [RFC PATCH 4/7] net/sched/act_api: use slab ctor/dtor to reduce contention on pcpu alloc
` [RFC PATCH 5/7] mm/percpu: allow (un)charging objects without alloc/free
` [RFC PATCH 6/7] lib/percpu_counter: allow (un)charging percpu counters "
` [RFC PATCH 7/7] kernel/fork: improve exec() throughput with slab ctor/dtor pair

[PATCH] mm: vmalloc: Support more granular vrealloc() sizing
 2025-04-24 18:42 UTC  (3+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-24 18:16 UTC  (23+ 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 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  (5+ messages)

[PATCH v13 00/28] riscv control-flow integrity for usermode
 2025-04-24 16:41 UTC  (6+ messages)
` [PATCH v13 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v13 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-24 16:01 UTC  (19+ messages)
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API

[PATCH v2 0/2] Fix 100% CPU usage issue in IOU worker threads
 2025-04-24 15:51 UTC  (16+ messages)
` [PATCH v2 1/2] io_uring: Add new functions to handle user fault scenarios

[PATCH v5 0/3] nvme/pci: PRP list DMA pool partitioning
 2025-04-24 15:46 UTC  (5+ messages)
` [PATCH v5 3/3] nvme/pci: make PRP list DMA pools per-NUMA-node

[PATCH] vfs,shmem,kernfs: fix listxattr to include security.* xattrs
 2025-04-24 15:43 UTC  (5+ messages)

[PATCH v4 00/12] khugepaged: mTHP support
 2025-04-24 15:03 UTC  (11+ messages)
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v4 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v4 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v4 12/12] Documentation: mm: update the admin guide for mTHP collapse

Slam Dunk at RSA Conference 2025
 2025-04-24 14:06 UTC  (2+ messages)

[PATCH 1/4] lib/test_vmalloc.c: Replace RWSEM to SRCU for setup
 2025-04-24 13:38 UTC  (6+ messages)
` [PATCH 2/4] lib/test_vmalloc.c: Allow built-in execution
` [PATCH 4/4] vmalloc: Align nr_vmalloc_pages and vmap_lazy_nr

AMD GPU driver load hitting BUG_ON in sync_global_pgds_l5()
 2025-04-24 12:54 UTC  (5+ messages)

[PATCH v1] kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()
 2025-04-24 12:52 UTC  (9+ messages)

Report: Performance regression from ib_umem_get on zone device pages
 2025-04-24 12:01 UTC  (4+ messages)

[PATCH V4 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-04-24 11:57 UTC  (8+ messages)
` [PATCH V4 1/2] mm: add folio_migration_expected_refs() as inline function

[PATCH v5 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
 2025-04-24  9:50 UTC  (6+ messages)

[PATCH v4 00/11] Perf improvements for hugetlb and vmalloc on arm64
 2025-04-24  9:40 UTC  (7+ messages)
` [PATCH v4 04/11] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()
` [PATCH v4 05/11] arm64: hugetlb: Use __set_ptes_anysz() and __ptep_get_and_clear_anysz()
` [PATCH v4 11/11] arm64/mm: Batch barriers when updating kernel mappings

[linus:master] [mm, swap] 7277433096: swapin.throughput 33.0% regression
 2025-04-24  9:38 UTC  (2+ messages)

[PATCH] execmem: enforce allocation size aligment to PAGE_SIZE
 2025-04-24  8:53 UTC  (3+ messages)

[PATCH v6 12/14] memblock: add KHO support for reserve_mem
 2025-04-24  8:32 UTC  (2+ 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