| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-06-02 | mm: consider memblock reservations for deferred memory initialization sizing |  Michal Hocko | 2 | -11/+45 |
| 2017-06-02 | mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified |  James Morse | 2 | -12/+13 |
| 2017-06-02 | mlock: fix mlock count can not decrease in race condition |  Yisheng Xie | 1 | -2/+3 |
| 2017-06-02 | mm/migrate: fix refcount handling when !hugepage_migration_supported() |  Punit Agrawal | 1 | -6/+2 |
| 2017-06-02 | mm: avoid spurious 'bad pmd' warning messages |  Ross Zwisler | 1 | -10/+30 |
| 2017-06-02 | mm/page_alloc.c: make sure OOM victim can try allocations with no watermarks once |  Tetsuo Handa | 1 | -1/+3 |
| 2017-06-02 | slub/memcg: cure the brainless abuse of sysfs attributes |  Thomas Gleixner | 1 | -2/+4 |
| 2017-06-02 | mm: clarify why we want kmalloc before falling backto vmallock |  Michal Hocko | 1 | -2/+5 |
| 2017-06-02 | ksm: prevent crash after write_protect_page fails |  Andrea Arcangeli | 1 | -2/+1 |
| 2017-05-12 | mm: vmscan: scan until it finds eligible pages |  Minchan Kim | 1 | -6/+15 |
| 2017-05-12 | mm, thp: copying user pages must schedule on collapse |  David Rientjes | 1 | -4/+3 |
| 2017-05-12 | mm: fix data corruption due to stale mmap reads |  Jan Kara | 1 | -1/+11 |
| 2017-05-12 | dax: prevent invalidation of mapped DAX entries |  Ross Zwisler | 1 | -6/+3 |
| 2017-05-12 | mm, vmalloc: fix vmalloc users tracking properly |  Michal Hocko | 2 | -2/+20 |
| 2017-05-12 | mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin |  SeongJae Park | 1 | -1/+3 |
| 2017-05-12 | mm, vmstat: Remove spurious WARN() during zoneinfo print |  Reza Arbab | 1 | -2/+0 |
| 2017-05-12 | hwpoison, memcg: forcibly uncharge LRU pages |  Michal Hocko | 2 | -1/+8 |
| 2017-05-11 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+1 |
| 2017-05-11 | mm: Silence vmap() allocation failures based on caller gfp_flags |  Florian Fainelli | 1 | -1/+1 |
| 2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 9 | -36/+24 |
| 2017-05-09 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2017-05-08 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 15 | -139/+310 |
| 2017-05-08 | mm: introduce memalloc_noreclaim_{save,restore} |  Vlastimil Babka | 2 | -11/+17 |
| 2017-05-08 | mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC |  Vlastimil Babka | 1 | -1/+2 |
| 2017-05-08 | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required |  Oliver O'Halloran | 1 | -2/+18 |
| 2017-05-08 | mm/huge_memory.c: use zap_deposited_table() more |  Oliver O'Halloran | 1 | -6/+2 |
| 2017-05-08 | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag |  Tetsuo Handa | 1 | -6/+0 |
| 2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly |  Michal Hocko | 4 | -11/+10 |
| 2017-05-08 | mm, swap: use kvzalloc to allocate some swap data structures |  Huang Ying | 3 | -13/+18 |
| 2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants |  Michal Hocko | 1 | -4/+1 |
| 2017-05-08 | mm: support __GFP_REPEAT in kvmalloc_node for >32kB |  Michal Hocko | 1 | -3/+15 |
| 2017-05-08 | mm, vmalloc: properly track vmalloc users |  Michal Hocko | 1 | -11/+1 |
| 2017-05-08 | mm: introduce kv[mz]alloc helpers |  Michal Hocko | 3 | -1/+58 |
| 2017-05-08 | mm, compaction: finish whole pageblock to reduce fragmentation |  Vlastimil Babka | 2 | -2/+35 |
| 2017-05-08 | mm, compaction: restrict async compaction to pageblocks of same migratetype |  Vlastimil Babka | 2 | -9/+22 |
| 2017-05-08 | mm, compaction: add migratetype to compact_control |  Vlastimil Babka | 2 | -8/+8 |
| 2017-05-08 | mm, compaction: change migrate_async_suitable() to suitable_migration_source() |  Vlastimil Babka | 1 | -8/+11 |
| 2017-05-08 | mm, page_alloc: count movable pages when stealing from pageblock |  Vlastimil Babka | 2 | -17/+62 |
| 2017-05-08 | mm, page_alloc: split smallest stolen page in fallback |  Vlastimil Babka | 1 | -25/+37 |
| 2017-05-08 | mm, compaction: remove redundant watermark check in compact_finished() |  Vlastimil Babka | 1 | -8/+0 |
| 2017-05-08 | mm, compaction: reorder fields in struct compact_control |  Vlastimil Babka | 1 | -5/+5 |
| 2017-05-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 |  Linus Torvalds | 1 | -4/+10 |
| 2017-05-08 | fix braino in generic_file_read_iter() |  Al Viro | 1 | -1/+1 |
| 2017-05-05 | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging |  Linus Torvalds | 3 | -3/+31 |
| 2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -15/+41 |
| 2017-05-03 | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 1 | -0/+1 |
| 2017-05-03 | kasan: separate report parts by empty lines |  Andrey Konovalov | 1 | -0/+7 |
| 2017-05-03 | kasan: improve double-free report format |  Andrey Konovalov | 3 | -18/+17 |
| 2017-05-03 | kasan: print page description after stacks |  Andrey Konovalov | 1 | -6/+8 |
| 2017-05-03 | kasan: improve slab object description |  Andrey Konovalov | 1 | -11/+42 |