aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-12mm: adaptive hash table scalingPavel Tatashin
2017-05-12mm: zero hash tables in allocatorPavel Tatashin
2017-05-12Merge branch 'akpm-current/current'Stephen Rothwell
2017-05-12Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-11mm: Silence vmap() allocation failures based on caller gfp_flagsFlorian Fainelli
2017-05-10mark most percpu globals as __ro_after_initDaniel Micay
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-09mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang
2017-05-09mm/page_owner: align with pageblock_nr pageszhong jiang
2017-05-09mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon
2017-05-09mm/page_alloc: return 0 in case this node has no page within the zoneWei Yang
2017-05-09mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park
2017-05-09mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab
2017-05-09mm: skip HWPoisoned pages when onlining pagesLaurent Dufour
2017-05-09mm: uncharge poisoned pagesLaurent Dufour
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka
2017-05-08mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka
2017-05-08mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran
2017-05-08mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran
2017-05-08fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-05-08mm, vmalloc: properly track vmalloc usersMichal Hocko
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka
2017-05-08mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka
2017-05-08mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka
2017-05-08mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka
2017-05-08mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka
2017-05-08mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka
2017-05-08mm, compaction: reorder fields in struct compact_controlVlastimil Babka
2017-05-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-05-08fix braino in generic_file_read_iter()Al Viro
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-03kasan: separate report parts by empty linesAndrey Konovalov
2017-05-03kasan: improve double-free report formatAndrey Konovalov
2017-05-03kasan: print page description after stacksAndrey Konovalov
2017-05-03kasan: improve slab object descriptionAndrey Konovalov
2017-05-03kasan: change report headerAndrey Konovalov
2017-05-03kasan: simplify address description logicAndrey Konovalov
2017-05-03kasan: change allocation and freeing stack traces headersAndrey Konovalov
2017-05-03kasan: unify report headersAndrey Konovalov