aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes1-0/+2
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)1-0/+2
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park1-0/+3
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner1-1/+1
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-1/+0
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov1-0/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-13/+80
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-0/+1
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-0/+10
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)1-1/+1
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-0/+1
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-1/+2
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)David Hildenbrand1-1/+4
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand1-0/+5
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand1-2/+3
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-1/+2
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-2/+2
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes1-0/+3
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes1-4/+39
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple1-2/+0
2025-03-17mm/page_alloc: clarify terminology in migratetype fallback codeBrendan Jackman1-1/+1
2025-03-16mm/cma: introduce interface for early reservationsFrank van der Linden1-0/+16
2025-03-16mm/hugetlb: check bootmem pages for zone intersectionsFrank van der Linden1-0/+2
2025-03-16mm: define __init_reserved_page_zone functionFrank van der Linden1-0/+1
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng1-2/+3
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov1-0/+1
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-0/+10
2025-01-25mm/truncate: add folio_unmap_invalidate() helperJens Axboe1-0/+2
2025-01-13mseal: remove can_do_mseal()Jeff Xu1-16/+0
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-0/+19
2025-01-13mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand1-4/+0
2025-01-13mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)1-0/+12
2025-01-13mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)1-0/+4
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)1-2/+1
2025-01-13mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)1-1/+1
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song1-0/+6
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan1-6/+0
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaíra Canal1-0/+22
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes1-0/+6
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)1-2/+3
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-2/+2
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan1-0/+6
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)1-0/+1
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan1-0/+6
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)1-1/+1
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes1-0/+18
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes1-0/+27