linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-24 15:22 UTC  (12+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
    ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
    ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape

[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
 2025-09-24 15:22 UTC  (3+ messages)

[syzbot] [mm?] WARNING in memory_failure
 2025-09-24 15:03 UTC  (3+ messages)

[PATCH 00/21] mm: ASI direct map management
 2025-09-24 14:59 UTC  (22+ messages)
` [PATCH 01/21] x86/mm/asi: Add CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH 02/21] x86/mm/asi: add X86_FEATURE_ASI and asi=
` [PATCH 03/21] x86/mm: factor out phys_pgd_init()
` [PATCH 04/21] x86/mm/asi: set up asi_nonsensitive_pgd
` [PATCH 05/21] x86/mm/pat: mirror direct map changes to ASI
` [PATCH 06/21] mm/page_alloc: add __GFP_SENSITIVE and always set it
` [PATCH 07/21] mm: introduce for_each_free_list()
` [PATCH 08/21] mm: rejig pageblock mask definitions
` [PATCH 09/21] mm/page_alloc: Invert is_check_pages_enabled() check
` [PATCH 10/21] mm/page_alloc: remove ifdefs from pindex helpers
` [PATCH 11/21] mm: introduce freetype_t
` [PATCH 12/21] mm/asi: encode sensitivity in freetypes and pageblocks
` [PATCH 13/21] mm/page_alloc_test: unit test pindex helpers
` [PATCH 14/21] x86/mm/pat: introduce cpa_fault option
` [PATCH 15/21] mm/page_alloc: rename ALLOC_NON_BLOCK back to _HARDER
` [PATCH 16/21] mm/page_alloc: introduce ALLOC_NOBLOCK
` [PATCH 17/21] mm/slub: defer application of gfp_allowed_mask
` [PATCH 18/21] mm/asi: support changing pageblock sensitivity
` [PATCH 19/21] mm/asi: bad_page() when ASI mappings are wrong
` [PATCH 20/21] x86/mm/asi: don't use global pages when ASI enabled
` [PATCH 21/21] mm: asi_test: smoke test for [non]sensitive page allocs

[Patch v3 0/2] mm_slot: fix the usage of mm_slot_entry
 2025-09-24 14:59 UTC  (16+ messages)
` [Patch v3 1/2] mm/ksm: get mm_slot by mm_slot_entry() when slot is !NULL
` [Patch v3 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot

[PATCH v2 0/4] reparent the THP split queue
 2025-09-24 14:57 UTC  (16+ messages)
` [PATCH v2 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v2 3/4] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH v2 4/4] mm: thp: reparent the split queue during memcg offline

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-24 14:36 UTC  (2+ messages)

[PATCH V2] mm/memory-failure: Ensure collect_procs is retried when unmap fails
 2025-09-24 13:55 UTC  (4+ messages)
  ` [PATCH V2] mm/memory-failure: Ensure collect_procs is retriedwhen "

[PATCH v2] mm/memblock: Correct totalram_pages accounting with KMSAN
 2025-09-24 13:34 UTC  (4+ messages)

[PATCH] arm64: mte: Do not flag the zero page as PG_mte_tagged
 2025-09-24 12:55 UTC  (5+ messages)

[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
 2025-09-24 12:52 UTC  (4+ messages)
` [PATCH v2 02/10] kfuzztest: add user-facing API and data structures

[RFC Patch 0/7] kernel: Introduce multikernel architecture support
 2025-09-24 12:51 UTC  (11+ messages)

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-09-24 12:40 UTC  (3+ messages)
` [PATCH v5 5/8] x86/mm: Use pagetable_free()

[PATCH Next] copy_process(): Fixed jump logic error
 2025-09-24 12:29 UTC  (2+ messages)

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-24 12:24 UTC  (24+ messages)
` [PATCH v5 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v5 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v5 10/23] mm/ksw: support CPU hotplug
` [PATCH v5 11/23] sched: add per-task context
` [PATCH v5 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v5 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v5 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v5 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module
  ` [PATCH v5 18/23] mm/ksw: add stack overflow test
  ` [PATCH v5 19/23] mm/ksw: add recursive depth test
  ` [PATCH v5 20/23] mm/ksw: add multi-thread corruption test cases
  ` [PATCH v5 21/23] tools/ksw: add test script
  ` [PATCH v5 22/23] docs: add KStackWatch document
  ` [PATCH v5 23/23] MAINTAINERS: add entry for KStackWatch
` [PATCH v5 07/23] mm/ksw: add HWBP pre-allocation

[PATCH] mm/page_alloc: fix alignment for alloc_contig_pages_noprof()
 2025-09-24 12:19 UTC  (12+ messages)

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-24 12:03 UTC  (5+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[DISCUSSION] Fixing bad pmd due to a race condition between change_prot_numa() and THP migration in pre-6.5 kernels
 2025-09-24 11:54 UTC  (5+ messages)

[PATCH mm-new 1/1] mm/khugepaged: abort collapse scan on non-swap entries
 2025-09-24 11:47 UTC  (6+ messages)

[Question] About memory.c: process_huge_page
 2025-09-24 11:46 UTC 

[PATCH v7 00/16] mm: folio_zero_user: clear contiguous pages
 2025-09-24 11:10 UTC  (13+ messages)
` [PATCH v7 10/16] mm: define clear_pages(), clear_user_pages()
` [PATCH v7 11/16] mm/highmem: introduce clear_user_highpages()
` [PATCH v7 12/16] arm: mm: define clear_user_highpages()

[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-24 11:07 UTC  (5+ messages)
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[v6 00/15] mm: support device-private THP
 2025-09-24 11:04 UTC  (17+ messages)
` [v6 01/15] mm/zone_device: support large zone device private folios
` [v6 03/15] mm/rmap: extend rmap and migration support device-private entries
` [v6 05/15] mm/migrate_device: handle partially mapped folios during collection

[PATCH RESEND v11 10/13] um: nommu: a work around for MMU dependency to PCI driver
 2025-09-24 11:03 UTC 

[PATCH] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-24 10:23 UTC  (2+ messages)

[PATCH v2 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-09-24 10:07 UTC  (5+ messages)
` [PATCH v2 1/2] mm: always call rmap_walk() on locked folios
` [PATCH v2 2/2] mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE

[RFC PATCH] driver: loop: introduce synchronized read for loop driver
 2025-09-24 10:04 UTC  (6+ messages)

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-09-24 10:00 UTC  (5+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH 1/1] mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
 2025-09-24  9:59 UTC  (13+ messages)

[PATCH v2] mm/memblock: Correct totalram_pages accounting with KMSAN
 2025-09-24  9:56 UTC 

[PATCH RFC 0/2] mm: add huge pfnmap support for remap_pfn_range()
 2025-09-24  9:50 UTC  (5+ messages)
` [PATCH RFC 2/2] mm: add PMD-level huge page "
` [syzbot ci] Re: mm: add huge pfnmap "

[PATCH v2 7/8] tracing: Add syscall_user_buf_size to limit amount written
 2025-09-24  9:49 UTC 

[PATCH v2 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
 2025-09-24  9:28 UTC  (2+ messages)

[PATCH v6 0/2] rust: zpool: add API for C and Rust
 2025-09-24  9:23 UTC  (7+ messages)
` [PATCH v6 2/2] rust: zpool: add abstraction for zpool drivers
` [syzbot ci] Re: rust: zpool: add API for C and Rust

[PATCH v1] mm: convert folio_page() back to a macro
 2025-09-24  8:57 UTC  (4+ messages)

[PATCH v2 10/10] MAINTAINERS: add maintainer information for KFuzzTest
 2025-09-24  8:32 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION ce7f1a983b074f6cf8609068088ca3182c569ee4
 2025-09-24  6:48 UTC 

[PATCH mm-new 1/1] mm: clean up is_guard_pte_marker()
 2025-09-24  5:19 UTC  (2+ messages)

[RFC V3 0/9] Accelerate page migration with batch copying and hardware offload
 2025-09-24  3:22 UTC  (14+ messages)
` [RFC V3 1/9] mm/migrate: factor out code in move_to_new_folio() and migrate_folio_move()
` [RFC V3 2/9] mm/migrate: revive MIGRATE_NO_COPY in migrate_mode
` [RFC V3 3/9] mm: Introduce folios_mc_copy() for batch copying folios
` [RFC V3 4/9] mm/migrate: add migrate_folios_batch_move to batch the folio move operations
` [RFC V3 5/9] mm: add support for copy offload for folio Migration
` [RFC V3 6/9] mtcopy: introduce multi-threaded page copy routine
` [RFC V3 7/9] dcbm: add dma core batch migrator for batch page offloading
` [RFC V3 8/9] adjust NR_MAX_BATCHED_MIGRATION for testing
` [RFC V3 9/9] mtcopy: spread threads across die "

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

[PATCH] mm/readahead: Skip fully overlapped range
 2025-09-24  0:27 UTC  (5+ messages)

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-23 22:35 UTC  (10+ messages)

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-23 20:07 UTC  (9+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-23 19:49 UTC  (7+ messages)

[PATCH v3 0/2] mm/ksm: Fix incorrect accounting of KSM counters during fork
 2025-09-23 18:47 UTC  (3+ messages)
` [PATCH v3 1/2] mm/ksm: Fix incorrect KSM counter handling in mm_struct "
` [PATCH v3 2/2] selftests/mm: Added fork inheritance test for ksm_merging_pages counter

[RFC PATCH] memcg: introduce kfuncs for fetching memcg stats
 2025-09-23 18:02 UTC  (2+ messages)

[PATCH linux-next v3 0/6] memcg: Support per-memcg KSM metrics
 2025-09-23 17:58 UTC  (2+ messages)

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

page:  |  | latest

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