summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-06mm/mseal: fix mseal documentation for 32-bit kernelsLeon Hwang
2026-08-06mm/mseal: remove further superfluous comments, do_mseal()Lorenzo Stoakes (ARM)
2026-08-06mm/mseal: limit scope of mseal address zero to address zeroLorenzo Stoakes (ARM)
2026-08-06mm/mseal: remove superfluous comments, fix confusion around mmLorenzo Stoakes (ARM)
2026-08-06mm/page_alloc: remove a couple of VM_BUG_ON()stBrendan Jackman
2026-08-06mm/page_alloc: fixup alloc_pages_nolock_noprof() commentBrendan Jackman
2026-08-06cgroup/cpuset: update some comments about the page allocatorBrendan Jackman
2026-08-06mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCKBrendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() when disallowed in free_one_page()Brendan Jackman
2026-08-06mm/page_alloc: don't spin_trylock() in NMI on UPBrendan Jackman
2026-08-06selftests/mm: add PAGEMAP_SCAN test for THP PMD holesKiryl Shutsemau (Meta)
2026-08-06docs/mm: fix bracesManuel Ebner
2026-08-06mm/secretmem: don't allow highmem foliosBrendan Jackman
2026-08-06mm/damon/sysfs: read ops_id only once in damon_sysfs_apply_inputs()SJ Park
2026-08-06mm/damon/sysfs: read addr_unit only once in damon_sysfs_apply_inputs()SJ Park
2026-08-06mm/damon/paddr: drop last same folio access check reuse optimizationSJ Park
2026-08-06mm/damon/vaddr: drop last same folio access check optimizationSJ Park
2026-08-06mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()SJ Park
2026-08-06mm/damon/core: avoid infinite kdamond_merge_regions() internal loopSJ Park
2026-08-06mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik
2026-08-06mm/damon/core: hide core-private damon_ctx fieldsSJ Park
2026-08-06mm/damon/sysfs: do not directly access damon_ctx->opsSJ Park
2026-08-06mm/damon/core: hide private damon_probe fieldsSJ Park
2026-08-06mm/damon/core: hide private damon_filter fieldsSJ Park
2026-08-06mm/damon/core: hide private damos fieldsSJ Park
2026-08-06mm/damon/core: hide private damos_filter fieldsSJ Park
2026-08-06mm/damon/core: hide private damos_quota fieldsSJ Park
2026-08-06mm/damon/core: hide private damos_quota_goal fieldsSJ Park
2026-08-06mm/damon/core: hide private damon_target fieldsSJ Park
2026-08-06mm/damon/core: hide private damon_region fieldsSJ Park
2026-08-06mm/mm_slot.h: add comments for mm_slot_lookup/insertxu xin
2026-08-06mm/mm_slot.h: add a helper function mm_slot_removexu xin
2026-08-06mm/mremap: convert mremap code to use vma_flags_tLorenzo Stoakes
2026-08-06mm/mprotect: convert mprotect code to use vma_flags_tLorenzo Stoakes
2026-08-06mm/mlock: convert mlock code to use vma_flags_tLorenzo Stoakes
2026-08-06mm/vma: convert miscellaneous uses of VMA flags in core mmLorenzo Stoakes
2026-08-06mm/vma: update create_init_stack_vma() to use vma_flags_tLorenzo Stoakes
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes
2026-08-06mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes
2026-08-06mm/vma: convert vm_pgprot_modify() to use vma_flags_t and renameLorenzo Stoakes
2026-08-06mm: prefer mm->def_vma_flags in mm logicLorenzo Stoakes
2026-08-06mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes
2026-08-06mm: introduce vma_flags_can_grow() and vma_can_grow()Lorenzo Stoakes
2026-08-06selftests/dax: add dax/kmem hotplug sysfs regression testGregory Price
2026-08-06dax/kmem: add sysfs interface for atomic whole-device hotplugGregory Price
2026-08-06dax/kmem: extract hotplug/hotremove helper functionsGregory Price
2026-08-06dax/kmem: resolve default online type at probe timeGregory Price
2026-08-06mm/memory_hotplug: add offline_and_remove_memory_ranges()Gregory Price