summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song
2022-01-08truncate,shmem: Handle truncates that split large foliosMatthew Wilcox (Oracle)
2022-01-08mm: Convert find_lock_entries() to use a folio_batchMatthew Wilcox (Oracle)
2022-01-08filemap: Return only folios from find_get_entries()Matthew Wilcox (Oracle)
2022-01-08truncate: Add invalidate_complete_folio2()Matthew Wilcox (Oracle)
2022-01-08truncate,shmem: Add truncate_inode_folio()Matthew Wilcox (Oracle)
2022-01-08mm: Add unmap_mapping_folio()Matthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm: introduce pmd_install() helperQi Zheng
2021-10-18mm: Add folio_evictable()Matthew Wilcox (Oracle)
2021-10-18mm/writeback: Add __folio_end_writeback()Matthew Wilcox (Oracle)
2021-09-27mm: Add folio_raw_mapping()Matthew Wilcox (Oracle)
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)
2021-09-03mm/numa: automatically generate node migration orderDave Hansen
2021-09-03mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport
2021-07-08mmap: make mlock_future_check() globalMike Rapoport
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins
2021-05-22Revert "mm/gup: check page posion status for coredump."Michal Hocko
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)
2021-04-09mm/gup: check page posion status for coredump.Aili Yao
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka
2020-12-15mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)