linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-01 22:11:35 to 2025-07-02 15:29:11 UTC [more...]

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-07-02 15:20 UTC  (2+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-02 15:25 UTC  (52+ messages)
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"

[PATCH v4 3/4] mm: Optimize mprotect() by PTE-batching
 2025-07-02 15:22 UTC  (12+ messages)

[PATCH v4 0/4] Optimize mprotect() for large folios
 2025-07-02 15:01 UTC  (4+ messages)
` [PATCH v4 1/4] mm: Optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEs

[PATCH v6] mm/vmalloc: fix data race in show_numa_info()
 2025-07-02 15:00 UTC  (7+ messages)

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-02 14:51 UTC  (6+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *

[PATCHv8 11/17] x86/cpu: Set LASS CR4 bit as pinning sensitive
 2025-07-02 14:47 UTC  (17+ messages)
  ` [PATCHv8 15/17] x86/cpu: Make LAM depend on LASS
  ` [PATCHv8 04/17] x86/cpu: Defer CR pinning setup until after EFI initialization
  ` [PATCHv8 17/17] x86: Re-enable Linear Address Masking
  ` [PATCHv8 12/17] x86/traps: Communicate a LASS violation in #GP message
  ` [PATCHv8 13/17] x86/traps: Generalize #GP address decode and hint code
  ` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS

[PATCH v2 0/4] mm: folio_pte_batch() improvements
 2025-07-02 14:40 UTC  (9+ messages)
` [PATCH v2 1/4] mm: convert FPB_IGNORE_* into FPB_RESPECT_*
` [PATCH v2 2/4] mm: smaller folio_pte_batch() improvements
` [PATCH v2 3/4] mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
` [PATCH v2 4/4] mm: remove boolean output parameters from folio_pte_batch_ext()

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-02 14:32 UTC  (13+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH v2] selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
 2025-07-02 14:20 UTC 

[DISCUSSION] proposed mctl() API
 2025-07-02 14:15 UTC  (7+ messages)

next-20250701: qemu-x86_64: BUG unable to handle page fault for address __cpa_flush_tlb
 2025-07-02 14:04 UTC  (3+ messages)

[RESEND PATCH v13 2/3] sched: Move task_mm_cid_work to mm work_struct
 2025-07-02 13:58 UTC  (3+ messages)

[PATCH] selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
 2025-07-02 13:52 UTC  (5+ messages)

[PATCH 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-02 13:39 UTC  (5+ messages)
` [PATCH 3/3] "

[PATCH] drivers/base/node: Handle error properly in register_one_node()
 2025-07-02 12:59 UTC  (3+ messages)

[PATCH] mm: support large mapping building for tmpfs
 2025-07-02 11:55 UTC  (7+ messages)

[PATCH v2] sched/numa: Introduce per cgroup numa balance control
 2025-07-02 11:25 UTC  (5+ messages)

[PATCH V2] tools: mm: Added modern version of shell quote and a stanza
 2025-07-02 10:31 UTC  (2+ messages)

[PATCH v2] selftests/mm: Add process_madvise() tests
 2025-07-02 10:03 UTC 

[PATCH v2] selftests/mm: Add process_madvise() tests
 2025-07-02 10:01 UTC 

[PATCH v1] mm/vmscan: Account hwpoisoned folios in reclaim statistics
 2025-07-02  9:44 UTC  (2+ messages)

[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-02  9:33 UTC  (2+ messages)

[PATCH v1 0/4] mm: folio_pte_batch() improvements
 2025-07-02  9:11 UTC  (20+ messages)
` [PATCH v1 1/4] mm: convert FPB_IGNORE_* into FPB_HONOR_*
` [PATCH v1 2/4] mm: smaller folio_pte_batch() improvements
` [PATCH v1 3/4] mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_ext()
` [PATCH v1 4/4] mm: remove boolean output parameters from folio_pte_batch_ext()

[PATCH v7] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-07-02  9:00 UTC  (3+ messages)

[PATCH v2] x86/mm: Disable hugetlb page table sharing on 32-bit
 2025-07-02  8:50 UTC  (2+ messages)

[PATCH] tools/testing/selftests: add mremap() unfaulted/faulted test cases
 2025-07-02  8:47 UTC 

[PATCH] mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock
 2025-07-02  8:27 UTC 

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver
 2025-07-02  8:24 UTC  (12+ messages)
` [PATCH 12/17] ttm: add objcg pointer to bo and tt

[PATCH] lib/test_vmalloc.c: introduce xfail for failing tests
 2025-07-02  8:13 UTC  (4+ messages)

[PATCH 0/2] mm/memory_hotplug: fixup crash during uevent handling
 2025-07-02  7:52 UTC  (10+ messages)
` [PATCH 2/2] mm/memory_hotplug: activate node before adding new memory blocks

[PATCHv2 0/3] mm/memory_hotplug: fixup crash during uevent handling
 2025-07-02  7:39 UTC  (4+ messages)
` [PATCH 1/3] drivers/base/memory: add node id parameter to add_memory_block()
` [PATCH 2/3] mm/memory_hotplug: activate node before adding new memory blocks
` [PATCH 3/3] drivers/base: move memory_block_add_nid() into the caller

[syzbot] [mm?] WARNING in xfs_init_fs_context
 2025-07-02  7:30 UTC  (3+ messages)

[PATCH] mm: Fix spelling issue in swap.h
 2025-07-02  7:12 UTC 

[PATCH 0/3] mm: introduce snapshot_page()
 2025-07-02  6:40 UTC  (4+ messages)
` [PATCH 2/3] proc: kpagecount: use snapshot_page()

[PATCH] kasan: don't call find_vm_area() in in_interrupt() for possible deadlock
 2025-07-02  6:28 UTC  (4+ messages)

[PATCH] mm: remove outdated filename comment in percpu-stats.c
 2025-07-02  6:23 UTC 

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-02  5:57 UTC  (16+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v8 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v8 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v8 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v8 06/15] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v8 07/15] khugepaged: add "
` [PATCH v8 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v8 09/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v8 10/15] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v8 11/15] khugepaged: allow madvise_collapse "
` [PATCH v8 12/15] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v8 13/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v8 15/15] Documentation: mm: update the admin guide for mTHP collapse

