messages from 2026-05-29 06:33:22 to 2026-05-29 17:28:02 UTC [more...]
[PATCH v6 00/15] userfaultfd: working set tracking for VM guest memory
2026-05-29 17:26 UTC (7+ messages)
` [PATCH v6 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v6 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v6 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v6 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v6 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v6 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
[PATCH 0/6] userfaultfd/pagemap: pre-existing fixes
2026-05-29 17:23 UTC (7+ messages)
` [PATCH 1/6] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
` [PATCH 2/6] fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()
` [PATCH 3/6] fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()
` [PATCH 4/6] mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgrade
` [PATCH 5/6] userfaultfd: gate must_wait writability check on pte_present()
` [PATCH 6/6] userfaultfd: build __VMA_UFFD_FLAGS from config-gated masks
[akpm-mm:mm-new] BUILD SUCCESS a4316353f0e3e9dff78d8a7582915117ec01e359
2026-05-29 17:08 UTC
[RFC PATCH 0/6] mm/damon: hardware-sampled access reports
2026-05-29 16:56 UTC (7+ messages)
` [RFC PATCH 1/6] mm/damon: add struct damon_perf_event{,_attr} and per-ctx perf_events list
` [RFC PATCH 2/6] mm/damon/sysfs-sample: expose perf_events configuration via sysfs
` [RFC PATCH 3/6] mm/damon/sysfs: install perf_events on apply
` [RFC PATCH 4/6] mm/damon/core: per-CPU SPSC ring drain and damon_perf_event lifecycle
` [RFC PATCH 5/6] mm/damon/vaddr: implement perf-event access check
` [RFC PATCH 6/6] mm/damon: add damos_node_eligible_mem_bp tracepoint
[PATCH v2 0/6] sched: Add support for long task name
2026-05-29 16:46 UTC (11+ messages)
` [PATCH v2 3/6] treewide: Replace memcpy(..., current->comm) with strscpy()
` [PATCH v2 4/6] sched: Extend task command name to 64 bytes
[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
2026-05-29 16:45 UTC (2+ messages)
FAILED: Patch "mm/page_alloc: clear page->private in free_pages_prepare()" failed to apply to 6.6-stable tree
2026-05-29 16:28 UTC (3+ messages)
` [PATCH] mm/page_alloc: clear page->private in free_pages_prepare()
[PATCH v5 00/18] userfaultfd: working set tracking for VM guest memory
2026-05-29 16:09 UTC (8+ messages)
` [PATCH v5 04/18] mm: skip out-of-range bits in mk_vma_flags()
` [PATCH v5 08/18] mm: add VM_UFFD_RWP VMA flag
[PATCH v1] mm/damon/stat: roll back context on damon_call() failure
2026-05-29 16:00 UTC (4+ messages)
[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
2026-05-29 15:40 UTC (11+ messages)
[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
2026-05-29 15:26 UTC (2+ messages)
[PATCH v8 00/37] mm/virtio: skip redundant zeroing of host-zeroed pages
2026-05-29 15:25 UTC (39+ messages)
` [PATCH v9 "
` [PATCH v9 01/37] mm: mempolicy: fix interleave index calculation
` [PATCH v9 02/37] mm: memory-failure: serialize TestSetPageHWPoison with zone->lock
` [PATCH v9 03/37] mm: page_alloc: propagate PageReported flag across buddy splits
` [PATCH v9 04/37] mm: page_reporting: allow driver to set batch capacity
` [PATCH v9 05/37] mm: hugetlb: remove dead alloc_hugetlb_folio stub
` [PATCH v9 06/37] mm: move vma_alloc_folio_noprof to page_alloc.c
` [PATCH v9 07/37] mm: thread user_addr through page allocator for cache-friendly zeroing
` [PATCH v9 08/37] mm: add alloc_contig_frozen_pages_user "
` [PATCH v9 09/37] mm: hugetlb: thread user_addr through gigantic page allocation
` [PATCH v9 10/37] mm: add folio_zero_user stub for configs without THP/HUGETLBFS
` [PATCH v9 11/37] mm: page_alloc: move prep_compound_page before post_alloc_hook
` [PATCH v9 12/37] mm: use folio_zero_user for user pages in post_alloc_hook
` [PATCH v9 13/37] mm: use __GFP_ZERO in vma_alloc_zeroed_movable_folio
` [PATCH v9 14/37] mm: remove arch vma_alloc_zeroed_movable_folio overrides
` [PATCH v9 15/37] mm: alloc_anon_folio: pass raw fault address to vma_alloc_folio
` [PATCH v9 16/37] mm: alloc_swap_folio: "
` [PATCH v9 17/37] mm: use __GFP_ZERO in alloc_anon_folio
` [PATCH v9 18/37] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio
` [PATCH v9 19/37] mm: use __GFP_ZERO in vma_alloc_anon_folio_pmd
` [PATCH v9 20/37] mm: hugetlb: add gfp parameter and skip zeroing for zeroed pages
` [PATCH v9 21/37] mm: memfd: skip zeroing for zeroed hugetlb pool pages
` [PATCH v9 22/37] mm: page_reporting: skip redundant zeroing of host-zeroed reported pages
` [PATCH v9 23/37] mm: page_alloc: use aliasing checks instead of user_alloc_needs_zeroing
` [PATCH v9 24/37] mm: page_reporting: add per-page zeroed bitmap for host feedback
` [PATCH v9 25/37] mm: page_alloc: clear PG_zeroed on buddy merge if not both zero
` [PATCH v9 26/37] mm: page_alloc: preserve PG_zeroed in page_del_and_expand
` [PATCH v9 27/37] virtio_balloon: submit reported pages as individual buffers
` [PATCH v9 28/37] virtio_balloon: disable indirect descriptors
` [PATCH v9 29/37] mm: page_reporting: add flush parameter with page budget
` [PATCH v9 30/37] mm: page_alloc: propagate PG_zeroed in split_large_buddy
` [PATCH v9 31/37] virtio_balloon: skip zeroing for host-zeroed reported pages
` [PATCH v9 32/37] virtio_balloon: disable reporting zeroed optimization for confidential guests
` [PATCH v9 33/37] mm: add free_frozen_pages_zeroed
` [PATCH v9 34/37] mm: page_alloc: skip kernel_init_pages for FPI_ZEROED when safe
` [PATCH v9 35/37] mm: add put_page_zeroed and folio_put_zeroed
` [PATCH v9 36/37] mm: balloon: use put_page_zeroed for zeroed balloon pages
` [PATCH v9 37/37] virtio_balloon: implement VIRTIO_BALLOON_F_DEVICE_INIT_ON_INFLATE
[PATCH v2 00/22] mm: Add __GFP_UNMAPPED
2026-05-29 15:02 UTC (5+ messages)
` [PATCH v2 19/22] mm/page_alloc: implement __GFP_UNMAPPED allocations
[PATCH v7 00/15] arm64: Unmap linear alias of kernel data/bss
2026-05-29 15:02 UTC (16+ messages)
` [PATCH v7 01/15] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v7 02/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v7 03/15] arm64: mm: Check for pud_/pmd_set_huge() failures on kernel mappings
` [PATCH v7 04/15] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v7 05/15] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v7 06/15] arm64: mm: Permit contiguous descriptors to be manipulated
` [PATCH v7 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v7 08/15] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v7 09/15] arm64: Move fixmap and kasan page tables to end of kernel image
` [PATCH v7 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v7 11/15] powerpc/code-patching: Avoid r/w mapping of the zero page
` [PATCH v7 12/15] sh: Drop cache flush of the zero page at boot
` [PATCH v7 13/15] mm: Make empty_zero_page[] const
` [PATCH v7 14/15] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v7 15/15] arm64: mm: Unmap kernel data/bss entirely from "
[PATCH v2 0/2] selftests/damon: fix memcg_path staging handling
2026-05-29 15:00 UTC (5+ messages)
` [PATCH v2 1/2] selftests/damon/_damon_sysfs.py: fix memcg_path assignment
` [PATCH v2 2/2] selftests/damon/sysfs.py: validate memcg_path staging readback
[PATCH v5 00/14] mm: thp: always enable mTHP support
2026-05-29 14:55 UTC (15+ messages)
` [PATCH v5 01/14] docs: tmpfs: remove implementation detail reference
` [PATCH v5 02/14] mm: shmem: shmem_getattr(): set blksize to highest supported THP order
` [PATCH v5 03/14] mm: introduce pgtable_has_pmd_leaves()
` [PATCH v5 04/14] drivers: dax: use pgtable_has_pmd_leaves()
` [PATCH v5 05/14] drivers: nvdimm: "
` [PATCH v5 06/14] mm: debug_vm_pgtable: "
` [PATCH v5 07/14] mm: shmem: allow THP support determination at folio allocation time
` [PATCH v5 08/14] s390: move has_transparent_hugepage() out of THP guard
` [PATCH v5 09/14] powerpc: "
` [PATCH v5 10/14] mips: "
` [PATCH v5 11/14] x86: "
` [PATCH v5 12/14] treewide: introduce arch_has_pmd_leaves()
` [PATCH v5 13/14] mm: replace thp_disabled_by_hw() with pgtable_has_pmd_leaves()
` [PATCH v5 14/14] mm: thp: always enable mTHP support
[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
2026-05-29 14:56 UTC (6+ messages)
` [PATCH v2 1/2] mm/memcontrol: add dmem charge/uncharge functions
[PATCH v6 00/15] arm64: Unmap linear alias of kernel data/bss
2026-05-29 14:47 UTC (20+ messages)
` [PATCH v6 07/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v6 08/15] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v6 09/15] arm64: Move fixmap and kasan page tables to end of kernel image
` [PATCH v6 10/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v6 11/15] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v6 15/15] arm64: mm: Unmap kernel data/bss entirely from "
[RFC PATCH v2 0/9] mm: support zswap-backed large folio swapin
2026-05-29 14:45 UTC (12+ messages)
` [RFC PATCH v2 1/9] mm/zswap: expose range state for swapin policy
` [RFC PATCH v2 2/9] mm: let swap_read_folio() report retryable zswap races
` [RFC PATCH v2 3/9] mm/zswap: support fully zswap-backed large folio loads
` [RFC PATCH v2 4/9] mm: admit large swapin by backend range in swapin_sync()
` [RFC PATCH v2 5/9] mm: add common locality admission for zswap large swapin
` [RFC PATCH v2 6/9] mm: provide anon locality evidence "
` [RFC PATCH v2 7/9] mm/shmem: provide VMA-hint locality "
` [RFC PATCH v2 8/9] mm: try all-zswap large swapin within swap readahead windows
` [RFC PATCH v2 9/9] docs: mm: update THP swapin counter descriptions
[PATCH v3 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-29 14:41 UTC (5+ messages)
[PATCH v2 1/4] LoongArch: kexec: add KHO support for FDT-based systems
2026-05-29 14:32 UTC (4+ messages)
` [PATCH v2 2/4] LoongArch: kexec: add KHO support for ACPI-only systems
` [PATCH v2 3/4] selftests/kho: add LoongArch vmtest support
` [PATCH v2 4/4] selftests/kho: handle QEMU not exiting after kexec on LoongArch
[PATCH v6 0/2] mm: improve large folio readahead for exec memory
2026-05-29 14:11 UTC (9+ messages)
` [PATCH v6 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order
[PATCH v2] man/man2const/F_{ADD,GET}_SEALS.2const: document F_SEAL_EXEC
2026-05-29 14:05 UTC
[RFC PATCH v1 0/8] liveupdate: kvm: Guest_memfd preservation
2026-05-29 13:57 UTC (3+ messages)
improve the kmem_cache_alloc_bulk API v2
2026-05-29 13:50 UTC (4+ messages)
` [PATCH] mm/slab: improve kmem_cache_alloc_bulk
[PATCH v5 0/9] mm: switch THP shrinker to list_lru
2026-05-29 13:42 UTC (4+ messages)
` [PATCH v5 5/9] mm: list_lru: deduplicate lock_list_lru()
[PATCH] man/man2const/F_{ADD,GET}_SEALS.2const: document F_SEAL_EXEC
2026-05-29 13:28 UTC (3+ messages)
[PATCH v3] cgroup/dmem: introduce a peak file
2026-05-29 13:01 UTC (4+ messages)
[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
2026-05-29 12:47 UTC (5+ messages)
[akpm-mm:mm-new 429/433] mm/swap_state.c:468:19: error: call to undeclared function 'folio_memcg_alloc_deferred'; ISO C99 and later do not support implicit function declarations
2026-05-29 12:35 UTC (3+ messages)
[PATCH] rust: page: mark Page::nid as inline
2026-05-29 12:17 UTC (3+ messages)
[PATCH 7.2 v10 0/2] skip redundant sync IPIs when TLB flush sent them
2026-05-29 11:10 UTC (11+ messages)
[PATCH] arm64: mm: call pagetable dtor when freeing hot-removed page tables
2026-05-29 10:16 UTC (10+ messages)
[PATCH] mm/mempool: use static key for boot-time debug enablement
2026-05-29 9:39 UTC (7+ messages)
` 答复: [外部邮件] "
` 答复: "
[PATCH 0/2] mm/percpu: Fix possible NOFS/NOIO reclaim recursion
2026-05-29 9:38 UTC (6+ messages)
` [PATCH 1/2] mm/percpu: Preserve NOFS/NOIO scope during chunk create and populate
` [PATCH 2/2] mm/percpu: Avoid pcpu_alloc_mutex recursion from reclaim
[PATCH 0/4] tty: replace __get_free_pages() with kmalloc()
2026-05-29 8:52 UTC (7+ messages)
` [PATCH 3/4] tty: serial: men_z135_uart: replace __get_free_page() "
` [PATCH 4/4] vc_screen: replace __get_free_pages() "
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-05-29 8:49 UTC (3+ messages)
Essai d'appel aujourd'hui
2026-05-29 8:44 UTC
[PATCH v4 0/4] selftests/mm: refactor pkey helpers and fix mmap error handling
2026-05-29 8:12 UTC (6+ messages)
` [PATCH v4 1/4] selftests/mm: move pkey selftest helpers to pkey_util.c
` [PATCH v4 2/4] selftests/mm: unify pkey sighandler selftest assertions and tracing
` [PATCH v4 3/4] selftests/mm: use pkey_assert on clone_raw failure in pkey test
` [PATCH v4 4/4] selftests/mm: add missing mmap() return checks in pkey tests
[PATCH v3] mm/slub: free prefilled empty sheaves consistently
2026-05-29 8:09 UTC (3+ messages)
[PATCH v3 0/2] mm/slub: batch partial slab list operations
2026-05-29 8:01 UTC (2+ messages)
[PATCH v6 0/6] KSM: performance optimizations for rmap_walk_ksm
2026-05-29 7:56 UTC (3+ messages)
[linus:master] [maple_tree] 280b792cac: will-it-scale.per_process_ops 6.0% regression
2026-05-29 7:11 UTC (9+ messages)
[PATCH 1/1] mm/memory-tier: add node_tier_id as stable tier identifier
2026-05-29 7:09 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION f7af91adc230aa99e23330ecf85bc9badd9780ad
2026-05-29 6:48 UTC
[PATCH v4 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-29 6:31 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox