linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-12 17:13:57 to 2025-09-15 10:36:23 UTC [more...]

[PATCH v11 00/15] khugepaged: mTHP support
 2025-09-15 10:35 UTC  (25+ messages)
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[v5 00/15] mm: support device-private THP
 2025-09-15 10:31 UTC  (23+ messages)
` [v5 01/15] mm/zone_device: support large zone device private folios
` [v5 02/15] mm/huge_memory: add device-private THP support to PMD operations
` [v5 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v5 04/15] mm/huge_memory: implement device-private THP splitting
` [v5 07/15] mm/memory/fault: add THP fault handling for zone device private pages

[DISCUSSION] anon_vma root lock contention and per anon_vma lock
 2025-09-15 10:29 UTC  (11+ messages)

[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-15 10:13 UTC  (6+ messages)
` [PATCH V12 1/5] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V12 4/5] riscv: mm: Add soft-dirty page tracking support
` [PATCH V12 5/5] riscv: mm: Add userfaultfd write-protect support

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 10:12 UTC  (11+ messages)
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc

[bug report] lib/test_hmm: add zone device private THP test infrastructure
 2025-09-15  9:49 UTC  (2+ messages)

[PATCH][RESEND][RFC] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
 2025-09-15  9:45 UTC  (3+ messages)

[PATCH] mm/mm_slot: make sure slot is the first element of its wrapper structure
 2025-09-15  9:39 UTC  (25+ messages)

[PATCH v3 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-09-15  9:05 UTC  (9+ messages)

[PATCH v1] mm/huge_memory: fix shrinking of all-zero THPs with max_ptes_none default
 2025-09-15  8:51 UTC  (4+ messages)

[PATCH v5 00/14] SLUB percpu sheaves
 2025-09-15  7:51 UTC  (10+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
` Benchmarking [PATCH v5 00/14] SLUB "

[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-15  7:51 UTC  (29+ messages)
` [PATCH slab v5 2/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH slab v5 3/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH slab v5 5/6] slab: Reuse first bit for OBJEXTS_ALLOC_FAIL

[syzbot] [mm?] WARNING in ext4_mb_load_buddy_gfp
 2025-09-15  7:39 UTC 

[syzbot] Monthly mm report (Sep 2025)
 2025-09-15  6:54 UTC 

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-15  6:29 UTC  (4+ messages)
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag

[PATCH v2 0/7] Nesting support for lazy MMU mode
 2025-09-15  6:28 UTC  (5+ messages)

[PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
 2025-09-15  6:17 UTC  (2+ messages)

[bug report] mm/migrate_device: handle partially mapped folios during collection
 2025-09-15  5:50 UTC 

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-12  9:03 UTC  (3+ messages)

[PATCH v1 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-13 10:19 UTC  (4+ messages)
` [PATCH v1 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-15  4:30 UTC  (4+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[PATCH mm-new 0/3] mm/khugepaged: optimize collapse candidate detection
 2025-09-15  4:24 UTC  (10+ messages)
` [PATCH mm-new 1/3] mm/khugepaged: skip unsuitable VMAs earlier in khugepaged_scan_mm_slot()
` [PATCH mm-new 2/3] mm: clean up and expose is_guard_pte_marker()
` [PATCH mm-new 3/3] mm/khugepaged: abort collapse scan on guard PTEs

[PATCH] mm/khugepaged: Do not fail collapse_pte_mapped_thp() on SCAN_PMD_NULL
 2025-09-15  3:36 UTC  (6+ messages)

[RFC PATCH 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-09-15  3:29 UTC  (3+ messages)
` [RFC PATCH 1/2] mm: add spurious fault fixing support for huge pmd
` [RFC PATCH 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-15  2:03 UTC  (11+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 15/21] mm/ksw: add test module

[PATCH 0/6] mm/damon: misc fixups and improvements for 6.18
 2025-09-15  1:58 UTC  (6+ messages)
` [PATCH 1/6] mm/damon/core: reset age if nr_accesses changes between non-zero and zero
` [PATCH 2/6] mm/damon/core: set effective quota on first charge window
` [PATCH 3/6] mm/damon/lru_sort: use param_ctx correctly
` [PATCH 4/6] Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements
` [PATCH 5/6] Docs/admin-guide/mm/damon/start: add --target_pid to DAMOS example command

[Linux Memory Hotness and Promotion] Notes from September 11, 2025
 2025-09-15  1:37 UTC 

[PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks
 2025-09-15  0:43 UTC  (2+ messages)

[rppt-memblock:for-next] BUILD SUCCESS e68f150bc11d0a05cbe984a4e5c0f72a95cae07d
 2025-09-14 18:55 UTC 

[PATCH v2 0/5] memcg: Support per-memcg KSM metrics
 2025-09-14 13:54 UTC  (8+ messages)
` [PATCH v2 1/5] memcg: add per-memcg ksm_rmap_items stat
` [PATCH v2 2/5] memcg: show ksm_zero_pages count in memory.stat
` [PATCH v2 3/5] memcg: show ksm_merging_pages "
` [PATCH v2 4/5] memcg: add per-memcg ksm_profit
` [PATCH v2 5/5] Documentation: add KSM statistic counters description in cgroup-v2.rst

[RFC][PATCH v3 00/16] Introduce kmemdump
 2025-09-14 11:56 UTC  (5+ messages)
` [RFC][PATCH v3 16/16] dt-bindings: Add Google Kinfo

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-14  7:44 UTC  (5+ messages)
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-14  2:48 UTC  (19+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged

[Hypervisor Live Update] Notes from September 8, 2025
 2025-09-14  1:56 UTC 

[akpm-mm:mm-unstable 39/428] include/linux/pgtable.h:235:36: error: expected expression before 'do'
 2025-09-14  0:06 UTC  (4+ messages)

[vbabka-slab:slab/for-6.18/kmalloc_nolock 14/14] mm/slub.c:3866:2: warning: variable 'flags' is used uninitialized whenever '&&' condition is false
 2025-09-13 20:46 UTC  (4+ messages)

[PATCH 0/3] mm: remove zpool
 2025-09-13 13:55 UTC  (9+ messages)

System is broken in KASAN sw_tags mode during bootup
 2025-09-13  8:18 UTC  (3+ messages)

[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
 2025-09-13  4:27 UTC  (4+ messages)

[PATCH 0/4] mm: hugetlb: allocate frozen gigantic folio
 2025-09-13  4:13 UTC  (11+ messages)
` [PATCH 4/4] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()

[PATCH v3 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-13  3:26 UTC  (7+ messages)
` [PATCH v3 04/15] mm, swap: check page poison flag after locking it
` [PATCH v3 09/15] mm/shmem, swap: remove redundant error handling for replacing folio

[PATCH 0/2] some cleanups for pageout()
 2025-09-13  3:24 UTC  (6+ messages)
` [PATCH 1/2] mm: vmscan: remove folio_test_private() check in pageout()

[PATCH] mm/compaction: fix low_pfn advance on isolating hugetlb
 2025-09-13  0:22 UTC  (20+ messages)

[PATCH] kasan: Fix warnings caused by use of arch_enter_lazy_mmu_mode()
 2025-09-12 23:55 UTC 

next-20250912: riscv: s390: mm/kasan/shadow.c 'kasan_populate_vmalloc_pte' pgtable.h:247:41: error: statement with no effect [-Werror=unused-value]
 2025-09-12 23:12 UTC  (3+ messages)

[PATCH] Fix 32-bit boot failure due inaccurate page_pool_page_is_pp()
 2025-09-12 23:05 UTC  (3+ messages)

[PATCH v6 00/15] mm: folio_zero_user: clear contiguous pages
 2025-09-12 21:17 UTC  (7+ messages)
` [PATCH v6 11/15] mm: define clear_pages(), clear_user_pages()

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-12 21:09 UTC  (3+ messages)

[PATCH 0/3] Minor fixes for memory allocation profiling
 2025-09-12 21:05 UTC  (4+ messages)
` [PATCH 1/3] alloc_tag: use release_pages() in the cleanup path

[linux-next:master] BUILD REGRESSION 590b221ed4256fd6c34d3dea77aa5bd6e741bbc1
 2025-09-12 20:40 UTC 

[PATCH 1/1] alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
 2025-09-12 19:38 UTC  (8+ messages)
`  "


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