summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-05-22mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-22mm: mincore: use pte_batch_hint() to batch process large foliosBaolin Wang
2025-05-22mm: cma: set early_pfn and bitmap as a union in cma_memrangeZhongkun He
2025-05-22mm: numa_memblks: introduce numa_add_reserved_memblkYuquan Wang
2025-05-22mm/vmalloc: fix data race in show_numa_info()Jeongjun Park
2025-05-21kmsan: rework kmsan_in_runtime() handling in kmsan_report()Alexander Potapenko
2025-05-21kmsan: enter the runtime around kmsan_internal_memmove_metadata() callAlexander Potapenko
2025-05-21kmsan: drop the declaration of kmsan_save_stack()Alexander Potapenko
2025-05-21kmsan: fix usage of kmsan_enter_runtime() in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2025-05-21kmsan: apply clang-format to files mm/kmsan/Alexander Potapenko
2025-05-21mm/mempolicy: Weighted Interleave Auto-tuningJoshua Hahn
2025-05-13memcg: no irq disable for memcg stock lockShakeel Butt
2025-05-13memcg: completely decouple memcg and obj stocksShakeel Butt
2025-05-13memcg: separate local_trylock for memcg and objShakeel Butt
2025-05-13memcg: simplify consume_stockShakeel Butt
2025-05-13mm: remove obsolete pgd_offset_gate()Feng Lee
2025-05-13mm/vma: remove mmap() retry mergeLorenzo Stoakes
2025-05-13mm: secretmem: convert to .mmap_prepare() hookLorenzo Stoakes
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm/gup: remove page_folio() in memfd_pin_folios()Vishal Moola (Oracle)
2025-05-12mm/gup: remove unnecessary check in memfd_pin_folios()Vishal Moola (Oracle)
2025-05-12mm, swap: remove no longer used swap mapping helperKairui Song
2025-05-12mm: move folio_index to mm/swap.h and remove no longer needed helperKairui Song
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes
2025-05-12mm: kmemleak: mark variables as __read_mostlyLuiz Capitulino
2025-05-12mm: kmemleak: drop wrong commentLuiz Capitulino
2025-05-12mm: kmemleak: drop kmemleak_warning variableLuiz Capitulino
2025-05-12mm: add folio_expected_ref_count() for reference count calculationShivank Garg
2025-05-12mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui
2025-05-12mm: workingset: simplify lockdep check in update_nodePedro Falcato
2025-05-12mm/mm_init: use for_each_valid_pfn() in init_unavailable_range()David Woodhouse
2025-05-12mm: use for_each_valid_pfn() in memory_hotplugDavid Woodhouse
2025-05-12mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region()David Woodhouse
2025-05-12memblock: add KHO support for reserve_memAlexander Graf
2025-05-12kexec: add KHO parsing supportAlexander Graf
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)
2025-05-12memblock: add support for scratch memoryAlexander Graf
2025-05-12memblock: add MEMBLOCK_RSRV_KERN flagMike Rapoport (Microsoft)
2025-05-12khugepaged: pass folio instead of head page to trace eventsFan Ni
2025-05-12mm/numa: remove unnecessary local variable in alloc_node_data()Ye Liu
2025-05-12mm/debug_page_alloc: improve error message for invalid guardpage minorderYe Liu
2025-05-12mm/io-mapping: precompute remap protection flags for clarityYe Liu
2025-05-12mm/rmap: fix typo in comment in page_address_in_vmaYe Liu