summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)2022-03-211-6/+9
* mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...Matthew Wilcox (Oracle)2022-03-211-0/+2
* mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)2022-03-211-0/+1
* mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()Matthew Wilcox (Oracle)2022-03-211-0/+1
* mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)2022-03-211-1/+2
* mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)2022-03-211-1/+2
* mm/gup: Add try_get_folio() and try_grab_folio()Matthew Wilcox (Oracle)2022-03-211-0/+5
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-0/+2
* mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins2022-03-031-2/+9
* mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-171-1/+8
* mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-171-1/+2
* mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-171-12/+0
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+31
* mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-171-14/+2
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-6/+1
|\
| * mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko2022-01-151-1/+1
| * mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song2022-01-151-5/+0
* | truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)2022-01-081-0/+2
* | mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)2022-01-081-1/+1
* | filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)2022-01-081-0/+4
* | truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)2022-01-081-0/+1
* | truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)2022-01-081-0/+1
* | mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)2022-01-081-1/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+22
|\
| * mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-061-2/+1
| * mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-061-0/+11
| * mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-061-0/+11
| * mm: introduce pmd_install() helperQi Zheng2021-11-061-0/+1
* | mm: Add folio_evictable()Matthew Wilcox (Oracle)2021-10-181-8/+19
* | mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)2021-10-181-0/+1
* | mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)2021-09-271-0/+7
* | mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)2021-09-271-0/+1
|/
* mm/numa: automatically generate node migration orderDave Hansen2021-09-031-0/+5
* mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-031-0/+4
* mmap: make mlock_future_check() globalMike Rapoport2021-07-081-0/+3
* mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman2021-07-011-2/+1
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
* mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-06-301-1/+1
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-18/+0
* mm: memory: make numa_migrate_prep() non-staticYang Shi2021-06-301-0/+3
* mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-291-1/+1
* mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2021-06-291-1/+1
* mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long2021-06-291-0/+5
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-161-14/+39
* Revert "mm/gup: check page posion status for coredump."Michal Hocko2021-05-221-20/+0
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador2021-05-051-2/+8
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-2/+2
* mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+14