summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+7
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov1-0/+4
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+2
2025-09-22mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-8/+4
2025-09-22mm: sanity-check maximum folio size in folio_set_order()David Hildenbrand1-0/+1
2025-09-14mm: remove is_migrate_highatomic()Brendan Jackman1-5/+0
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-58/+92
2025-07-25mm: introduce FPB_RESPECT_WRITE for PTE batching infrastructureDev Jain1-3/+8
2025-07-20mm/memcg: make memory.reclaim interface genericDavidlohr Bueso1-0/+10
2025-07-20mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand1-23/+42
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-3/+8
2025-07-20mm: smaller folio_pte_batch() improvementsDavid Hildenbrand1-22/+15
2025-07-20mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand1-8/+8
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-1/+1
2025-07-14mm/page_alloc: add support for initializing pageblock as isolatedZi Yan1-1/+2
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-2/+2
2025-07-10Revert "mm: make alloc_demote_folio externally invokable for migration"SeongJae Park1-1/+0
2025-07-10Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"SeongJae Park1-1/+1
2025-07-10mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes1-0/+3
2025-07-10mm/readahead: store folio order in struct file_ra_stateRyan Roberts1-2/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-1/+1
2025-05-13mm: move dup_mmap() to mmLorenzo Stoakes1-0/+2
2025-05-13memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)1-0/+2
2025-05-12mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park1-0/+3
2025-05-12mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner1-1/+1
2025-05-12mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov1-1/+0
2025-05-08mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11
2025-04-18mm/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/...Linus Torvalds1-13/+80
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-03-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+10
2025-03-22mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)1-1/+1
2025-03-18mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner1-0/+1
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-1/+2
2025-03-18mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand1-1/+4
2025-03-18mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand1-0/+5
2025-03-18mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand1-2/+3
2025-03-18mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-1/+2
2025-03-18mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-2/+2
2025-03-18mm/mremap: thread state through move page table operationLorenzo Stoakes1-0/+3
2025-03-18mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes1-4/+39
2025-03-18fs/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-17mm/cma: introduce interface for early reservationsFrank van der Linden1-0/+16
2025-03-17mm/hugetlb: check bootmem pages for zone intersectionsFrank van der Linden1-0/+2
2025-03-17mm: define __init_reserved_page_zone functionFrank van der Linden1-0/+1
2025-03-06mm: 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