linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-20  9:04 UTC  (13+ messages)

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-20  8:51 UTC  (21+ messages)

Add Morton,Peter and David for discussion//Re: [PATCH -next] uprobes: fix two zero old_folio bugs in __replace_page()
 2025-02-20  8:38 UTC  (7+ messages)

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-20  8:36 UTC  (10+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page

[PATCH] slub: Fix Off-By-One in the While condition in on_freelist()
 2025-02-20  8:20 UTC  (2+ messages)

[PATCH v7 1/2] sched: Move task_mm_cid_work to mm work_struct
 2025-02-20  8:00 UTC  (5+ messages)

[PATCH 0/7] mm, swap: remove swap slot cache
 2025-02-20  7:55 UTC  (11+ messages)
` [PATCH 5/7] mm, swap: use percpu cluster as allocation fast path
` [PATCH 6/7] mm, swap: remove swap slot cache

[PATCH 0/2] mm/damon: introduce DAMOS filter type for unmapped pages
 2025-02-20  7:45 UTC  (4+ messages)
` [PATCH 1/2] mm/damon: implement a new "
` [PATCH 2/2] Docs/mm/damon/design: document unmapped DAMOS filter type

[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
 2025-02-20  7:02 UTC  (3+ messages)
` [PATCH v2 08/14] mm/vmalloc: Warn on improper use of vunmap_range()

[PATCH] x86/vmemmap: Synchronize with global pgds if populating init_mm's pgd
 2025-02-20  6:41 UTC 

[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
 2025-02-20  6:37 UTC  (13+ messages)
` [PATCH v2 1/4] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v2 2/4] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
` [PATCH v2 3/4] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
` [PATCH v2 4/4] mm: Don't skip arch_sync_kernel_mappings() in error paths

[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2025-02-20  5:20 UTC  (27+ messages)
` [RFC PATCH v12 01/26] x86/tlb: add APIs manipulating tlb batch's arch data
` [RFC PATCH v12 02/26] arm64/tlbflush: "
` [RFC PATCH v12 03/26] riscv/tlb: "
` [RFC PATCH v12 04/26] x86/tlb, riscv/tlb, mm/rmap: separate arch_tlbbatch_clear() out of arch_tlbbatch_flush()
` [RFC PATCH v12 05/26] mm/buddy: make room for a new variable, luf_key, in struct page
` [RFC PATCH v12 06/26] mm: move should_skip_kasan_poison() to mm/internal.h
` [RFC PATCH v12 07/26] mm: introduce luf_ugen to be used as a global timestamp
` [RFC PATCH v12 08/26] mm: introduce luf_batch to be used as hash table to store luf meta data
` [RFC PATCH v12 09/26] mm: introduce API to perform tlb shootdown on exit from page allocator
` [RFC PATCH v12 10/26] mm: introduce APIs to check if the page allocation is tlb shootdownable
` [RFC PATCH v12 11/26] mm: deliver luf_key to pcp or buddy on free after unmapping
` [RFC PATCH v12 12/26] mm: delimit critical sections to take off pages from pcp or buddy alloctor
` [RFC PATCH v12 13/26] mm: introduce pend_list in struct free_area to track luf'd pages
` [RFC PATCH v12 14/26] mm/rmap: recognize read-only tlb entries during batched tlb flush
` [RFC PATCH v12 15/26] fs, filemap: refactor to gather the scattered ->write_{begin,end}() calls
` [RFC PATCH v12 16/26] mm: implement LUF(Lazy Unmap Flush) defering tlb flush when folios get unmapped
` [RFC PATCH v12 17/26] x86/tlb, riscv/tlb, arm64/tlbflush, mm: remove cpus from tlb shootdown that already have been done
` [RFC PATCH v12 18/26] mm/page_alloc: retry 3 times to take pcp pages on luf check failure
` [RFC PATCH v12 19/26] mm: skip luf tlb flush for luf'd mm that already has been done
` [RFC PATCH v12 20/26] mm, fs: skip tlb flushes for luf'd filemap "
` [RFC PATCH v12 21/26] mm: perform luf tlb shootdown per zone in batched manner
` [RFC PATCH v12 22/26] mm/page_alloc: not allow to tlb shootdown if !preemptable() && non_luf_pages_ok()
` [RFC PATCH v12 23/26] mm: separate move/undo parts from migrate_pages_batch()
` [RFC PATCH v12 24/26] mm/migrate: apply luf mechanism to unmapping during migration
` [RFC PATCH v12 25/26] mm/vmscan: apply luf mechanism to unmapping during folio reclaim
` [RFC PATCH v12 26/26] mm/luf: implement luf debug feature

[linux-next:master 4579/4901] arch/x86/kernel/cpu/mce/severity.c:305:22: error: implicit declaration of function 'FIELD_GET'
 2025-02-20  4:21 UTC 

[PATCH 0/2] hung_task: Dump the blocking task stacktrace
 2025-02-20  4:19 UTC  (32+ messages)
  ` [PATCH 1/2] hung_task: Show the blocker task if the task is hung on mutex

[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
 2025-02-20  3:39 UTC  (3+ messages)
    ` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
    ` [PATCH v3 2/2] mm: slub: call WARN() when the slab detect an error

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-20  2:49 UTC  (16+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v2 02/14] kasan: sw_tags: Check kasan_flag_enabled at runtime
` [PATCH v2 03/14] kasan: sw_tags: Support outline stack tag generation
` [PATCH v2 06/14] x86: Add arch specific kasan functions
` [PATCH v2 12/14] x86: Minimal SLAB alignment
` [PATCH v2 13/14] x86: runtime_const used for KASAN_SHADOW_END
` [PATCH v2 14/14] x86: Make software tag-based kasan available

[PATCH v11 00/12] AMD broadcast TLB invalidation
 2025-02-20  2:49 UTC  (12+ messages)
` [PATCH v11 04/12] x86/mm: get INVLPGB count max from CPUID
` [PATCH v11 05/12] x86/mm: add INVLPGB support code

[GIT PULL] hotfixes for 6.14-rc4
 2025-02-20  2:38 UTC  (2+ messages)

[PATCH v3] arm: pgtable: fix NULL pointer dereference issue
 2025-02-20  2:16 UTC  (3+ messages)

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2025-02-20  1:36 UTC  (9+ messages)

[bpf-next v8 1/3] mm: add copy_remote_vm_str
 2025-02-20  1:20 UTC  (7+ messages)

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-02-20  1:16 UTC  (12+ messages)
` [PATCH v2 4/5] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-02-20  1:12 UTC  (6+ messages)
` [PATCH 1/5] KVM: gmem: Don't rely on __kvm_gmem_get_pfn() for preparedness

[PATCH 0/4] mm: page_ext: Introduce new iteration API
 2025-02-19 23:52 UTC  (2+ messages)

[PATCH v3 1/3] mm: memory-failure: update ttu flag inside unmap_poisoned_folio
 2025-02-19 23:41 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-19 23:33 UTC  (2+ messages)

[PATCH] mm/migrate_device: Do not access pgmap for non zone device pages
 2025-02-19 23:13 UTC 

[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
 2025-02-19 20:53 UTC  (3+ messages)
` [PATCH 4/7] x86: Remove custom definition of mk_pte()

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-19 20:32 UTC  (18+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[linux-next:master] BUILD REGRESSION 8936cec5cb6e27649b86fabf383d7ce4113bba49
 2025-02-19 20:00 UTC 

[PATCH 6.6 000/389] 6.6.76-rc2 review
 2025-02-19 19:16 UTC  (10+ messages)

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-02-19 18:45 UTC  (11+ messages)

[PATCH v4 00/27] hugetlb/CMA improvements for large systems
 2025-02-19 18:09 UTC  (2+ messages)

[PATCH] mm/slab: Initialise random_kmalloc_seed after initcalls
 2025-02-19 18:09 UTC  (12+ messages)
    ` How does swsusp work with randomization features? (was: mm/slab: Initialise random_kmalloc_seed after initcalls)
                ` How does swsusp work with randomization features?

[RFC PATCH v5 0/7] mseal system mappings
 2025-02-19 17:17 UTC  (9+ messages)

[RFC v2 0/9] khugepaged: mTHP support
 2025-02-19 17:00 UTC  (13+ messages)
` [RFC v2 4/9] khugepaged: generalize alloc_charge_folio for "
` [RFC v2 5/9] khugepaged: generalize __collapse_huge_page_* "
` [RFC v2 6/9] khugepaged: introduce khugepaged_scan_bitmap "
` [RFC v2 7/9] khugepaged: add "
` [RFC v2 9/9] khugepaged: skip collapsing mTHP to smaller orders

[PATCH 0/2] fixes for uncached IO
 2025-02-19 16:25 UTC  (7+ messages)
` [PATCH 1/2] mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()
` [PATCH 2/2] mm/truncate: don't skip dirty page in folio_unmap_invalidate()

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-02-19 16:14 UTC  (10+ messages)
` CXL Boot to Bash - Section 3: Memory (block) Hotplug

[PATCH v2 0/2] Minimize xa_node allocation during xarry split
 2025-02-19 16:10 UTC  (4+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

kernel BUG at arch/arm64/mm/mmu.c:185!
 2025-02-19 14:40 UTC  (5+ messages)

[PATCH] selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
 2025-02-19 14:26 UTC  (2+ messages)

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-02-19 13:53 UTC  (5+ messages)
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API

[Hypervisor Live Update] Notes from February 10, 2025
 2025-02-19 13:31 UTC  (2+ messages)

page:  |  | latest

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