public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 12:25:31 to 2026-03-23 23:58:42 UTC [more...]

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-23 23:57 UTC 

[RFC PATCH v4 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-23 23:54 UTC  (4+ messages)

[PATCH v2] futex: Use-after-free between futex_key_to_node_opt and vma_replace_policy
 2026-03-23 23:46 UTC  (3+ messages)

[RFC PATCH v4 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-03-23 23:45 UTC  (4+ messages)

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-23 23:27 UTC  (9+ messages)

[RFC PATCH v5 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-23 23:15 UTC  (11+ messages)
` [RFC PATCH v5 01/10] mm/damon/core: introduce damon_ctx->paused
` [RFC PATCH v5 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH v5 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH v5 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH v5 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH v5 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH v5 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH v5 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH v5 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH v5 10/10] selftests/damon/sysfs.py: pause DAMON before dumping status

[PATCH] mm/page_io: use folios in sio_write_complete()
 2026-03-23 23:13 UTC  (4+ messages)
` [PATCH] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-23 22:59 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] arm64: elf: clear MMF_USER_HWCAP on architecture switch
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance

[PATCH v8 0/2] mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap device
 2026-03-23 22:48 UTC  (4+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] mm/swap: remove redundant swap device reference in alloc/free

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-23 22:47 UTC  (8+ messages)

[PATCH v5 0/6] selftests/mm: skip several tests when thp is not available
 2026-03-23 22:39 UTC  (9+ messages)
` [PATCH v5 1/6] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v5 2/6] selftests/mm: soft-dirty: skip two tests when thp is not available
` [PATCH v5 3/6] selftests/mm: move write_file helper to vm_util
` [PATCH v5 4/6] selftests/mm/vm_util: robust write_file()
` [PATCH v5 5/6] selftests/mm: split_huge_page_test: skip the test when thp is not available
` [PATCH v5 6/6] selftests/mm: transhuge_stress: skip the test when thp "

[PATCH 0/2] udf: Fix race between file type conversion and writeback
 2026-03-23 22:37 UTC  (4+ messages)
` [PATCH 1/2] writeback: Export folio_prepare_writeback()
` [PATCH 2/2] udf: Fix race between file type conversion and writeback
` [syzbot ci] "

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-23 22:23 UTC  (8+ messages)
` [PATCH v3 2/5] kexec: abort liveupdate handover on kernel_kexec() unwind

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-23 21:21 UTC  (24+ messages)
` [RFC PATCH 01/11] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [RFC PATCH 02/11] mm/khugepaged: remove READ_ONLY_THP_FOR_FS code in collapse_file()
` [RFC PATCH 03/11] mm: remove filemap_nr_thps*() functions
` [RFC PATCH 04/11] mm/huge_memory: remove file_thp_enabled() and its caller
` [RFC PATCH 05/11] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [RFC PATCH 06/11] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [RFC PATCH 07/11] fs: remove nr_thp from struct address_space
` [RFC PATCH 08/11] fs: remove READ_ONLY_THP_FOR_FS code
` [RFC PATCH 09/11] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [RFC PATCH 10/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in khugepaged
` [RFC PATCH 11/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in guard-regions

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-23 21:18 UTC  (4+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-23 21:15 UTC  (19+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v2 0/4] Modify memfd_luo code
 2026-03-23 21:09 UTC  (2+ messages)

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-23 20:53 UTC  (2+ messages)

[PATCH v2 0/2] liveupdate: prevent double preservation
 2026-03-23 20:44 UTC  (5+ messages)
` [PATCH v2 1/2] liveupdate: prevent double management of files
` [PATCH v2 2/2] selftests: liveupdate: add test for double preservation

[PATCH] mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
 2026-03-23 20:20 UTC 

[PATCH v2 0/7] Refactor reserved memory regions handling code
 2026-03-23 20:18 UTC  (2+ messages)

[PATCH v6 00/13] Remove device private pages from physical address space
 2026-03-23 20:10 UTC  (10+ messages)
` [PATCH v6 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags to track device private pages

[PATCH v5 00/21] Virtual Swap Space
 2026-03-23 20:05 UTC  (4+ messages)

[PATCH v7 0/2] mm/swap, PM: hibernate: fix swapoff race and optimize swap
 2026-03-23 19:56 UTC  (4+ messages)

[PATCH v2 0/7] mm: switch THP shrinker to list_lru
 2026-03-23 19:39 UTC  (9+ messages)
` [PATCH v2 7/7] mm: switch deferred split "

[PATCH v4 0/4] Use killable vma write locking in most places
 2026-03-23 19:29 UTC  (10+ messages)
` [PATCH v4 2/4] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v4 3/4] KVM: s390: avoid kvm_s390_handle_pv() error overwrite
` [PATCH v4 4/4] mm: use vma_start_write_killable() in process_vma_walk_lock()

[PATCH] mm/migrate: rename PAGE_ migration flags to FOLIO_MF_
 2026-03-23 19:21 UTC  (5+ messages)

[PATCH] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-03-23 19:13 UTC  (2+ messages)

[RFC] mm, page_alloc: reintroduce page allocation stall warning
 2026-03-23 19:05 UTC  (4+ messages)

[RFC v4] mm/damon: add synchronous commit for commit_inputs
 2026-03-23 18:38 UTC  (6+ messages)

[RFC v4] mm/damon: add synchronous commit for commit_inputs
 2026-03-23 18:37 UTC  (3+ messages)

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-03-23 18:19 UTC  (4+ messages)
  ` [PATCH 2/4] "

[PATCH v3 0/4] Introduce QPW for per-cpu operations (v3)
 2026-03-23 17:55 UTC  (5+ messages)
` [PATCH v3 1/4] Introducing qpw_lock() and per-cpu queue & flush work
` [PATCH v3 2/4] mm/swap: move bh draining into a separate workqueue
` [PATCH v3 3/4] swap: apply new queue_percpu_work_on() interface
` [PATCH v3 4/4] slub: "

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-23 14:36 UTC  (6+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work

[PATCH v5 0/6] Migrate on fault for device pages
 2026-03-23 17:58 UTC  (6+ messages)
` [PATCH v5 2/6] mm: Add helper to convert HMM pfn to migrate pfn

[PATCH 3/3] bitmap: add test_zero_nbits()
 2026-03-23 17:56 UTC  (2+ messages)

[PATCH 1/1] mm/vmscan: prevent MGLRU reclaim from pinning address space
 2026-03-23 17:43 UTC  (9+ messages)

[PATCH 0/2] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-23 16:51 UTC  (4+ messages)
` [PATCH 1/2] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl
` [PATCH 2/2] Documentation: document "

[v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-23 16:48 UTC  (4+ messages)

[PATCH v5] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-23 16:37 UTC 

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-23 16:35 UTC  (8+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-23 16:00 UTC  (3+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
` [PATCH v2 18/19] mm: damon: Use trace_call__##name() at guarded tracepoint call sites

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-23 15:51 UTC  (7+ messages)
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags

[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-23 15:24 UTC  (3+ messages)

[PATCH] mm/damon/core: optimize kdamond_apply_schemes() with pre-filtered scheme list
 2026-03-23 15:18 UTC  (3+ messages)

[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-03-23 15:06 UTC  (5+ messages)

[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
 2026-03-23 14:56 UTC  (2+ messages)
` [RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-23 14:53 UTC  (15+ messages)
`  "

[RFC v3] mm/damon: add synchronous commit for commit_inputs
 2026-03-23 14:22 UTC  (2+ messages)

[PATCH v3 2/2] mm/damon/core: eliminate hot-path integer division in damon_max_nr_accesses()
 2026-03-23 14:10 UTC  (2+ messages)

[PATCH v3 1/2] mm/damon/core: optimize kdamond_apply_schemes() by inverting scheme and region loops
 2026-03-23 14:07 UTC  (2+ messages)

[PATCH v3 0/2] mm/damon/core: Performance optimizations for the kdamond hot path
 2026-03-23 14:06 UTC  (2+ messages)

[PATCH] percpu: Fix hint invariant breakage
 2026-03-23 14:05 UTC  (2+ messages)

[PATCH v2 0/2] mm/damon/core: Performance optimizations for the kdamond hot path
 2026-03-23 14:03 UTC  (2+ messages)

[PATCH v2] memblock: move reserve_bootmem_range() to memblock.c and make it static
 2026-03-23 14:01 UTC  (3+ messages)

[PATCH 1/2] mm/damon/core: optimize kdamond_ap ply_schemes() by inverting scheme and region loops
 2026-03-23 14:01 UTC  (2+ messages)

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-23 14:00 UTC  (5+ messages)
` [PATCH v2 01/15] mm/memory_hotplug: fix possible race in scan_movable_pages()

[PATCH] mm/page_alloc: don't increase highatomic reserve after pcp alloc
 2026-03-23 13:36 UTC  (2+ messages)

[PATCH v6 00/33] Eliminate Dying Memory Cgroup
 2026-03-23 13:29 UTC  (7+ messages)
` [PATCH v6 26/33] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v6 30/33] mm: memcontrol: prepare for reparenting non-hierarchical stats

[PATCH 0/2] liveupdate: prevent double management of files
 2026-03-23 13:18 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
 2026-03-23 12:57 UTC  (5+ messages)
` [PATCH v2 02/22] x86/mm: Generalize LDT remap into "mm-local region"

[PATCH 0/4] mm/mprotect: micro-optimization work
 2026-03-23 12:56 UTC  (8+ messages)
` [PATCH 3/4] mm/mprotect: un-inline folio_pte_batch_flags()

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-23 12:47 UTC  (5+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
` [PATCH v2 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox