[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
[PATCH] mm/page_alloc: fix alignment for alloc_contig_pages_noprof()
2025-09-24 12:01 UTC (13+ messages)
[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-09-24 11:59 UTC (23+ 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
[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
[RFC Patch 0/7] kernel: Introduce multikernel architecture support
2025-09-24 11:38 UTC (10+ messages)
[syzbot] [mm?] WARNING in memory_failure
2025-09-24 11:32 UTC (2+ messages)
[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 (23+ 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 04/15] mm/huge_memory: implement device-private THP splitting
` [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 v3 0/2] mm_slot: fix the usage of mm_slot_entry
2025-09-24 10:42 UTC (14+ 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] 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
[PATCH v2 0/4] reparent the THP split queue
2025-09-24 10:06 UTC (12+ messages)
` [PATCH v2 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v2 2/4] mm: thp: introduce folio_split_queue_lock and its variants
` [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
[RFC PATCH] driver: loop: introduce synchronized read for loop driver
2025-09-24 10:04 UTC (6+ messages)
[PATCH v2] mm/memblock: Correct totalram_pages accounting with KMSAN
2025-09-24 10:03 UTC
[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 (16+ 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 (6+ messages)
` [PATCH RFC 1/2] pgtable: add pte_clrhuge() implementation for arm64 and riscv
` [PATCH RFC 2/2] mm: add PMD-level huge page support for remap_pfn_range()
` [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 (8+ messages)
` [PATCH v6 1/2] mm: reinstate zpool as a thin API
` [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 (5+ messages)
[PATCH v2 0/10] KFuzzTest: a new kernel fuzzing framework
2025-09-24 8:44 UTC (5+ messages)
` [PATCH v2 01/10] mm/kasan: implement kasan_poison_range
` [PATCH v2 02/10] kfuzztest: add user-facing API and data structures
[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] mm/memory-failure: Ensure collect_procs is retried when unmap fails
2025-09-23 22:17 UTC (2+ 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
[Patch v2] mm/khugepaged: use start_addr/addr for better reading
2025-09-23 16:36 UTC (4+ messages)
[PATCH v8 0/2] introduce kasan.write_only option in hw-tags
2025-09-23 16:21 UTC (3+ messages)
` [PATCH v8 1/2] kasan/hw-tags: introduce kasan.write_only option
[PATCHv3 0/6] mm: Improve mlock tracking for large folios
2025-09-23 15:15 UTC (8+ messages)
` [PATCHv3 1/6] mm/page_vma_mapped: Track if the page is mapped across page table boundary
` [PATCHv3 2/6] mm/rmap: Fix a mlock race condition in folio_referenced_one()
` [PATCHv3 3/6] mm/rmap: mlock large folios in try_to_unmap_one()
` [PATCHv3 4/6] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCHv3 5/6] mm/filemap: Map entire large folio faultaround
` [PATCHv3 6/6] mm/rmap: Improve mlock tracking for large folios
[PATCH linux-next v3 0/6] memcg: Support per-memcg KSM metrics
2025-09-23 14:17 UTC (3+ messages)
` 答复: "
[PATCH] mm/memory-failure: not select MEMORY_ISOLATION
2025-09-23 14:16 UTC (2+ messages)
[PATCH] mm/memory-failure: Ensure collect_procs is retried when unmap fails
2025-09-23 13:47 UTC
[PATCH v3 00/30] Live Update Orchestrator
2025-09-23 13:13 UTC (5+ messages)
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
[PATCHv3 0/5] mm: Improve mlock tracking for large folios
2025-09-23 11:05 UTC (7+ messages)
` [PATCHv3 1/5] mm/rmap: Fix a mlock race condition in folio_referenced_one()
` [PATCHv3 2/5] mm/rmap: mlock large folios in try_to_unmap_one()
` [PATCHv3 3/5] mm/fault: Try to map the entire file folio in finish_fault()
` [PATCHv3 4/5] mm/filemap: Map entire large folio faultaround
` [PATCHv3 5/5] mm/rmap: Improve mlock tracking for large folios
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