summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka
2017-05-08mm, compaction: reorder fields in struct compact_controlVlastimil Babka
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes
2017-02-22mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin
2016-12-14mm: add orig_pte field into vm_faultJan Kara
2016-12-14mm: join struct fault_env and vm_faultJan Kara
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka
2016-07-28mm, page_alloc: remove fair zone allocation policyMel Gorman
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz
2016-07-26mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim
2016-06-24mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman
2016-05-23mm: make vm_mmap killableMichal Hocko
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-05-20mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko
2016-05-19mm, page_alloc: remove field from alloc_contextMel Gorman
2016-05-19mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman
2016-05-19mm, page_alloc: convert alloc_flags to unsignedMel Gorman
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-03-25mm, oom: introduce oom reaperMichal Hocko
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka
2016-03-17/proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov
2016-02-03mm: warn about VmData over RLIMIT_DATAKonstantin Khlebnikov
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-15mm: drop tail page refcountingKirill A. Shutemov
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-11-06mm: make compound_head() robustKirill A. Shutemov
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman