aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim
2017-05-12mm, thp: copying user pages must schedule on collapseDavid Rientjes
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler
2017-05-12mm, vmalloc: fix vmalloc users tracking properlyMichal Hocko
2017-05-12mm/khugepaged: add missed tracepoint for collapse_huge_page_swapinSeongJae Park
2017-05-12mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab
2017-05-12hwpoison, memcg: forcibly uncharge LRU pagesMichal Hocko
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-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-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
2017-05-03kasan: introduce helper functions for determining bug typeAndrey Konovalov
2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi
2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying
2017-05-03mm/gup.c: fix access_ok() argument typeArnd Bergmann