[Discuss] First steps for ASI (ASI is fast again)
2025-10-02 7:45 UTC (2+ messages)
[PATCH 00/21] mm: ASI direct map management
2025-10-02 7:34 UTC (16+ messages)
` [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 11/21] mm: introduce freetype_t
[PATCH mm-new 0/2] mm/khugepaged: refactor and merge PTE scanning logic
2025-10-02 7:32 UTC (3+ messages)
` [PATCH mm-new 1/2] mm/khugepaged: optimize PTE scanning with if-else-if-else-if chain
` [PATCH mm-new 2/2] mm/khugepaged: merge PTE scanning logic into a new helper
[PATCH v3 0/2] mm, ksm: fix flag-dropping behavior
2025-10-02 7:29 UTC (8+ messages)
` [PATCH v3 1/2] mm/ksm: fix flag-dropping behavior in ksm_madvise
` [PATCH v3 2/2] mm: redefine VM_* flag constants with BIT()
[Patch v2] mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
2025-10-02 7:27 UTC (8+ messages)
[syzbot] [mm?] WARNING in memory_failure
2025-10-02 7:25 UTC (28+ messages)
[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
2025-10-02 7:22 UTC (9+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios
[PATCH 0/3] mm/swap: remove plist swap_active_head
2025-10-02 6:04 UTC (5+ messages)
` [PATCH 1/3] mm/swapfile.c: remove __has_usable_swap()
` [PATCH 2/3] mm/swapfile.c: use swap_info[] to find the swap device
` [PATCH 3/3] mm/swap: remove unneeded swap_active_head
[PATCH] kmsan: fix kmsan_handle_dma() to avoid false positives
2025-10-02 5:10 UTC
[PATCH v1 0/3] Make KHO Stateless
2025-10-02 4:29 UTC (7+ messages)
` [PATCH v1 1/3] kho: Adopt KHO radix tree data structures
` [PATCH v1 2/3] memblock: Remove KHO notifier usage
` [PATCH v1 3/3] kho: Remove notifier system infrastructure
[RFC Patch 0/7] kernel: Introduce multikernel architecture support
2025-10-02 4:17 UTC (12+ messages)
[PATCH 0/2] mm/compaction: some fix for the range passed to pageblock_pfn_to_page()
2025-10-02 3:31 UTC (3+ messages)
` [PATCH 1/2] mm/compaction: check the range to pageblock_pfn_to_page() is within the zone first
` [PATCH 2/2] mm/compaction: fix the range to pageblock_pfn_to_page()
[PATCH v3 0/2] mm/swapfile.c: select the swap device with default priority round robin
2025-10-02 3:21 UTC (6+ messages)
` [PATCH v3 1/2] mm/swap: do not choose swap device according to numa node
` [PATCH v3 2/2] mm/swap: select swap device with default priority round robin
[GIT PULL] MM updates for 6.18-rc1
2025-10-02 2:02 UTC
[PATCH 1/2] mm/page_owner: Rename proc-prefixed variables for clarity
2025-10-02 2:00 UTC (6+ messages)
` [PATCH 2/2] mm/page_owner: simplify zone iteration logic in init_early_allocated_pages()
[PATCH v3 0/4] reparent the THP split queue
2025-10-02 1:44 UTC (5+ messages)
` [PATCH v3 1/4] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH v3 2/4] mm: thp: introduce folio_split_queue_lock and its variants
[PATCH v2 2/4] rseq: Run the mm_cid_compaction from rseq_handle_notify_resume()
2025-10-02 1:22 UTC (2+ messages)
[PATCH v5 1/1] mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP subpage to shared zeropage
2025-10-02 1:14 UTC (2+ messages)
[PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
2025-10-01 23:48 UTC (4+ messages)
[PATCH v3 0/8] Cache coherency management subsystem
2025-10-01 23:31 UTC (3+ messages)
` [PATCH v3 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
[PATCH] memcg: introduce kfuncs for fetching memcg stats
2025-10-01 22:25 UTC (2+ messages)
PROBLEM: userfaultfd REGISTER minor mode on MAP_PRIVATE range fails
2025-10-01 22:16 UTC (12+ messages)
[PATCH v12 00/23] zswap compression batching with optimized iaa_crypto driver
2025-10-01 21:20 UTC (13+ messages)
` [PATCH v12 20/23] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v12 22/23] mm: zswap: zswap_store() will process a large folio in batches
[PATCH] mm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()
2025-10-01 20:31 UTC (4+ messages)
[PATCH v3 00/10] __vmalloc()/kvmalloc() and no-block support(v3)
2025-10-01 19:26 UTC (11+ messages)
` [PATCH v3 01/10] lib/test_vmalloc: add no_block_alloc_test case
` [PATCH v3 02/10] lib/test_vmalloc: Remove xfail condition check
` [PATCH v3 03/10] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [PATCH v3 04/10] mm/vmalloc: Defer freeing partly initialized vm_struct
` [PATCH v3 05/10] mm/vmalloc: Handle non-blocking GFP in __vmalloc_area_node()
` [PATCH v3 06/10] mm/kasan: Support non-blocking GFP in kasan_populate_vmalloc()
` [PATCH v3 07/10] kmsan: Remove hard-coded GFP_KERNEL flags
` [PATCH v3 08/10] mm: Skip might_alloc() warnings when PF_MEMALLOC is set
` [PATCH v3 09/10] mm/vmalloc: Update __vmalloc_node_range() documentation
` [PATCH v3 10/10] mm: kvmalloc: Add non-blocking support for vmalloc
[PATCH v2 0/5] mm/page_owner: add debugfs files 'show_handles' and 'show_stacks_handles'
2025-10-01 17:56 UTC (6+ messages)
` [PATCH v2 1/5] mm/page_owner: introduce struct stack_print_ctx
` [PATCH v2 2/5] mm/page_owner: add struct stack_print_ctx.flags
` [PATCH v2 3/5] mm/page_owner: add debugfs file 'show_handles'
` [PATCH v2 4/5] mm/page_owner: add debugfs file 'show_stacks_handles'
` [PATCH v2 5/5] mm/page_owner: update Documentation with 'show_handles' and 'show_stacks_handles'
[PATCH 0/3] mm/page_owner: add options 'print_handle' and 'print_stack' for 'show_stacks'
2025-10-01 17:37 UTC (8+ messages)
[RFC PATCH v5 00/18] pkeys-based page table hardening
2025-10-01 17:22 UTC (11+ messages)
` [RFC PATCH v5 13/18] mm: Map page tables with privileged pkey
[PATCH] mm: page_alloc: avoid kswapd thrashing due to NUMA restrictions
2025-10-01 16:41 UTC (6+ messages)
[PATCH v2 4/4] mm/page_alloc: Batch page freeing in free_frozen_page_commit
2025-10-01 15:55 UTC (3+ messages)
[PATCH linux-next 0/2] ksm: fix exec/fork inheritance
2025-10-01 15:00 UTC (3+ messages)
` [PATCH linux-next 1/2] tools: add ksm-utils tools
` [PATCH linux-next 2/2] mm/ksm: fix exec/fork inheritance support for prctl
[PATCH v3 0/4] mm/userfaultfd: modulize memory types
2025-10-01 14:39 UTC (17+ messages)
` [PATCH v3 1/4] mm: Introduce vm_uffd_ops API
` [PATCH v3 4/4] mm: Apply vm_uffd_ops API to core mm
[Invitation] bi-weekly guest_memfd upstream call on 2025-10-02
2025-10-01 13:52 UTC
[PATCH mm-new v2 1/1] mm/khugepaged: abort collapse scan on non-swap entries
2025-10-01 13:52 UTC (9+ messages)
[PATCH] mm: readahead: make thp readahead conditional to mmap_miss logic
2025-10-01 12:47 UTC (3+ messages)
[PATCH 03/21] x86/mm: factor out phys_pgd_init()
2025-10-01 12:26 UTC (3+ messages)
[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-10-01 11:39 UTC (6+ messages)
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
[PATCH v2 2/4] mm/page_alloc: Perform appropriate batching in drain_pages_zone
2025-10-01 11:23 UTC (3+ messages)
[PATCH] mm/thp: Drop follow_devmap_pmd() default stub
2025-10-01 10:06 UTC (2+ messages)
[Patch v2 0/2] mm_slot: following fixup for usage of mm_slot_entry()
2025-10-01 9:19 UTC (3+ messages)
` [Patch v2 1/2] mm/ksm: cleanup mm_slot_entry() invocation
` [Patch v2 2/2] mm/khugepaged: use KMEM_CACHE()
[Patch v2 0/2] mm_slot: following fixup for usage of mm_slot_entry()
2025-10-01 9:16 UTC
[PATCH v2] mm/ksm: fix flag-dropping behavior in ksm_madvise
2025-10-01 9:07 UTC (3+ messages)
[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-10-01 9:04 UTC (5+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v12 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v12 4/4] rust: Add `OwnableRefCounted`
[Patch mm-stable-fixup 0/2] mm_slot: fix the usage of mm_slot_entry()
2025-10-01 8:48 UTC (7+ messages)
` [Patch mm-stable-fixup 1/2] mm/ksm: don't call mm_slot_entry() when the slot is NULL
` [Patch mm-stable-fixup 2/2] mm/khugepaged: remove definition of struct khugepaged_mm_slot
[v2 PATCH] mm: hugetlb: avoid soft lockup when mprotect to large memory area
2025-10-01 8:32 UTC (6+ messages)
[PATCH net v2] page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit arches
2025-10-01 8:28 UTC (5+ messages)
[PATCH V2] mm/ptdump: Replace READ_ONCE() with standard page table accessors
2025-10-01 8:26 UTC (2+ messages)
[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
2025-10-01 7:22 UTC (11+ messages)
[v7 00/16] mm: support device-private THP
2025-10-01 6:57 UTC (17+ messages)
` [v7 01/16] mm/zone_device: support large zone device private folios
` [v7 02/16] mm/zone_device: Rename page_free callback to folio_free
` [v7 03/16] mm/huge_memory: add device-private THP support to PMD operations
` [v7 04/16] mm/rmap: extend rmap and migration support device-private entries
` [v7 05/16] mm/huge_memory: implement device-private THP splitting
` [v7 06/16] mm/migrate_device: handle partially mapped folios during collection
` [v7 07/16] mm/migrate_device: implement THP migration of zone device pages
` [v7 08/16] mm/memory/fault: add THP fault handling for zone device private pages
` [v7 09/16] lib/test_hmm: add zone device private THP test infrastructure
` [v7 10/16] mm/memremap: add driver callback support for folio splitting
` [v7 11/16] mm/migrate_device: add THP splitting during migration
` [v7 12/16] lib/test_hmm: add large page allocation failure testing
` [v7 13/16] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v7 14/16] selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
` [v7 15/16] selftests/mm/hmm-tests: new throughput tests including THP
` [v7 16/16] gpu/drm/nouveau: enable THP support for GPU memory migration
[Linux Memory Hotness and Promotion] Notes from September 25, 2025
2025-10-01 5:33 UTC (2+ messages)
[PATCH v2] rust: slab: add basic slab module
2025-10-01 4:44 UTC
[PATCH v0] mm/page_alloc: Cleanup for __del_page_from_free_list()
2025-10-01 4:38 UTC (2+ messages)
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-01 0:13 UTC (11+ messages)
[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
2025-09-30 22:04 UTC (2+ 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