public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
 messages from 2026-03-30 03:19:26 to 2026-03-30 18:59:53 UTC [more...]

[PATCH] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
 2026-03-30 18:59 UTC  (7+ messages)

[PATCH v2 0/2] zswap pool per-CPU acomp_ctx simplifications
 2026-03-30 18:59 UTC  (8+ messages)
` [PATCH v2 2/2] mm: zswap: Tie per-CPU acomp_ctx lifetime to the pool

arch/powerpc/mm/book3s64/hash_tlb.c:45:42: sparse: sparse: incorrect type in initializer (different address spaces)
 2026-03-30 18:58 UTC 

[PATCH v2] mm/vmalloc: Use dedicated unbound workqueue for vmap purge/drain
 2026-03-30 18:56 UTC  (2+ messages)

[RFC PATCH] mm/damon: reset thread status parameters upon kdamond termination
 2026-03-30 18:53 UTC  (2+ messages)
` (sashiko review) "

[PATCH 13/15] sched/isolation: Implement sysfs interface for dynamic housekeeping
 2026-03-30 18:34 UTC  (3+ messages)

[PATCH] mm/vmalloc: Use dedicated unbound workqueue for vmap purge/drain
 2026-03-30 17:27 UTC  (2+ messages)

[PATCH v3 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 16:58 UTC  (17+ messages)
` [PATCH v3 01/15] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH v3 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v3 03/15] userfaultfd: introduce mfill_establish_pmd() helper
` [PATCH v3 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v3 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v3 06/15] userfaultfd: move vma_can_userfault out of line
` [PATCH v3 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v3 08/15] shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH v3 09/15] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH v3 10/15] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH v3 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v3 12/15] mm: generalize handling of userfaults in __do_fault()
` [PATCH v3 13/15] KVM: guest_memfd: implement userfaultfd operations
` [PATCH v3 14/15] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH v3 15/15] KVM: selftests: test userfaultfd missing "

[PATCH v3 00/10] liveupdate: Fix module unloading and unregister API
 2026-03-30 16:56 UTC  (5+ messages)
` [PATCH v3 03/10] liveupdate: Protect file handler list with rwsem
` [PATCH v3 05/10] liveupdate: Defer FLB module refcounting to active sessions

[PATCH v3 0/7] mm: switch THP shrinker to list_lru
 2026-03-30 16:54 UTC  (10+ messages)
` [PATCH v3 6/7] mm: list_lru: introduce folio_memcg_list_lru_alloc()
` [PATCH v3 7/7] mm: switch deferred split shrinker to list_lru
  ` [PATCH v3 7/7] mm: switch deferred split shrinker to list_lru - [s390] panic in __memcg_list_lru_alloc

[PATCH V1 0/2] slub_kunit: add a test case for {kmalloc,kfree}_nolock
 2026-03-30 16:49 UTC  (5+ messages)
` [PATCH V1 1/2] MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section
` [PATCH V1 2/2] lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolock

[PATCH v2 0/8] mm: use spinlock guards for zone lock
 2026-03-30 16:47 UTC  (3+ messages)

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-30 16:36 UTC  (18+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree
` [PATCH v4 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[PATCH] mm, KMSAN: Add missing shadow memory initialization in special allocation paths
 2026-03-30 16:36 UTC  (2+ messages)

[PATCH v1 05/10] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
 2026-03-30 16:19 UTC  (6+ messages)

[RESEND PATCH v7 0/6] Migrate on fault for device pages
 2026-03-30 15:31 UTC  (9+ messages)
` [PATCH v7 1/6] mm:/Kconfig changes for migrate "
` [PATCH v7 2/6] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v7 3/6] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v7 4/6] mm: setup device page migration in HMM pagewalk
` [PATCH v7 5/6] mm: add new testcase for the migrate on fault case
` [PATCH v7 6/6] mm:/migrate_device.c: remove migrate_vma_collect_*()

[PATCH v2 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-03-30 15:21 UTC  (5+ messages)
` [PATCH v2 03/15] userfaultfd: introduce mfill_get_pmd() helper

[PATCH v2 0/2] mm/mprotect: micro-optimization work
 2026-03-30 15:16 UTC  (5+ messages)
` [PATCH v2 2/2] mm/mprotect: special-case small folios when applying write permissions

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

[PATCH v7 0/7] selftests/mm: skip several tests when thp is not available
 2026-03-30 15:13 UTC 

[RFC] mm, page_alloc: reintroduce page allocation stall warning
 2026-03-30 15:13 UTC  (7+ messages)
` [patch] "

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-03-30 15:09 UTC  (8+ messages)
` [v3 05/24] mm: thp: handle split failure in zap_pmd_range()
` [v3 07/24] mm: thp: retry on split failure in change_pmd_range()
` [v3 16/24] mm: huge_mm: Make sure all split_huge_pmd calls are checked

[PATCH v1 1/1] mm/damon: support MADV_COLLAPSE via DAMOS_COLLAPSE scheme action
 2026-03-30 14:57 UTC 

[PATCH v12 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-03-30 14:33 UTC  (6+ messages)
` [PATCH v12 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v12 02/15] kasan: arm64: x86: Make special tags arch specific
` [PATCH v12 04/15] x86/kasan: Add arch specific kasan functions
` [PATCH v12 06/15] kasan: arm64: x86: Make page_to_virt() KASAN aware
` [PATCH v12 07/15] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic

[PATCH v4] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 14:24 UTC  (2+ messages)

[PATCH v2] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-30 14:20 UTC  (6+ messages)

[linux-next:master] [selftests] 9652b82ca9: kernel-selftests.mm.make.fail
 2026-03-30 14:06 UTC  (2+ messages)

[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
 2026-03-30 14:00 UTC  (4+ messages)

[PATCH] selftests/mm: add merge test for partial msealed range
 2026-03-30 13:50 UTC 

[PATCH 0/2] mm/memory-failure: add panic option for unrecoverable pages
 2026-03-30 13:45 UTC  (4+ messages)
` [PATCH 1/2] mm/memory-failure: add panic_on_unrecoverable_memory_failure sysctl

[linux-next:master] [memblock] c7fc9cde41: RIP:__free_reserved_area
 2026-03-30 13:41 UTC 

[PATCH] mm/slub: skip freelist construction for whole-slab bulk refill
 2026-03-30 13:26 UTC  (3+ messages)

[PATCH v8 0/6] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-03-30 12:27 UTC  (4+ messages)

Mapping non-pinned memory from one Xen domain into another
 2026-03-30 12:24 UTC  (6+ messages)
` Why memory lending is needed for GPU acceleration

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-30 12:17 UTC  (13+ messages)
`  "

[PATCH v3] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30 11:57 UTC  (8+ messages)

[PATCH] mm/damon: introduce DAMON-based NUMA memory tiering module
 2026-03-30 11:56 UTC  (22+ messages)

[PATCH 07/15] watchdog: Allow runtime toggle of lockup detector affinity
 2026-03-30 11:45 UTC  (2+ messages)

[PATCH 06/15] sched/core: Dynamically update scheduler domain housekeeping mask
 2026-03-30 11:45 UTC  (2+ messages)

[PATCH 03/15] sched/isolation: Separate housekeeping types in enum hk_type
 2026-03-30 11:44 UTC  (2+ messages)

[PATCH 02/15] sched/isolation: Introduce housekeeping notifier infrastructure
 2026-03-30 11:44 UTC  (2+ messages)

[PATCH 01/15] sched/isolation: Support dynamic allocation for housekeeping masks
 2026-03-30 11:43 UTC  (2+ messages)

[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-30 11:43 UTC  (4+ messages)

[PATCH 00/15] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-03-30 11:41 UTC  (2+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-30 11:29 UTC  (5+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v7 0/6] Migrate on fault for device pages
 2026-03-30 11:05 UTC  (14+ messages)
` [PATCH v7 1/6] mm:/Kconfig changes for migrate "
` [PATCH v7 2/6] mm: Add helper to convert HMM pfn to migrate pfn
` [PATCH v7 3/6] mm/hmm: do the plumbing for HMM to participate in migration
` [PATCH v7 4/6] mm: setup device page migration in HMM pagewalk
` [PATCH v7 5/6] mm: add new testcase for the migrate on fault case
` [PATCH v7 6/6] mm:/migrate_device.c: remove migrate_vma_collect_*()

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-30 11:02 UTC  (9+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
 2026-03-30 10:08 UTC  (12+ messages)
` [PATCH v3 04/13] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v3 12/13] mm/huge_memory: add and use normal_or_softleaf_folio_pmd()
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()

[syzbot] [mm?] KASAN: use-after-free Read in copy_folio_from_iter_atomic (2)
 2026-03-30  9:56 UTC 

[RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
 2026-03-30  9:47 UTC  (2+ messages)

[PATCH] MAINTAINERS: update MGLRU entry to reflect current status
 2026-03-30  9:35 UTC  (3+ messages)

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

[PATCH v1 06/10] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
 2026-03-30  9:15 UTC  (2+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-30  9:00 UTC  (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c

[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-30  8:14 UTC  (5+ messages)
` [PATCH v2 02/12] mm/mglru: rename variables related to aging and rotation
` [PATCH v2 03/12] mm/mglru: relocate the LRU scan batch limit to callers

[PATCH] drm/shmem_helper: Make sure PMD entries get the writeable upgrade
 2026-03-30  8:06 UTC  (2+ messages)

[PATCH v2] dma-debug: suppress cacheline overlap warning when arch has no DMA alignment requirement
 2026-03-30  7:44 UTC  (2+ messages)

[PATCH] MAINTAINERS, mailmap: update email address for Harry Yoo
 2026-03-30  7:42 UTC  (3+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-03-30  7:33 UTC  (13+ messages)
` [PATCH v3 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy

[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
 2026-03-30  7:20 UTC  (11+ messages)
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test

[PATCH] mm/damon: validate addr_unit to be power of 2
 2026-03-30  7:17 UTC  (3+ messages)

[PATCH v2] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()
 2026-03-30  7:12 UTC 

(sashiko status) [PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
 2026-03-30  6:39 UTC  (4+ messages)

[PATCH] mm/page_io: use folios in sio_write_complete()
 2026-03-30  6:37 UTC  (3+ messages)
` [PATCH] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()

[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
 2026-03-30  5:57 UTC  (3+ messages)

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

[PATCH v2] selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
 2026-03-30  5:19 UTC  (3+ messages)

[RFC PATCH v6 0/5] mm: Hot page tracking and promotion infrastructure
 2026-03-30  4:46 UTC  (3+ messages)
` [RFC PATCH v6 5/5] mm: sched: move NUMA balancing tiering promotion to pghot

[PATCH v2 5/5] mm/vmscan: flush TLB for every 31 folios evictions
 2026-03-30  3:19 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