summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-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
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-05-03mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()Tetsuo Handa
2017-05-03mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-03mm: memcontrol: re-use global VM event enumJohannes Weiner
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual