summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-01-15mm: shmem: use signed int for version handling in casefold optionKaran Sanghavi
2025-01-15mm: page_alloc: fix missed updates of lowmem_reserve in adjust_managed_page_c...zihan zhou
2025-01-15saner replacement for debugfs_rename()Al Viro
2025-01-15slub: don't mess with ->d_nameAl Viro
2025-01-13mm/early_ioremap: add null pointer checks to prevent NULL-pointer dereferenceGuo Weikang
2025-01-13mm: add comments to do_mmap(), mmap_region() and vm_mmap()Lorenzo Stoakes
2025-01-13mm: assert mmap write lock held on do_mmap(), mmap_region()Lorenzo Stoakes
2025-01-13memcg/hugetlb: remove memcg hugetlb try-commit-cancel protocolJoshua Hahn
2025-01-13memcg/hugetlb: introduce mem_cgroup_charge_hugetlbJoshua Hahn
2025-01-13memcg/hugetlb: introduce memcg_accounts_hugetlbJoshua Hahn
2025-01-13mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo
2025-01-13mm/memory_hotplug: don't use __GFP_HARDWALL when migrating pages via memory o...David Hildenbrand
2025-01-13mm/page_alloc: don't use __GFP_HARDWALL when migrating pages via alloc_contig*()David Hildenbrand
2025-01-13mseal: remove can_do_mseal()Jeff Xu
2025-01-13mm/hugetlb: support FOLL_FORCE|FOLL_WRITEGuillaume Morin
2025-01-13mm: perform all memfd seal checks in a single placeLorenzo Stoakes
2025-01-13mm: enforce __must_check on VMA merge and splitLorenzo Stoakes
2025-01-13mm/damon/tests/vaddr-kunit.h: reduce stack consumptionAndrew Morton
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13mm/shmem: refactor to reuse vfs_parse_monolithic_sep for option parsingGuo Weikang
2025-01-13mm: add per-order mTHP swap-in fallback/fallback_charge countersWenchao Hao
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2025-01-13mm: make zap_pte_range() handle full within-PMD rangeQi Zheng
2025-01-13mm: do_zap_pte_range: return any_skipped information to the callerQi Zheng
2025-01-13mm: zap_install_uffd_wp_if_needed: return whether uffd-wp pte has been re-ins...Qi Zheng
2025-01-13mm: skip over all consecutive none ptes in do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce do_zap_pte_range()Qi Zheng
2025-01-13mm: introduce zap_nonpresent_ptes()Qi Zheng
2025-01-13mm: userfaultfd: recheck dst_pmd entry in move_pages_pte()Qi Zheng
2025-01-13mm: khugepaged: recheck pmd state in retract_page_tables()Qi Zheng
2025-01-13mm/hugetlb: don't map folios writable without VM_WRITE when copying during fo...David Hildenbrand
2025-01-13hugetlb: prioritize surplus allocation from current nodeKoichiro Den
2025-01-13readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara
2025-01-13readahead: don't shorten readahead window in read_pages()Jan Kara
2025-01-13mm/page_alloc: forward the gfp flags from alloc_contig_range() to post_alloc_...David Hildenbrand
2025-01-13mm/page_alloc: sort out the alloc_contig_range() gfp flags messDavid Hildenbrand
2025-01-13mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand
2025-01-13mm/page_isolation: don't pass gfp flags to start_isolate_page_range()David Hildenbrand
2025-01-13mm/page_isolation: don't pass gfp flags to isolate_single_pageblock()David Hildenbrand
2025-01-13mm/memory_hotplug: move debug_pagealloc_map_pages() into online_pages_range()David Hildenbrand
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes
2025-01-13mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/page_alloc: add some detailed comments in can_steal_fallbackgaoxiang17
2025-01-13mm:kasan: fix sparse warnings: Should it be static?Nihar Chaithanya
2025-01-13mm: swap_cgroup: get rid of __lookup_swap_cgroup()Roman Gushchin
2025-01-13mm: swap_cgroup: allocate swap_cgroup map using vcalloc()Roman Gushchin