public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-04-05 23:35:05 to 2026-04-07 10:10:17 UTC [more...]

[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-04-07 10:10 UTC  (6+ messages)

[PATCH v3 0/2] mm/mprotect: micro-optimization work
 2026-04-07 10:08 UTC  (14+ messages)
` [PATCH v3 1/2] mm/mprotect: move softleaf code out of the main function
` [PATCH v3 2/2] mm/mprotect: special-case small folios when applying write permissions

[PATCH v2 0/2] fix MAP_DROPPABLE not supported errno
 2026-04-07 10:05 UTC  (4+ messages)
` [PATCH v2 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported

[PATCH v2] slub: clarify kmem_cache_refill_sheaf() comments
 2026-04-07  9:59 UTC 

[PATCH] mm/thp: dead code cleanup in Kconfig
 2026-04-07  9:56 UTC  (7+ messages)

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-04-07  9:55 UTC  (7+ messages)
` [PATCH v3 7/7] mm: switch deferred split "

[PATCH V2 0/2] slub_kunit: add a test case for {kmalloc,kfree}_nolock
 2026-04-07  9:43 UTC  (5+ messages)
` [PATCH V2 1/2] MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section
` [PATCH V2 2/2] lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolock

ksm: add mremap selftests for ksm_rmap_walk
 2026-04-07  9:43 UTC  (2+ messages)

[PATCH v3 2/2] ksm: Optimize rmap_walk_ksm by passing a suitable address range
 2026-04-07  9:43 UTC  (11+ messages)

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07  8:57 UTC  (4+ messages)
  ` [PATCH v5 4/9] driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()
  ` [PATCH v5 9/9] driver core: Replace dev->offline + ->offline_disabled with accessors

[RFC PATCH] mm/sparse: remove sparse_buffer
 2026-04-07  8:39 UTC 

[PATCH mm-unstable v4 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
 2026-04-07  8:38 UTC  (11+ messages)

[RFC PATCH] userfaultfd: allow registration of ranges below mmap_min_addr
 2026-04-07  8:14 UTC 

[PATCH v9 0/4] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-04-07  8:06 UTC  (6+ messages)
` [PATCH v9 3/4] "

[akpm-mm:mm-unstable 113/133] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
 2026-04-07  7:58 UTC 

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-04-07  7:40 UTC  (9+ messages)
` [RFC PATCH v4 2/6] mm/migrate: skip data copy for already-copied folios
` [RFC PATCH v4 4/6] mm/migrate: add copy offload registration infrastructure

[PATCH] perf/events: Replace READ_ONCE() with standard pgtable accessors
 2026-04-07  7:18 UTC  (5+ messages)

[PATCH] mm: shmem: don't set large-order range for internal anonymous shmem mapping
 2026-04-07  7:08 UTC  (3+ messages)

[PATCH v3 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-07  6:27 UTC  (3+ messages)
` [PATCH v3 14/14] mm/vmscan: unify writeback reclaim statistic and throttling

[PATCH 0/6] change young flag check functions to return bool
 2026-04-07  6:23 UTC  (6+ messages)
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check

[PATCH v1] treewide: Fix indentation and whitespace in Kconfig files
 2026-04-07  5:39 UTC 

[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-07  5:19 UTC  (11+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback

[PATCH] f2fs: do not support mmap write for large folio
 2026-04-07  5:17 UTC 

[syzbot] [mm?] WARNING in create_strip_zones
 2026-04-07  5:06 UTC  (3+ messages)
` [PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations

[PATCH v3] mm/slub: defer freelist construction until after bulk allocation from a new slab
 2026-04-07  4:19 UTC  (2+ messages)

[PATCH] lkdtm: Add folio_lock deadlock scenarios
 2026-04-07  4:00 UTC  (4+ messages)

[PATCH] execve: block Emacs binaries
 2026-04-07  3:58 UTC  (3+ messages)

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-04-07  3:55 UTC  (5+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED

[PATCHv3] mm: remove '!root_reclaim' checking in should_abort_scan()
 2026-04-07  3:45 UTC  (4+ messages)

[PATCH v4] mm/vmpressure: skip socket pressure for costly order reclaim
 2026-04-07  3:42 UTC  (2+ messages)

[GIT PULL] hotfixes against 7.0-rc7
 2026-04-07  3:40 UTC 

[PATCH v2 0/3] mm/memory-failure: add panic option for unrecoverable pages
 2026-04-07  2:57 UTC  (5+ messages)
` [PATCH v2 1/3] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v2 2/3] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl

[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-07  2:52 UTC  (6+ messages)
` [PATCH v2 08/12] mm/mglru: simplify and improve dirty writeback handling

[RFC 0/2] mm: page_alloc: pcp buddy allocator
 2026-04-07  2:42 UTC  (9+ messages)
` [RFC 2/2] mm: page_alloc: per-cpu pageblock "

[PATCH v2 0/2] selftests/mm: clean up build output and verbosity
 2026-04-07  2:31 UTC  (4+ messages)

[PATCH v6 32/33] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
 2026-04-07  2:12 UTC  (3+ messages)

[PATCH 1/2] mm/memory_failure: use bool for hugetlb indicator in try_memory_failure_hugetlb
 2026-04-07  2:07 UTC  (2+ messages)
` [PATCH 2/2] mm/memory-failure: use bool for forcekill state

[RFC PATCH v3 00/10] mm/damon: introduce DAMOS failed region quota charge ratio
 2026-04-07  1:05 UTC  (11+ messages)
` [RFC PATCH v3 01/10] mm/damon/core: handle <min_region_sz remaining quota as empty
` [RFC PATCH v3 02/10] mm/damon/core: introduce failed region quota charge ratio
` [RFC PATCH v3 03/10] mm/damon/sysfs-schemes: implement fail_charge_{num,denom} files
` [RFC PATCH v3 04/10] Docs/mm/damon/design: document fail_charge_{num,denom}
` [RFC PATCH v3 05/10] Docs/admin-guide/mm/damon/usage: document fail_charge_{num,denom} files
` [RFC PATCH v3 06/10] Docs/ABI/damon: document fail_charge_{num,denom}
` [RFC PATCH v3 07/10] mm/damon/tests/core-kunit: test fail_charge_{num,denom} committing
` [RFC PATCH v3 08/10] selftests/damon/_damon_sysfs: support failed region quota charge ratio
` [RFC PATCH v3 09/10] selftests/damon/drgn_dump_damon_status: "
` [RFC PATCH v3 10/10] selftests/damon/sysfs.py: test "

[PATCH v2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
 2026-04-07  0:59 UTC  (3+ messages)

[PATCH] mm/damon/core: disallow time-quota setting zero esz
 2026-04-07  0:31 UTC 

[PATCH v6 1/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-07  0:13 UTC  (4+ messages)
` (sashiko review) "

[PATCH 00/49] mm: Generalize vmemmap optimization for DAX and HugeTLB
 2026-04-06 19:59 UTC  (2+ messages)

[PATCH v3] mm/vmpressure: skip socket pressure for costly order reclaim
 2026-04-06 19:16 UTC  (4+ messages)

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-04-06 18:09 UTC  (7+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update

[PATCH v2] mm/vmpressure: skip socket pressure for costly order reclaim
 2026-04-06 17:34 UTC  (3+ messages)

[PATCH 00/53] selftests/mm: make MM selftests more CI friendly
 2026-04-06 17:02 UTC  (61+ messages)
` [PATCH 01/53] selftests/mm: hugetlb-read-hwpoison: add SIGBUS handler
` [PATCH 02/53] selftests/mm: khugepaged: enable collapse_single_pte_entry_compound for shmem
` [PATCH 03/53] selftests/mm: migration: don't assume hupe page is TWOMEG
` [PATCH 04/53] selftests/mm: run_vmtests.sh: don't gate THP and KSM tests on HAVE_HUGEPAGES
` [PATCH 05/53] selftests/mm: merge map_hugetlb into hugepage-mmap
` [PATCH 06/53] selftests/mm: rename hugepage-* tests to hugetlb-*
` [PATCH 07/53] selftests/mm: hugetlb-shm: use kselftest framework
` [PATCH 08/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH 09/53] selftests/mm: hugetlb-madvise: "
` [PATCH 10/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH 11/53] selftests/mm: hugetlb-read-hwpoison: "
` [PATCH 12/53] selftests/mm: khugepaged: group tests in an array
` [PATCH 13/53] selftests/mm: khugepaged: use ksefltest framework
` [PATCH 14/53] selftests/mm: ksm_tests: use kselftest framework
` [PATCH 15/53] selftests/mm: protection_keys: use descriptive test names in TAP output
` [PATCH 16/53] selftests/mm: protection_keys: use kselftest framework
` [PATCH 17/53] selftests/mm: uffd-stress: "
` [PATCH 18/53] selftests/mm: uffd-unit-tests: "
` [PATCH 19/53] selftests/mm: va_high_addr_switch: "
` [PATCH 20/53] selftests/mm: add atexit() and signal handlers to thp_settings
` [PATCH 21/53] selftests/mm: rename thp_settings.[ch] to hugepage_settings.[ch]
` [PATCH 22/53] selftests/mm: move HugeTLB helpers to hugepage_settings
` [PATCH 23/53] selftests/mm: hugepage_settings: use unsigned long in detect_hugetlb_page_size
` [PATCH 24/53] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages
` [PATCH 25/53] selftests/mm: hugepage_settings: rename get_free_hugepages()
` [PATCH 26/53] selftests/mm: hugepage_settings: add APIs for HugeTLB setup and teardown
` [PATCH 27/53] selftests/mm: move read_file(), read_num() and write_num() to vm_util
` [PATCH 28/53] selftests/mm: vm_util: add helpers to set and restore shm limits
` [PATCH 29/53] selftests/mm: compaction_test: use HugeTLB helpers
` [PATCH 30/53] selftests/mm: cow: add setup of HugeTLB pages
` [PATCH 31/53] selftests/mm: gup_longterm: "
` [PATCH 32/53] selftests/mm: gup_test: "
` [PATCH 33/53] selftests/mm: hmm-tests: "
` [PATCH 34/53] selftests/mm: hugepage_dio: "
` [PATCH 35/53] selftests/mm: hugetlb_fault_after_madv: "
` [PATCH 36/53] selftests/mm: hugetlb-madvise: "
` [PATCH 37/53] selftests/mm: hugetlb_madv_vs_map: "
` [PATCH 38/53] selftests/mm: hugetlb-mmap: "
` [PATCH 39/53] selftests/mm: hugetlb-mremap: "
` [PATCH 40/53] selftests/mm: hugetlb-shm: "
` [PATCH 41/53] selftests/mm: hugetlb-soft-online: "
` [PATCH 42/53] selftests/mm: hugetlb-vmemmap: "
` [PATCH 43/53] selftests/mm: migration: "
` [PATCH 44/53] selftests/mm: pagemap_ioctl: "
` [PATCH 45/53] selftests/mm: protection_keys: use library code for HugeTLB setup
` [PATCH 46/53] selftests/mm: thuge-gen: add setup of HugeTLB pages
` [PATCH 47/53] selftests/mm: uffd-stress: use hugetlb_save and alloc huge pages
` [PATCH 48/53] selftests/mm: uffd-unit-tests: add setup of HugeTLB pages
` [PATCH 49/53] selftests/mm: uffd-wp-mremap: "
` [PATCH 50/53] selftests/mm: va_high_addr_switch: "
` [PATCH 51/53] selftests/mm: va_high_addr_switch.sh: drop huge pages setup
` [PATCH 52/53] selftests/mm: run_vmtests.sh: free memory if available memory is low
` [PATCH 53/53] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-06 16:17 UTC  (4+ messages)

[RFC PATCH] mm/damon/core: avoid time-quota permanently disabling scheme
 2026-04-06 15:57 UTC  (2+ messages)
` (sashiko review) "

[PATCH v3 1/2] mm/damon/lru_sort: validate min_region_size to be power of 2
 2026-04-06 15:50 UTC  (3+ messages)

[PATCH v2 0/2] mm/mprotect: micro-optimization work
 2026-04-06 14:32 UTC  (5+ messages)

[PATCH v4 00/15] selftests/mm: fix failures and robustness improvements
 2026-04-06  9:19 UTC  (16+ messages)
` [PATCH v4 01/15] selftests/mm: restore default nr_hugepages value via EXIT trap in charge_reserved_hugetlb.sh
` [PATCH v4 02/15] selftests/mm: fix hugetlb pathname construction "
` [PATCH v4 03/15] selftests/mm: restore default nr_hugepages value via EXIT trap in hugetlb_reparenting_test.sh
` [PATCH v4 04/15] selftests/mm: fix hugetlb pathname construction "
` [PATCH v4 05/15] selftests/mm: fix cgroup task placement and drop memory.current checks "
` [PATCH v4 06/15] selftests/mm: size tmpfs according to PMD page size in split_huge_page_test
` [PATCH v4 07/15] selftests/mm: free dynamically allocated PMD-sized buffers "
` [PATCH v4 08/15] selftest/mm: align memory size to huge page size in hugepage-mremap test
` [PATCH v4 09/15] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v4 10/15] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v4 11/15] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v4 12/15] selftests/mm: skip uffd-stress test when nr_pages_per_cpu is zero
` [PATCH v4 13/15] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
` [PATCH v4 14/15] selftests/mm: clarify alternate unmapping in compaction_test
` [PATCH v4 15/15] selftests/cgroup: extend test_hugetlb_memcg.c to support all huge page sizes

[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-06  4:28 UTC  (4+ messages)

[PATCH] slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote frees
 2026-04-06  1:57 UTC  (4+ messages)

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-06  1:54 UTC  (3+ messages)
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()

[PATCH v6 0/1] mm/damon: add node_eligible_mem_bp and node_ineligible_mem_bp goal metrics
 2026-04-06  0:20 UTC  (3+ messages)

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-05 23:34 UTC  (2+ messages)


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