public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 16:48:36 to 2026-03-24 05:43:59 UTC [more...]

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-24  5:43 UTC  (15+ messages)
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-24  5:35 UTC  (2+ messages)

[PATCH] mm/migrate: rename PAGE_ migration flags to FOLIO_MF_
 2026-03-24  5:04 UTC  (6+ messages)

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

[RFC PATCH v5 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-24  4:08 UTC  (16+ messages)
` [RFC PATCH v5 01/10] mm/damon/core: introduce damon_ctx->paused
  ` (sashiko review) "
` [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
  ` (sashiko review) "
` [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
` (sashiko status) [RFC PATCH v5 00/10] mm/damon: let DAMON be paused and resumed

mm.git review status at 7.0-rc5
 2026-03-24  3:29 UTC 

[PATCH v8 0/2] mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap device
 2026-03-24  3:03 UTC  (4+ messages)

[RFC PATCH 0/5] Separate compound page from folio
 2026-03-24  2:42 UTC  (3+ messages)

[PATCH v2 0/4] Modify memfd_luo code
 2026-03-24  1:54 UTC  (3+ messages)

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

[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
 2026-03-24  1:22 UTC  (3+ messages)
` [PATCH v4 1/2] mm/memblock: Print out errors on reserve_mem parser
  ` [PATCH v4 2/2] mm/memblock: Add reserve_mem debugfs info

[RFC] mm, page_alloc: reintroduce page allocation stall warning
 2026-03-24  1:13 UTC  (6+ messages)

[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-24  1:08 UTC  (11+ messages)

[GIT PULL] hotfixes for 7.0-rc6
 2026-03-24  1:00 UTC 

[PATCH 3/3] bitmap: add test_zero_nbits()
 2026-03-24  0:52 UTC  (3+ messages)

[PATCH] mm: kmemleak: add CONFIG_DEBUG_KMEMLEAK_VERBOSE build option
 2026-03-24  0:49 UTC  (2+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-24  0:43 UTC  (7+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test

[RFC PATCH v2 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-24  0:41 UTC  (3+ messages)
` (sashiko review) "

[RFC PATCH v1 1/1] This patch set introces a new action: DAMOS_COLLAPSE
 2026-03-24  0:39 UTC  (2+ messages)

[PATCH v3 0/4] Introduce QPW for per-cpu operations (v3)
 2026-03-24  0:38 UTC  (6+ 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] mm/damon/core: optimize kdamond_apply_schemes() with pre-filtered scheme list
 2026-03-24  0:27 UTC  (2+ messages)

[PATCH v2 18/19] mm: damon: Use trace_call__##name() at guarded tracepoint call sites
 2026-03-24  0:25 UTC  (2+ messages)

[PATCH v5 0/6] selftests/mm: skip several tests when thp is not available
 2026-03-24  0:23 UTC  (7+ messages)
` [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 v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-03-24  0:17 UTC  (7+ 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

[v3 1/3] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
 2026-03-24  0:14 UTC  (3+ messages)

[PATCH v4 0/7] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-03-24  0:13 UTC  (8+ messages)
` [PATCH v4 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v4 5/7] selftests/cgroup: replace hardcoded page size values in test_zswap

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24  0:12 UTC  (25+ 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 v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-23 23:58 UTC  (25+ messages)
` [PATCH v3 01/24] liveupdate: Export symbols needed by modules
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups
` [PATCH v3 04/24] PCI: Inherit bus numbers from previous kernel during Live Update
` [PATCH v3 05/24] docs: liveupdate: Add documentation for PCI
` [PATCH v3 06/24] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v3 07/24] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v3 08/24] vfio/pci: Retrieve preserved device files after "
` [PATCH v3 09/24] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v3 10/24] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v3 11/24] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v3 12/24] vfio/pci: Skip reset of preserved device after Live Update
` [PATCH v3 13/24] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v3 14/24] selftests/liveupdate: Move luo_test_utils.* into a reusable library
` [PATCH v3 15/24] selftests/liveupdate: Add helpers to preserve/retrieve FDs
` [PATCH v3 16/24] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v3 17/24] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v3 18/24] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v3 19/24] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v3 20/24] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v3 21/24] vfio: selftests: Expose iommu_modes to tests
` [PATCH v3 22/24] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v3 23/24] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v3 24/24] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[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] 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] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-23 22:47 UTC  (8+ messages)

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

[PATCH v3 1/5] liveupdate: block outgoing session updates during reboot
 2026-03-23 22:23 UTC  (5+ messages)

[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 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/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-03-23 19:13 UTC  (2+ messages)

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

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

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

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

[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 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  (3+ messages)
` [PATCH 2/2] Documentation: document panic_on_unrecoverable_memory_failure sysctl


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