linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/11] cgroup: separate rstat trees
 2025-02-20 18:14 UTC  (16+ messages)
` [PATCH 01/11] cgroup: move rstat pointers into struct of their own
` [PATCH 02/11] cgroup: add level of indirection for cgroup_rstat struct
` [PATCH 03/11] cgroup: move cgroup_rstat from cgroup to cgroup_subsys_state
` [PATCH 04/11] cgroup: introduce cgroup_rstat_ops

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-02-20 18:08 UTC  (21+ messages)

[PATCH 0/6] selftests/mm: Some cleanups from trying to run them
 2025-02-20 18:06 UTC  (13+ messages)
` [PATCH 1/6] selftests/mm: Report errno when things fail
` [PATCH 2/6] selftests/mm: Fix assumption that sudo is present
` [PATCH 3/6] selftests/mm: Skip uffd-stress if userfaultfd not available
` [PATCH 4/6] selftests/mm: Skip uffd-wp-mremap "
` [PATCH 5/6] selftests/mm: Print some details when uffd-stress gets bad params
` [PATCH 6/6] selftests/mm: Don't fail uffd-stress if too many CPUs

[PATCH] x86/vmemmap: Synchronize with global pgds if populating init_mm's pgd
 2025-02-20 18:02 UTC  (2+ messages)

[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
 2025-02-20 17:50 UTC  (9+ messages)

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-02-20 17:50 UTC  (11+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot
` CXL Boot to Bash - Section 3: Memory (block) Hotplug

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

[PATCH v5 00/12] zswap IAA compress batching
 2025-02-20 17:32 UTC  (11+ messages)
` [PATCH v5 02/12] crypto: acomp - Define new interfaces for compress/decompress batching

[PATCH v8 1/2] sched: Move task_mm_cid_work to mm work_struct
 2025-02-20 17:31 UTC  (6+ messages)

[PATCH 0/2] mm/damon: introduce DAMOS filter type for unmapped pages
 2025-02-20 17:24 UTC  (3+ messages)

[PATCH] bcachefs: Use alloc_percpu_gfp to avoid deadlock
 2025-02-20 17:16 UTC  (5+ messages)

[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-20 17:12 UTC  (12+ messages)
` [PATCH v4 01/10] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v4 02/10] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v4 03/10] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v2 00/14] Perf improvements for hugetlb and vmalloc on arm64
 2025-02-20 16:54 UTC  (7+ messages)
` [PATCH v2 07/14] arm64/mm: Avoid barriers for invalid or userspace mappings
` [PATCH v2 08/14] mm/vmalloc: Warn on improper use of vunmap_range()
` [PATCH v2 09/14] mm/vmalloc: Gracefully unmap huge ptes

next-20250218: arm64 LTP pids kernel panic loop_free_idle_workers
 2025-02-20 16:46 UTC  (3+ messages)

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

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-02-20 16:32 UTC  (5+ messages)
` [PATCH v2 14/14] x86: Make software tag-based kasan available

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

[syzbot] possible deadlock in page_cache_ra_unbounded
 2025-02-20 16:20 UTC  (2+ messages)
` [syzbot] [mm] [fs] "

next-20250219: arm, arm64 kernel panic handle_fasteoi_irq
 2025-02-20 15:48 UTC 

[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2025-02-20 15:29 UTC  (37+ 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

[PATCH v11 00/12] AMD broadcast TLB invalidation
 2025-02-20 15:25 UTC  (11+ messages)
` [PATCH v11 05/12] x86/mm: add INVLPGB support code
` [PATCH v11 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes

Efficient mapping of sparse file holes to zero-pages
 2025-02-20 13:47 UTC  (2+ messages)

[PATCH] mm: Remove redundant PageMemcgKmem(page) call
 2025-02-20 13:22 UTC  (4+ messages)
  `  "

[PATCH v2 0/2] Minimize xa_node allocation during xarry split
 2025-02-20 13:06 UTC  (7+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-20 12:48 UTC  (2+ messages)

[PATCH] mm/migrate_device: Do not access pgmap for non zone device pages
 2025-02-20 12:38 UTC  (5+ messages)

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

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

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-20 11:51 UTC  (5+ messages)
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages

[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-20 11:44 UTC  (17+ messages)
` [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared

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

[PATCH 0/4] mm: page_ext: Introduce new iteration API
 2025-02-20 11:05 UTC  (7+ messages)
` [PATCH 1/4] mm: page_ext: add an iteration API for page extensions
` [PATCH 2/4] mm: page_table_check: use new iteration API

[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
 2025-02-20 11:01 UTC  (4+ 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 0/7] mm, swap: remove swap slot cache
 2025-02-20 10:41 UTC  (13+ messages)
` [PATCH 5/7] mm, swap: use percpu cluster as allocation fast path
` [PATCH 6/7] mm, swap: remove swap slot cache
` [PATCH 7/7] mm, swap: simplify folio swap allocation

[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
 2025-02-20 10:24 UTC  (11+ messages)

[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
 2025-02-20  9:46 UTC  (7+ 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

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-20  9:26 UTC  (3+ messages)

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

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

[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 

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

page:  |  | latest

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