[PATCH] mm/mglru: Stop try_to_inc_min_seq() if the oldest generation LRU lists are not empty
 2025-07-02  5:44 UTC  (5+ messages)

[PATCH net-next v8 0/5] Split netmem from struct page
 2025-07-02  5:32 UTC  (6+ messages)
` [PATCH net-next v8 1/5] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v8 2/5] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v8 3/5] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v8 4/5] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v8 5/5] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()

[RFC PATCH 0/4] mm/damon: add DAMOS_MIGRATE_{HOT,COLD} destination nodes and weights
 2025-07-02  5:23 UTC  (4+ messages)

[RFC PATCH v2 0/6] mm/damon: add DAMOS_MIGRATE_{HOT,COLD} destination nodes and weights
 2025-07-02  5:15 UTC  (7+ messages)
` [RFC PATCH v2 1/6] mm/damon: add struct damos_migrate_dest
` [RFC PATCH v2 2/6] mm/damon/core: add damos->migrate_dest field
` [RFC PATCH v2 3/6] mm/damon/sysfs-schemes: implement DAMOS action destinations directory
` [RFC PATCH v2 4/6] mm/damon/sysfs-schemes: set damos->migrate_dest
` [RFC PATCH v2 5/6] Docs/ABI/damon: document schemes dests directory
` [RFC PATCH v2 6/6] Docs/admin-guide/mm/damon/usage: document "

[PATCH] mm/cma: Use str_plural() in cma_declare_contiguous_multi()
 2025-07-02  4:12 UTC  (2+ messages)

[PATCH] mm/hugetlb: Use str_plural() in report_hugepages()
 2025-07-02  4:00 UTC  (4+ messages)

[RFC PATCH 1/4] mm/damon: add struct damos_migrate_dest
 2025-07-02  3:02 UTC  (5+ messages)

[PATCH v3 0/7] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-07-02  2:33 UTC  (11+ messages)
` [PATCH v3 4/7] mm/shmem, swap: clean up swap entry splitting

[PATCH v4 1/1] mm/rmap: fix potential out-of-bounds page table access during batched unmap
 2025-07-02  1:29 UTC  (3+ messages)

[Question] About the elf program header size
 2025-07-02  1:08 UTC  (3+ messages)

[PATCH v3 0/4] mm/damon: fix divide by zero and its samples
 2025-07-02  0:19 UTC  (6+ messages)
` [PATCH v3 1/4] samples/damon: fix damon sample prcl for start failure
` [PATCH v3 2/4] samples/damon: fix damon sample wsse "
` [PATCH v3 3/4] samples/damon: fix damon sample mtier "
` [PATCH v3 4/4] mm/damon: fix divide by zero in damon_get_intervals_score()

[PATCH v2 4/4] mm/damon: fix divide by zero in damon_get_intervals_score()
 2025-07-02  0:08 UTC  (2+ messages)

[RFC PATCH 2/2] samples/damon: add `migrate_hot` and `migrate_cold` knobs
 2025-07-02  0:08 UTC  (2+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-07-02  0:00 UTC  (4+ messages)
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse

[RFC PATCH 1/2] samples/damon: convert node id to physical address
 2025-07-01 23:54 UTC  (2+ messages)

[RFC PATCH 0/2] samples/damon: improve expression of target region in mtier
 2025-07-01 23:45 UTC  (2+ messages)

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-01 23:45 UTC  (7+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[linux-next:master] BUILD REGRESSION 3f804361f3b9af33e00b90ec9cb5afcc96831e60
 2025-07-01 22:23 UTC 

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-07-01 22:12 UTC  (4+ messages)
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops


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