linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-17 19:57:47 to 2025-06-18 17:40:37 UTC [more...]

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-18 17:39 UTC  (6+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-18 17:37 UTC  (19+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH 2/6] mm: Lock kernel page tables before entering lazy MMU mode
 2025-06-18 17:32 UTC  (2+ messages)

[PATCH] khugepaged: Optimize __collapse_huge_page_copy_succeeded() for large folios by PTE batching
 2025-06-18 17:29 UTC  (7+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-18 17:06 UTC  (3+ messages)
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[RFC v2 00/16] Live Update Orchestrator
 2025-06-18 17:00 UTC  (19+ messages)
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks

[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
 2025-06-18 16:56 UTC  (19+ 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] MAINTAINERS: add further init files to mm init block
 2025-06-18 16:50 UTC  (3+ messages)

[PATCH v7 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-18 16:38 UTC  (12+ messages)
` [PATCH v7 1/5] KVM: arm64: Rename symbols to reflect whether CMO may be used
` [PATCH v7 2/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v7 3/5] KVM: arm64: New function to determine hardware cache management support
` [PATCH v7 4/5] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v7 5/5] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[PATCH] mm/damon: fix minor typos in damon header
 2025-06-18 16:33 UTC 

[PATCH] khugepaged: Optimize collapse_pte_mapped_thp() for large folios by PTE batching
 2025-06-18 15:56 UTC 

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-18 15:12 UTC  (9+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
 2025-06-18 14:43 UTC  (17+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues

[PATCH] zram: support asynchronous writeback
 2025-06-18 14:17 UTC 

[PATCH] MAINTAINERS: add missing files to mm page alloc section
 2025-06-18 14:16 UTC  (3+ messages)

[PATCH] mm: rt-threads retry mempool allocation without delay
 2025-06-18 13:46 UTC  (3+ messages)

[PATCH v4] fork: Clean-up ifdef logic around stack allocation
 2025-06-18 13:34 UTC 

[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
 2025-06-18 13:23 UTC  (11+ messages)

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

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

[syzbot] [mm?] WARNING in __put_task_struct (5)
 2025-06-18 12:56 UTC 

[syzbot] [mm?] KASAN: slab-use-after-free Read in do_sync_mmap_readahead
 2025-06-18 12:56 UTC 

[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
 2025-06-18 12:17 UTC  (4+ messages)
          ` does fuse need ->launder_folios, was: "

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

[RFC PATCH] PM: Optionally block user fork during freeze to improve performance
 2025-06-18 11:54 UTC  (10+ messages)

[PATCH 0/2] Postpone memcg reclaim to return-to-user path
 2025-06-18 11:39 UTC  (3+ messages)
` [PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
` [PATCH 2/2] jbd2: mark the transaction context with the scope PF_MEMALLOC_ACFORCE context

[RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
 2025-06-18 10:57 UTC  (5+ messages)

[PATCH v2 00/20] Add support for shared PTEs across processes
 2025-06-18 10:21 UTC 

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

[PATCH v4 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
 2025-06-18  9:39 UTC  (5+ messages)

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-18  9:31 UTC  (4+ messages)
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special

[PATCH 1/1] mm/ksm: add ksm_pages_sharing for each process to calculate profit more accurately
 2025-06-18  9:14 UTC  (4+ messages)

[PATCH 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-06-18  8:46 UTC  (17+ 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

[RFC 0/2] lib/vsprintf: Add support for pte_t
 2025-06-18  8:44 UTC  (9+ messages)
` [RFC 1/2] "
` [RFC 2/2] kunit: printf: Add test case "

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-18  7:51 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 v4 0/3] mm/memfd: Reserve hugetlb folios before allocation
 2025-06-18  7:46 UTC  (5+ messages)
` [PATCH v4 1/3] mm/hugetlb: Make hugetlb_reserve_pages() return nr of entries updated
` [PATCH v4 2/3] mm/memfd: Reserve hugetlb folios before allocation
` [PATCH v4 3/3] selftests/udmabuf: Add a test to pin first before writing to memfd

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

[PATCH] mm: rename the oldflags and parameter in memalloc_flags_*()
 2025-06-18  7:03 UTC 

[PATCH] mm/hugetlb: Don't crash when allocating a folio if there are no resv
 2025-06-18  6:44 UTC  (2+ messages)

[linus:master] [lib/test_vmalloc.c] 2d76e79315: Kernel_panic-not_syncing:Fatal_exception
 2025-06-18  6:25 UTC 

[syzbot] [mm?] WARNING: bad unlock balance in move_pgt_entry
 2025-06-18  5:07 UTC  (2+ messages)

[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  (4+ messages)

[PATCH] MAINTAINERS: Update maintainers for HugeTLB
 2025-06-18  2:47 UTC  (2+ 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 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
 2025-06-17 23:26 UTC  (10+ 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  (2+ 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  (5+ messages)
` [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  (3+ messages)
` [PATCH 01/11] "


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).