summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-03-10mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-03-10mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka
2017-03-10mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka
2017-03-10mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka
2017-03-10mm, compaction: reorder fields in struct compact_controlVlastimil Babka
2017-03-10mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fixMichal Hocko
2017-03-10mm: move pcp and lru-pcp draining into single wqMichal Hocko
2017-03-10mm: remove rodata_test_data export, add pr_fmtKees Cook
2017-03-10mm: tighten up the fault path a littleMatthew Wilcox
2017-03-10mm-introduce-memalloc_nofs_saverestore-api-fixAndrew Morton
2017-03-10mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-03-10mm: adaptive hash table scalingPavel Tatashin
2017-03-10mm: zero hash tables in allocatorPavel Tatashin
2017-03-10mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes
2017-03-10mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes
2017-03-10mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu
2017-03-10mm-use-is_migrate_highatomic-to-simplify-the-code-fixAndrew Morton
2017-03-10mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-03-10mm, swap: Fix a race in free_swap_and_cache()Huang Ying
2017-03-10thp-fix-madv_dontneed-vs-madv_free-race-fixKirill A. Shutemov
2017-03-10thp: fix MADV_DONTNEED vs. MADV_FREE raceKirill A. Shutemov
2017-03-10thp: fix MADV_DONTNEED vs. numa balancing raceKirill A. Shutemov
2017-03-10thp: reduce indentation level in change_huge_pmd()Kirill A. Shutemov
2017-03-10mm: memcontrol: provide shmem statisticsJohannes Weiner
2017-03-10mm: enable MADV_FREE for swapless systemShaohua Li
2017-03-10mm: do not use VM_WARN_ON_ONCE as if conditionMinchan Kim
2017-03-10mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-03-10mm: clean up lazyfree page handlingMinchan Kim
2017-03-10mm: reclaim MADV_FREE pagesShaohua Li
2017-03-10mm-move-madv_free-pages-into-lru_inactive_file-list-checkpatch-fixesAndrew Morton
2017-03-10mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-03-10mm: don't assume anonymous pages have SwapBacked flagShaohua Li
2017-03-10mm: delete unnecessary TTU_* flagsShaohua Li
2017-03-10mm/page-writeback.c: use setup_deferrable_timerGeliang Tang
2017-03-10mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner
2017-03-10Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-03-10mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-03-10mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-03-10mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-03-10mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner
2017-03-10mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-03-10mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-03-10mm: fix 100% CPU kswapd busyloop on unreclaimable nodes fixJohannes Weiner
2017-03-10mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-03-10kasan: fix races in quarantine_remove_cache()Dmitry Vyukov
2017-03-10kasan: resched in quarantine_remove_cache()Dmitry Vyukov
2017-03-10mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan
2017-03-10thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov
2017-03-10rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov
2017-03-10mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro