[PATCH v3] kho: validate preserved memory map during population
2025-12-19 7:12 UTC
[PATCH] fork: Replace simple_strtoul with kstrtoul in coredump_filter_setup
2025-12-19 7:04 UTC (2+ messages)
[PATCH v2] kho: validate preserved memory map during population
2025-12-19 6:54 UTC (3+ messages)
[PATCH v2 0/5] list private v2 & luo flb v9
2025-12-19 6:53 UTC (11+ messages)
` [PATCH v2 1/5] list: add primitives for private list manipulations
` [PATCH v2 2/5] list: add kunit test for private list primitives
` [PATCH v2 3/5] liveupdate: luo_file: Use private list
` [PATCH v9 4/5] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v9 5/5] tests/liveupdate: Add in-kernel liveupdate test
[PATCH] mm/mm_init: Replace simple_strtoul with kstrtobool in set_hashdist
2025-12-19 6:48 UTC (3+ messages)
[PATCH] mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
2025-12-19 6:28 UTC
[PATCH v2 00/28] Eliminate Dying Memory Cgroup
2025-12-19 6:18 UTC (42+ messages)
` [PATCH v2 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v2 02/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v2 03/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v2 04/28] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v2 05/28] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v2 06/28] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v2 07/28] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v2 08/28] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v2 09/28] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v2 10/28] writeback: prevent memory cgroup release in writeback module
` [PATCH v2 13/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v2 26/28] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v2 28/28] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
[PATCH v5] mm/hugetlb: ignore hugepage kernel args if hugepages are unsupported
2025-12-19 6:13 UTC (5+ messages)
[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
2025-12-19 6:11 UTC (4+ messages)
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
[RFC PATCH v4 0/4] Hazard Pointers
2025-12-19 6:06 UTC (22+ messages)
` [RFC PATCH v4 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH v4 3/4] hazptr: Implement Hazard Pointers
` [RFC PATCH v4 4/4] hazptr: Migrate per-CPU slots to backup slot on context switch
[PATCH v3 0/5] support batch checking of references and unmapping for large folios
2025-12-19 6:02 UTC (6+ messages)
` [PATCH v3 1/5] mm: rmap: support batched checks of the references "
` [PATCH v3 2/5] arm64: mm: factor out the address and ptep alignment into a new helper
` [PATCH v3 3/5] arm64: mm: support batch clearing of the young flag for large folios
` [PATCH v3 4/5] arm64: mm: implement the architecture-specific clear_flush_young_ptes()
` [PATCH v3 5/5] mm: rmap: support batched unmapping for file large folios
[PATCH bpf v2] lib/buildid: use __kernel_read() for sleepable context
2025-12-19 5:58 UTC (6+ messages)
[PATCH 0/4] Improve khugepaged scan logic
2025-12-19 5:31 UTC (13+ messages)
` [PATCH 1/4] mm: khugepaged: add trace_mm_khugepaged_scan event
` [PATCH 2/4] mm: khugepaged: remove mm when all memory has been collapsed
` [PATCH 3/4] mm: khugepaged: move mm to list tail when MADV_COLD/MADV_FREE
` [PATCH 4/4] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY
[PATCH] mm: vmscan: always allow writeback during memcg reclaim
2025-12-19 5:13 UTC (5+ messages)
[PATCH v2 0/2] kfence: allow change objects number
2025-12-19 4:36 UTC (8+ messages)
` [PATCH v2 1/2] LoongArch: kfence: avoid use CONFIG_KFENCE_NUM_OBJECTS
` [PATCH v2 2/2] kfence: allow change number of object by early parameter
[PATCH] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
2025-12-19 4:09 UTC (6+ messages)
[PATCH v4 RESEND 0/6] mm: hugetlb: allocate frozen gigantic folio
2025-12-19 4:09 UTC (8+ messages)
` [PATCH v4 5/6] mm: cma: add cma_alloc_frozen{_compound}()
[PATCH v2 00/13] kho: simplify state machine and enable dynamic updates
2025-12-19 3:11 UTC (6+ messages)
` [PATCH v2 11/13] kho: Allow kexec load before KHO finalization
[PATCH bpf-next v1 0/6] mm: bpf kfuncs to access memcg data
2025-12-19 2:51 UTC (11+ messages)
` [PATCH bpf-next v1 1/6] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH bpf-next v1 2/6] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH bpf-next v1 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v1 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v1 5/6] mm: introduce BPF kfunc to access memory events
` [PATCH bpf-next v1 6/6] bpf: selftests: selftests for memcg stat kfuncs
[PATCH] mm: Consider non-anon swap cache folios in folio_expected_ref_count()
2025-12-19 2:35 UTC (7+ messages)
[PATCH] kho: validate preserved memory map during population
2025-12-19 2:34 UTC (3+ messages)
[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
2025-12-19 2:29 UTC (6+ messages)
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH mm-hotfixes 0/4] mm kernel-doc fixes
2025-12-19 1:40 UTC (5+ messages)
` [PATCH mm-hotfixes 1/4] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH mm-hotfixes 2/4] textsearch: Describe @list member in ts_ops search
` [PATCH mm-hotfixes 3/4] mm: vmalloc: Fix up vrealloc_node_align() kernel-doc macro name
` [PATCH mm-hotfixes 4/4] mm, kfence: Describe @slab parameter in __kfence_obj_info()
[PATCH v5 0/2] Optimize zone->contiguous update and issue fix
2025-12-19 1:31 UTC (5+ messages)
` [PATCH v5 1/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH v2 0/3] support batch checking of references and unmapping for large folios
2025-12-19 1:00 UTC (11+ messages)
` [PATCH v2 1/3] arm64: mm: support batch clearing of the young flag "
` [PATCH v2 2/3] mm: rmap: support batched checks of the references "
[PATCH v4] mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-19 0:55 UTC (2+ messages)
[PATCH 1/2] mm/vmalloc: Add large-order allocation helper
2025-12-19 0:34 UTC (8+ messages)
` [PATCH 2/2] mm/vmalloc: Add attempt_larger_order_alloc parameter
[PATCH] mm/memremap: fix spurious large folio warning for FS-DAX
2025-12-19 0:27 UTC (4+ messages)
[PATCH 0/3] kfence: allow change objects number
2025-12-19 0:08 UTC (5+ messages)
` [PATCH 3/3] kfence: allow change number of object by early parameter
[PATCH v6] page_alloc: allow migration of smaller hugepages during contig_alloc
2025-12-19 0:08 UTC (2+ messages)
[PATCH v5] page_alloc: allow migration of smaller hugepages during contig_alloc
2025-12-18 23:38 UTC (8+ messages)
[PATCH v2 0/5] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
2025-12-18 22:55 UTC (6+ messages)
` [PATCH v2 2/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH v2 5/5] KVM: guest_memfd: GUP source pages prior to populating guest memory
[PATCHv2 00/14]
2025-12-18 22:18 UTC (16+ messages)
` [PATCHv2 01/14] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv2 02/14] mm/sparse: Check memmap alignment
` [PATCHv2 03/14] mm: Change the interface of prep_compound_tail()
` [PATCHv2 04/14] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv2 05/14] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv2 06/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv2 07/14] mm: Make page_zonenum() use head page
` [PATCHv2 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv2 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv2 10/14] mm: Drop fake head checks
` [PATCHv2 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv2 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv2 13/14] mm: Remove the branch from compound_head()
` [PATCHv2 14/14] hugetlb: Update vmemmap_dedup.rst
` [PATCHv2 00/14] Eliminate fake head pages from vmemmap optimization
[PATCH v10 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
2025-12-18 22:18 UTC (3+ messages)
[PATCH] mm/vmalloc: map contiguous pages in batches for vmap() whenever possible
2025-12-18 21:24 UTC (6+ messages)
[PATCH v10 0/8] mm: folio_zero_user: clear contiguous pages
2025-12-18 21:23 UTC (14+ messages)
` [PATCH v10 1/8] treewide: provide a generic clear_user_page() variant
` [PATCH v10 4/8] highmem: do range clearing in clear_user_highpages()
` [PATCH v10 7/8] mm, folio_zero_user: support clearing page ranges
` [PATCH v10 8/8] mm: folio_zero_user: cache neighbouring pages
[PATCH] lib/buildid: use __kernel_read() for sleepable context
2025-12-18 19:51 UTC (2+ messages)
[RFC PATCH 00/10] liveupdate: hugetlb support
2025-12-18 18:25 UTC (3+ messages)
` [RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot
[PATCH v18 00/12] Support page table check on PowerPC
2025-12-18 17:55 UTC (16+ messages)
` [PATCH v18 01/12] arm64/mm: Add addr parameter to __set_ptes_anysz()
` [PATCH v18 02/12] arm64/mm: Add addr parameter to __ptep_get_and_clear_anysz()
` [PATCH v18 03/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud[s]_set()
` [PATCH v18 04/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd[s]_set()
` [PATCH v18 05/12] mm/page_table_check: Provide addr parameter to page_table_check_ptes_set()
` [PATCH v18 06/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v18 07/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v18 08/12] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v18 09/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v18 10/12] powerpc/mm: Implement *_user_accessible_page() for ptes
` [PATCH v18 11/12] powerpc/mm: Use set_pte_at_unchecked() for internal usages
` [PATCH v18 12/12] powerpc/mm: Support page table check
[PATCH v3 0/3] Generalize vmemmap_populate_hugepages to sparc
2025-12-18 17:47 UTC (4+ messages)
` [PATCH v3 1/3] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
` [PATCH v3 2/3] mm: Convert vmemmap_p?d_populate() to static functions
` [PATCH v3 3/3] sparc: Remove unnecessary whitespace
[linus:master] [mm/vmalloc] 9c47753167: stress-ng.bigheap.realloc_calls_per_sec 21.3% regression
2025-12-18 17:37 UTC (6+ messages)
[PATCH 12/12] mm/damon/core: add trace point for damos stat per apply interval
2025-12-18 17:29 UTC (4+ messages)
[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
2025-12-18 17:27 UTC (9+ messages)
` [PATCH v3 08/22] mm: Allow page table accessors to be non-idempotent
[PATCH 0/3] mm/khugepaged: minor cleanups
2025-12-18 16:41 UTC (8+ messages)
` [PATCH 1/3] mm/khugepaged: remove unnecessary goto 'skip' label
` [PATCH 2/3] mm/khugepaged: use enum scan_result for result variables
[PATCH v2] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
2025-12-18 16:27 UTC (2+ messages)
[linux-next:master 2108/2322] arch/powerpc/mm/book3s64/hash_tlb.c:45:42: sparse: sparse: incorrect type in initializer (different address spaces)
2025-12-18 16:13 UTC
[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
2025-12-18 15:40 UTC (6+ messages)
[PATCH v2] mm/page_alloc: Report 1 as zone_batchsize for !CONFIG_MMU
2025-12-18 15:39 UTC (4+ messages)
[Patch v2] mm/huge_memory: use end_folio to terminate anonymous folio remapping
2025-12-18 15:28 UTC (6+ messages)
[PATCH] mm: fix minor spelling mistakes in comments
2025-12-18 15:09 UTC
[PATCH] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
2025-12-18 14:42 UTC (3+ messages)
[PATCH RFC 0/3] skip redundant TLB sync IPIs
2025-12-18 14:35 UTC (4+ messages)
` [PATCH RFC 3/3] mm/khugepaged: skip redundant IPI in collapse_huge_page()
[PATCH 0/4] Various mm kselftests improvements/fixes
2025-12-18 14:25 UTC (5+ messages)
` [PATCH 1/4] selftests/mm: remove flaky header check
[RFC PATCH 1/2] mm/pgtable: use ptdesc for pmd_huge_pte
2025-12-18 14:16 UTC (4+ messages)
[PATCH v2] mm/damon: fix typos in comments
2025-12-18 14:12 UTC (2+ messages)
[PATCH 0/2] mm/damon: export symbols and introduce prdm module
2025-12-18 13:46 UTC (2+ messages)
[PATCH] sparc: Use vmemmap_populate_hugepages for vmemmap_populate
2025-12-18 13:36 UTC (7+ 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