summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman
2025-03-16mm/cma: introduce interface for early reservationsFrank van der Linden
2025-03-16mm/hugetlb: check bootmem pages for zone intersectionsFrank van der Linden
2025-03-16mm: define __init_reserved_page_zone functionFrank van der Linden
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu
2025-01-25mm/truncate: add folio_unmap_invalidate() helperJens Axboe
2025-01-13mseal: remove can_do_mseal()Jeff Xu
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2025-01-13mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand
2025-01-13mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaĆ­ra Canal
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)
2024-09-09mm: remove putback_lru_page()Kefeng Wang
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang