linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-17 09:30:30 to 2025-06-18 04:12:53 UTC [more...]

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-18  4:12 UTC  (2+ messages)
` [RFC 1/2] "

[PATCH 1/2] mm: add gpu active/reclaim per-node stat counters
 2025-06-18  4:06 UTC  (2+ messages)
` [PATCH 2/2] drm/ttm: use gpu mm stats to track gpu memory allocations

[Linux Memory Hotness and Promotion] Notes from June 5, 2025
 2025-06-18  3:49 UTC  (2+ messages)

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-06-18  3:43 UTC  (2+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm

[QUESTION] xas_reload() in iter_xarray_populate_pages()
 2025-06-18  3:14 UTC  (8+ messages)

[PATCH 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-06-18  3:07 UTC  (10+ messages)
` [PATCH 1/4] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH 2/4] mm/shmem, swap: avoid redundant Xarray lookup during swapin
` [PATCH 3/4] mm/shmem, swap: improve mthp swapin process
` [PATCH 4/4] mm/shmem, swap: avoid false positive swap cache lookup

[PATCH] MAINTAINERS: Update maintainers for HugeTLB
 2025-06-18  2:47 UTC  (5+ messages)

[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-06-18  2:25 UTC  (3+ messages)

[PATCH v6] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
 2025-06-18  1:58 UTC 

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-18  0:40 UTC  (10+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages

[RFC PATCH 0/2] mm/swap, memcg: Support per-cgroup swap device prioritization
 2025-06-18  0:32 UTC  (4+ messages)
` [RFC PATCH 1/2] mm/swap, memcg: basic structure and logic for per cgroup swap priority control

[PATCH] mm: add OOM killer maintainer structure
 2025-06-18  0:31 UTC  (7+ messages)

[PATCH] mm: rt-threads retry mempool allocation without delay
 2025-06-18  0:25 UTC  (2+ messages)

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-18  0:08 UTC  (11+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
            ` netmem series needs some love and Acks from MM folks

[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-17 23:36 UTC  (18+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings

[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
 2025-06-17 23:26 UTC  (10+ messages)

[PATCH] MAINTAINERS: add further init files to mm init block
 2025-06-17 23:18 UTC  (3+ messages)

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-17 23:10 UTC  (7+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd

[RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
 2025-06-17 22:30 UTC  (4+ messages)

[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-06-17 20:43 UTC  (2+ messages)

[PATCH v10 2/7] reboot: hw_protection_trigger: use standardized numeric shutdown/reboot reasons instead of strings
 2025-06-17 20:41 UTC 

[PATCH v3 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-17 20:12 UTC  (6+ messages)
` [PATCH v3 1/4] cgroup: support to enable nmi-safe css_rstat_updated
` [PATCH v3 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v3 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v3 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()

[PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-06-17 20:09 UTC  (24+ messages)
` [PATCH 01/11] "

[syzbot] [mm?] WARNING: bad unlock balance in move_pgt_entry
 2025-06-17 19:45 UTC  (2+ messages)

[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-17 19:38 UTC  (5+ messages)

[RFC v2 00/16] Live Update Orchestrator
 2025-06-17 19:32 UTC  (7+ messages)
` [RFC v2 05/16] luo: luo_core: integrate with KHO

[linux-next:master] BUILD SUCCESS WITH WARNING 4325743c7e209ae7845293679a4de94b969f2bef
 2025-06-17 19:22 UTC 

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17 19:00 UTC  (39+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[RFC PATCH] MAINTAINERS: add further core files to mm core section
 2025-06-17 18:47 UTC  (12+ messages)

[RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
 2025-06-17 18:32 UTC  (2+ messages)

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-06-17 18:25 UTC  (17+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 02/14] mm: drop highest_memmap_pfn
` [PATCH RFC 03/14] mm: compare pfns only if the entry is present when inserting pfns/pages
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
` [PATCH RFC 06/14] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 09/14] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
` [PATCH RFC 12/14] mm: drop addr parameter from vm_normal_*_pmd()
` [PATCH RFC 13/14] mm: introduce and use vm_normal_page_pud()
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2] MAINTAINERS: add additional mmap-related files to mmap section
 2025-06-17 18:25 UTC  (4+ messages)

[PATCH] MAINTAINERS: add stray rmap file to mm rmap section
 2025-06-17 18:22 UTC  (4+ messages)

[PATCH v6 0/4] mm: introduce THP deferred setting
 2025-06-17 17:52 UTC  (4+ messages)
` [PATCH v6 1/4] mm: defer THP insertion to khugepaged

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-06-17 17:22 UTC  (5+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH] MAINTAINERS: add hugetlb_cgroup.c to hugetlb section
 2025-06-17 17:15 UTC 

[PATCH v9 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-06-17 16:14 UTC  (3+ messages)
` [PATCH v9 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v9 2/2] ras: mem: Add memory "

[PATCH] MAINTAINERS: add memfd, shmem quota files to shmem section
 2025-06-17 16:13 UTC 

[PATCH 0/2] mm/ksm: calculate ksm_process_profit more accurately
 2025-06-17 15:52 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/ksm: Rename ksm_merging_pages to ksm_process_sharing

[PATCH] hugetlb: block hugetlb file creation if hugetlb is not set up
 2025-06-17 15:35 UTC  (5+ messages)

[PATCH v4 0/3] optimize vfio_unpin_pages_remote() for large folio
 2025-06-17 15:22 UTC  (7+ messages)
` [PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()

[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
 2025-06-17 15:10 UTC  (7+ messages)
` [PATCH 2/6] selftest/mm: Fix ksm_funtional_test failures
` [PATCH 3/6] selftests/mm : fix test_prctl_fork_exec failure

[PATCH] alloc_tag: remove empty module tag section
 2025-06-17 15:05 UTC  (3+ messages)

[PATCH] MAINTAINERS: add additional mmap-related files to mmap section
 2025-06-17 14:29 UTC  (3+ messages)

[RFC 0/3] mm: introduce snapshot_page()
 2025-06-17 14:27 UTC  (4+ messages)
` [RFC 1/3] "
` [RFC 2/3] proc: kpagecount: use snapshot_page()
` [RFC 3/3] fs: stable_page_flags(): "

[PATCH] mm: Add Kcompressd for accelerated memory compression
 2025-06-17 14:21 UTC  (3+ messages)

[PATCH v2 00/11] Various slab improvements
 2025-06-17 14:16 UTC  (4+ messages)
` [PATCH v2 06/11] doc: Add slab internal kernel-doc

[PATCH v5 0/1] mm: Restrict _shared_alloc_tag static definition to CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
 2025-06-17 14:12 UTC  (4+ messages)
` [PATCH v5 1/1] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU

[PATCH 0/5] Misc rework on hugetlb_fault
 2025-06-17 14:00 UTC  (18+ messages)
` [PATCH 2/5] mm,hugetlb: Document the reason to lock the folio in the faulting path

[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
 2025-06-17 13:47 UTC  (5+ messages)
` [PATCH v4 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio

[PATCH v2 0/2] frozen pages for large kmalloc
 2025-06-17 10:01 UTC  (2+ messages)

[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
 2025-06-17 10:00 UTC  (3+ messages)

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:49 UTC  (20+ messages)
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).