summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2023-02-02mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove mlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove page_evictable()Matthew Wilcox (Oracle)
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-02-02mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2023-02-02mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2023-02-02mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2023-02-02mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-01-18mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi
2022-11-08filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)
2022-11-08filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko
2022-10-03mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li
2022-09-26mm: remove the vma linked listLiam R. Howlett
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-11mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu
2022-07-17mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple
2022-06-15memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng
2022-05-27mm: split free page with properly free memory accounting and without raceZi Yan
2022-05-19mm: fix missing handler for __GFP_NOWARNQi Zheng
2022-05-13mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin
2022-04-28mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song
2022-04-28mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm/early_ioremap: declare early_memremap_pgprot_adjust()Vlastimil Babka
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko
2022-03-22mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin
2022-03-21mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)
2022-03-21mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)
2022-03-21mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)
2022-03-21mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins