aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h
AgeCommit message (Expand)Author
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
2015-11-06mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins
2015-09-08mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim
2015-09-04mm: defer flush of writable TLB entriesMel Gorman
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman
2015-06-30mm: meminit: remove mminit_verify_page_linksMel Gorman
2015-06-30mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka
2014-12-10mm, compaction: always update cached scanner positionsVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka