aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior1-2/+4
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-38/+79
2022-03-22mm/early_ioremap: declare early_memremap_pgprot_adjust()Vlastimil Babka1-0/+6
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko1-0/+2
2022-03-22mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin1-11/+0
2022-03-21mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm: Turn page_anon_vma() into folio_anon_vma()Matthew Wilcox (Oracle)1-0/+1
2022-03-21mm/mlock: Add mlock_vma_folio()Matthew Wilcox (Oracle)1-4/+11
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-6/+9
2022-03-21mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pages()Matthew Wilcox (Oracle)1-0/+2
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)1-0/+1
2022-03-21mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)1-0/+1
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)1-1/+2
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)1-1/+2
2022-03-21mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)1-0/+5
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-0/+2
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins1-2/+9
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins1-1/+8
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins1-1/+2
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins1-12/+0
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-5/+31
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins1-14/+2
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+1
2022-01-15mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko1-1/+1
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song1-5/+0
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)1-0/+2
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)1-1/+1
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)1-0/+4
2022-01-08truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)1-0/+1
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)1-0/+1
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)1-1/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+22
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman1-2/+1
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-0/+11
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-0/+11
2021-11-06mm: introduce pmd_install() helperQi Zheng1-0/+1
2021-10-18mm: Add folio_evictable()Matthew Wilcox (Oracle)1-8/+19
2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)1-0/+1
2021-09-27mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)1-0/+7
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)1-0/+1
2021-09-03mm/numa: automatically generate node migration orderDave Hansen1-0/+5
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport1-0/+4
2021-07-08mmap: make mlock_future_check() globalMike Rapoport1-0/+3
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman1-2/+1
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+3
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand1-1/+1
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi1-18/+0
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi1-0/+3
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+1