summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-091-1/+1
|\
| * fix braino in generic_file_read_iter()Al Viro2017-05-081-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0915-139/+310
|\ \
| * | mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-092-11/+17
| * | mm: prevent potential recursive reclaim due to clearing PF_MEMALLOCVlastimil Babka2017-05-091-1/+2
| * | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when requiredOliver O'Halloran2017-05-091-2/+18
| * | mm/huge_memory.c: use zap_deposited_table() moreOliver O'Halloran2017-05-091-6/+2Star
| * | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flagTetsuo Handa2017-05-091-6/+0Star
| * | mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-094-11/+10Star
| * | mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-093-13/+18
| * | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-091-4/+1Star
| * | mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-091-3/+15
| * | mm, vmalloc: properly track vmalloc usersMichal Hocko2017-05-091-11/+1Star
| * | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-093-1/+58
| * | mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-092-2/+35
| * | mm, compaction: restrict async compaction to pageblocks of same migratetypeVlastimil Babka2017-05-092-9/+22
| * | mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-092-8/+8
| * | mm, compaction: change migrate_async_suitable() to suitable_migration_source()Vlastimil Babka2017-05-091-8/+11
| * | mm, page_alloc: count movable pages when stealing from pageblockVlastimil Babka2017-05-092-17/+62
| * | mm, page_alloc: split smallest stolen page in fallbackVlastimil Babka2017-05-091-25/+37
| * | mm, compaction: remove redundant watermark check in compact_finished()Vlastimil Babka2017-05-091-8/+0Star
| * | mm, compaction: reorder fields in struct compact_controlVlastimil Babka2017-05-091-5/+5
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-4/+10
|\ \ \ | |/ / |/| |
| * | mm: retry writepages() on ENOMEM when doing an data integrity writebackTheodore Ts'o2017-04-281-4/+10
* | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-063-3/+31
|\ \ \
| * | | cma: Introduce cma_for_each_areaLaura Abbott2017-04-181-0/+14
| * | | cma: Store a name in the cma structureLaura Abbott2017-04-183-3/+17
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-051-15/+41
|\ \ \
| * | | memblock: add memblock_cap_memory_range()AKASHI Takahiro2017-04-051-15/+29
| * | | memblock: add memblock_clear_nomap()AKASHI Takahiro2017-04-051-0/+12
* | | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-041-0/+1
|\ \ \ \
| * | | | ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-031-3/+0Star
| * | | | ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-251-0/+4
| |/ / /
* | | | kasan: separate report parts by empty linesAndrey Konovalov2017-05-041-0/+7
* | | | kasan: improve double-free report formatAndrey Konovalov2017-05-043-18/+17Star
* | | | kasan: print page description after stacksAndrey Konovalov2017-05-041-6/+8
* | | | kasan: improve slab object descriptionAndrey Konovalov2017-05-041-11/+42
* | | | kasan: change report headerAndrey Konovalov2017-05-041-4/+4
* | | | kasan: simplify address description logicAndrey Konovalov2017-05-041-16/+21
* | | | kasan: change allocation and freeing stack traces headersAndrey Konovalov2017-05-041-6/+4Star
* | | | kasan: unify report headersAndrey Konovalov2017-05-041-13/+13
* | | | kasan: introduce helper functions for determining bug typeAndrey Konovalov2017-05-041-10/+30
* | | | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi2017-05-041-0/+8
* | | | mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi2017-05-042-18/+12Star
* | | | mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying2017-05-041-2/+0Star
* | | | mm/gup.c: fix access_ok() argument typeArnd Bergmann2017-05-041-1/+1
* | | | mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin2017-05-041-5/+7
* | | | mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin2017-05-041-0/+3
* | | | fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-041-15/+11Star
* | | | mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()Tetsuo Handa2017-05-041-2/+1Star