aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-38/+120
2025-05-13memcg: no irq disable for memcg stock lockShakeel Butt1-9/+6
2025-05-13memcg: completely decouple memcg and obj stocksShakeel Butt1-57/+92
2025-05-13memcg: separate local_trylock for memcg and objShakeel Butt1-23/+26
2025-05-13memcg: simplify consume_stockShakeel Butt1-13/+7
2025-05-13mm: remove obsolete pgd_offset_gate()Feng Lee1-4/+1
2025-05-13mm/vma: remove mmap() retry mergeLorenzo Stoakes1-14/+0
2025-05-13mm: secretmem: convert to .mmap_prepare() hookLorenzo Stoakes1-7/+7
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes3-3/+70
2025-05-12mm/gup: remove page_folio() in memfd_pin_folios()Vishal Moola (Oracle)1-1/+1
2025-05-12mm/gup: remove unnecessary check in memfd_pin_folios()Vishal Moola (Oracle)1-14/+1
2025-05-12mm, swap: remove no longer used swap mapping helperKairui Song1-9/+0
2025-05-12mm: move folio_index to mm/swap.h and remove no longer needed helperKairui Song6-6/+22
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes5-3/+113
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes3-6/+185
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes4-42/+116
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes4-84/+98
2025-05-12mm: kmemleak: mark variables as __read_mostlyLuiz Capitulino1-2/+2
2025-05-12mm: kmemleak: drop wrong commentLuiz Capitulino1-2/+0
2025-05-12mm: kmemleak: drop kmemleak_warning variableLuiz Capitulino1-3/+0
2025-05-12mm: add folio_expected_ref_count() for reference count calculationShivank Garg1-18/+4
2025-05-12mm/rmap: inline folio_test_large_maybe_mapped_shared() into callersLance Yang1-2/+2
2025-05-12mm/damon/sysfs-schemes: use kmalloc_array() and size_add()Su Hui1-2/+3
2025-05-12mm: workingset: simplify lockdep check in update_nodePedro Falcato1-3/+1
2025-05-12mm/mm_init: use for_each_valid_pfn() in init_unavailable_range()David Woodhouse1-5/+1
2025-05-12mm: use for_each_valid_pfn() in memory_hotplugDavid Woodhouse1-6/+2
2025-05-12mm: introduce for_each_valid_pfn() and use it from reserve_bootmem_region()David Woodhouse1-13/+10
2025-05-12memblock: add KHO support for reserve_memAlexander Graf1-0/+193
2025-05-12kexec: add KHO parsing supportAlexander Graf1-0/+1
2025-05-12kexec: add Kexec HandOver (KHO) generation helpersAlexander Graf1-0/+8
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)3-3/+32
2025-05-12memblock: add support for scratch memoryAlexander Graf2-0/+65
2025-05-12memblock: add MEMBLOCK_RSRV_KERN flagMike Rapoport (Microsoft)1-8/+32
2025-05-12khugepaged: pass folio instead of head page to trace eventsFan Ni1-3/+3
2025-05-12mm/numa: remove unnecessary local variable in alloc_node_data()Ye Liu1-3/+1
2025-05-12mm/debug_page_alloc: improve error message for invalid guardpage minorderYe Liu1-1/+1
2025-05-12mm/io-mapping: precompute remap protection flags for clarityYe Liu1-3/+4
2025-05-12mm/rmap: fix typo in comment in page_address_in_vmaYe Liu1-1/+1
2025-05-12mm/rmap: rename page__anon_vma to anon_vma for consistencyYe Liu1-4/+4
2025-05-12mm: use SWAPPINESS_ANON_ONLY in MGLRUZhongkun He1-4/+13
2025-05-12mm: add max swappiness arg to lru_gen for anonymous memory onlyZhongkun He1-4/+15
2025-05-12mm: vmscan: add more comments about cache_trim_modeZhongkun He1-1/+2
2025-05-12mm: add swappiness=max arg to memory.reclaim for only anon reclaimZhongkun He2-0/+12
2025-05-12memcg: introduce non-blocking limit setting optionShakeel Butt1-2/+8
2025-05-12mm/hugetlb: use separate nodemask for bootmem allocationsFrank van der Linden2-6/+35
2025-05-12mm/memcg: use kmem_cache when alloc memcg pernode infoHuan Yang1-1/+6
2025-05-12mm/memcg: use kmem_cache when alloc memcgHuan Yang1-1/+8
2025-05-12mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-3/+2
2025-05-12mm/huge_memory: remove useless folio pointers passingGavin Guo4-13/+13
2025-05-12mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()Gavin Guo2-28/+11