summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-03-10mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-03-10treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-10mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-03-10mm: introduce kv[mz]alloc helpersMichal Hocko
2017-03-10Merge branch 'akpm-current/current'Stephen Rothwell
2017-03-10Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2017-03-10Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-03-10kasan: separate report parts by empty linesAndrey Konovalov
2017-03-10kasan: improve double-free report formatAndrey Konovalov
2017-03-10kasan: print page description after stacksAndrey Konovalov
2017-03-10kasan: improve slab object descriptionAndrey Konovalov
2017-03-10kasan: change report headerAndrey Konovalov
2017-03-10kasan: simplify address description logicAndrey Konovalov
2017-03-10kasan: change allocation and freeing stack traces headersAndrey Konovalov
2017-03-10kasan: unify report headersAndrey Konovalov
2017-03-10kasan: introduce helper functions for determining bug typeAndrey Konovalov
2017-03-10mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang
2017-03-10mm/page_owner: align with pageblock_nr pageszhong jiang
2017-03-10mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon
2017-03-10mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang
2017-03-10mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner
2017-03-10mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-03-10mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-03-10mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-03-10mm: do not use double negation for testing page flagsMinchan Kim
2017-03-10mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-03-10mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka
2017-03-10mm, compaction: add migratetype to compact_controlVlastimil Babka
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