[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-21 1:49 UTC (5+ messages)
[PATCH RFC] mm: Fix kernel BUG when userfaultfd_move encounters swapcache
2025-02-21 1:36 UTC (18+ messages)
[PATCH v2] mm/migrate_device: do not access pgmap for non zone device pages
2025-02-21 1:27 UTC
[PATCH v6 00/17] zsmalloc/zram: there be preemption
2025-02-21 1:20 UTC (9+ messages)
` [PATCH v6 02/17] zram: permit preemption with active compression stream
` [PATCH v6 10/17] zsmalloc: rename pool lock
` [PATCH v6 11/17] zsmalloc: make zspage lock preemptible
[RFC PATCH 0/8] mm/damon: auto-tune aggregation interval
2025-02-21 1:09 UTC (2+ messages)
[PATCH v12 00/16] AMD broadcast TLB invalidation
2025-02-21 0:53 UTC (17+ messages)
` [PATCH v12 01/16] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional
` [PATCH v12 02/16] x86/mm: remove pv_ops.mmu.tlb_remove_table call
` [PATCH v12 03/16] x86/mm: consolidate full flush threshold decision
` [PATCH v12 04/16] x86/mm: get INVLPGB count max from CPUID
` [PATCH v12 05/16] x86/mm: add INVLPGB support code
` [PATCH v12 06/16] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v12 07/16] x86/mm: use INVLPGB in flush_tlb_all
` [PATCH v12 08/16] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
` [PATCH v12 09/16] x86/mm: global ASID allocation helper functions
` [PATCH v12 10/16] x86/mm: global ASID context switch & TLB flush handling
` [PATCH v12 11/16] x86/mm: global ASID process exit helpers
` [PATCH v12 12/16] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
` [PATCH v12 13/16] x86/mm: do targeted broadcast flushing from tlbbatch code
` [PATCH v12 14/16] x86/mm: enable AMD translation cache extensions
` [PATCH v12 15/16] x86/mm: only invalidate final translations with INVLPGB
` [PATCH v12 16/16] x86/mm: add noinvlpgb commandline option
[RFC PATCH v12 00/26] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
2025-02-20 23:44 UTC (17+ messages)
[PATCH v6 00/16] zswap IAA compress batching
2025-02-20 23:28 UTC (3+ messages)
` [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2025-02-20 22:59 UTC (7+ messages)
[PATCH] mm/migrate_device: Do not access pgmap for non zone device pages
2025-02-20 22:45 UTC (6+ messages)
[PATCH 0/8] mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers
2025-02-20 22:14 UTC (10+ messages)
` [PATCH 1/8] mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for different named directories
` [PATCH 2/8] mm/damon/sysfs-schemes: implement core_filters and ops_filters directories
` [PATCH 3/8] mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directories
` [PATCH 4/8] mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callers
` [PATCH 5/8] mm/damon/sysfs-schemes: set filters handling layer of directories
` [PATCH 6/8] mm/damon/sysfs-schemes: return error for wrong filter type on given directory
` [PATCH 7/8] Docs/ABI/damon: document {core,ops}_filters directories
` [PATCH 8/8] Docs/admin-guide/mm/damon/usage: update for "
[PATCH v3 0/2] mm: slub: Enhanced debugging in slub error
2025-02-20 21:49 UTC (4+ messages)
` [PATCH v3 1/2] mm: slub: Print the broken data before restoring slub
[PATCH 0/4] mm: page_ext: Introduce new iteration API
2025-02-20 21:12 UTC (13+ 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 v8 1/2] sched: Move task_mm_cid_work to mm work_struct
2025-02-20 21:10 UTC (7+ messages)
Efficient mapping of sparse file holes to zero-pages
2025-02-20 20:46 UTC (3+ messages)
[PATCH] bcachefs: Use alloc_percpu_gfp to avoid deadlock
2025-02-20 20:37 UTC (6+ messages)
Is uprobe_write_opcode() OK?
2025-02-20 20:29 UTC
[linux-next:master] BUILD REGRESSION 50a0c754714aa3ea0b0e62f3765eb666a1579f24
2025-02-20 20:28 UTC
[PATCH 00/11] cgroup: separate rstat trees
2025-02-20 20:22 UTC (18+ 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
kernel BUG at arch/arm64/mm/mmu.c:185!
2025-02-20 20:08 UTC (6+ messages)
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-02-20 20:06 UTC (16+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot
` CXL Boot to Bash - Section 3: Memory (block) Hotplug
[PATCH v10 00/18] reimplement per-vma lock as a refcount
2025-02-20 20:05 UTC (5+ messages)
` [PATCH v10 12/18] mm: replace vm_lock and detached flag with a reference count
[PATCH 1/1] fixup! mm: fix a crash due to vma_end_read() that should have been removed
2025-02-20 20:02 UTC
[RFC PATCH 0/9] mm/damon: make allow filters after reject filters useful and intuitive
2025-02-20 19:35 UTC (10+ messages)
` [RFC PATCH 1/9] mm/damon/core: introduce damos->ops_filters
` [RFC PATCH 2/9] mm/damon/paddr: support ops_filters
` [RFC PATCH 3/9] mm/damon/core: support committing ops_filters
` [RFC PATCH 4/9] mm/damon/core: put ops-handled filters to damos->ops_filters
` [RFC PATCH 5/9] mm/damon/paddr: support only ops_filters
` [RFC PATCH 6/9] mm/damon: add default allow/reject behavior fields to struct damos
` [RFC PATCH 7/9] mm/damon/core: set damos_filter default allowance behavior based on installed filters
` [RFC PATCH 8/9] mm/damon/paddr: respect ops_filters_default_reject
` [RFC PATCH 9/9] Docs/mm/damon/design: update for changed filter-default behavior
[RFC v2 0/9] khugepaged: mTHP support
2025-02-20 19:12 UTC (8+ messages)
` [RFC v2 6/9] khugepaged: introduce khugepaged_scan_bitmap for "
[syzbot] [mm?] KCSAN: data-race in __unmap_hugepage_range / free_huge_folio
2025-02-20 19:03 UTC
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-20 18:33 UTC (7+ messages)
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping
[PATCH V5 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
2025-02-20 18:23 UTC (5+ messages)
[PATCH 0/6] selftests/mm: Some cleanups from trying to run them
2025-02-20 18:17 UTC (14+ 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 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-20 18:08 UTC (15+ messages)
[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)
[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 0/2] mm/damon: introduce DAMOS filter type for unmapped pages
2025-02-20 17:24 UTC (2+ 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 (5+ messages)
` [PATCH v2 07/14] arm64/mm: Avoid barriers for invalid or userspace mappings
` [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 (4+ 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 (21+ 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
[PATCH v11 00/12] AMD broadcast TLB invalidation
2025-02-20 15:25 UTC (4+ messages)
` [PATCH v11 09/12] x86/mm: enable broadcast TLB invalidation for multi-threaded processes
[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)
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 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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox