aboutsummaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
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
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-08-06mm/internal.h: use nth_pageFabian Frederick
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka
2014-06-04mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan
2014-06-04mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick
2014-04-07mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-01-23mm: improve documentation of page_orderMel Gorman
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2014-01-21mm: thp: __get_page_tail_foll() can use get_huge_page_tail()Oleg Nesterov
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-07-09mm: remove unused __put_page()Zhang Yanfei
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: introduce mm_find_pmd()Bob Liu