Age | Commit message (Expand) | Author |
2017-05-12 | mm: vmscan: scan until it finds eligible pages | Minchan Kim |
2017-05-12 | mm, thp: copying user pages must schedule on collapse | David Rientjes |
2017-05-12 | mm: fix data corruption due to stale mmap reads | Jan Kara |
2017-05-12 | dax: prevent invalidation of mapped DAX entries | Ross Zwisler |
2017-05-12 | mm, vmalloc: fix vmalloc users tracking properly | Michal Hocko |
2017-05-12 | mm/khugepaged: add missed tracepoint for collapse_huge_page_swapin | SeongJae Park |
2017-05-12 | mm, vmstat: Remove spurious WARN() during zoneinfo print | Reza Arbab |
2017-05-12 | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko |
2017-05-11 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-05-11 | mm: Silence vmap() allocation failures based on caller gfp_flags | Florian Fainelli |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-09 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-05-08 | mm: introduce memalloc_noreclaim_{save,restore} | Vlastimil Babka |
2017-05-08 | mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC | Vlastimil Babka |
2017-05-08 | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required | Oliver O'Halloran |
2017-05-08 | mm/huge_memory.c: use zap_deposited_table() more | Oliver O'Halloran |
2017-05-08 | fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag | Tetsuo Handa |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko |
2017-05-08 | mm, swap: use kvzalloc to allocate some swap data structures | Huang Ying |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |
2017-05-08 | mm: support __GFP_REPEAT in kvmalloc_node for >32kB | Michal Hocko |
2017-05-08 | mm, vmalloc: properly track vmalloc users | Michal Hocko |
2017-05-08 | mm: introduce kv[mz]alloc helpers | Michal Hocko |
2017-05-08 | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka |
2017-05-08 | mm, compaction: restrict async compaction to pageblocks of same migratetype | Vlastimil Babka |
2017-05-08 | mm, compaction: add migratetype to compact_control | Vlastimil Babka |
2017-05-08 | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka |
2017-05-08 | mm, page_alloc: count movable pages when stealing from pageblock | Vlastimil Babka |
2017-05-08 | mm, page_alloc: split smallest stolen page in fallback | Vlastimil Babka |
2017-05-08 | mm, compaction: remove redundant watermark check in compact_finished() | Vlastimil Babka |
2017-05-08 | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka |
2017-05-08 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2017-05-08 | fix braino in generic_file_read_iter() | Al Viro |
2017-05-05 | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-05-03 | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2017-05-03 | kasan: separate report parts by empty lines | Andrey Konovalov |
2017-05-03 | kasan: improve double-free report format | Andrey Konovalov |
2017-05-03 | kasan: print page description after stacks | Andrey Konovalov |
2017-05-03 | kasan: improve slab object description | Andrey Konovalov |
2017-05-03 | kasan: change report header | Andrey Konovalov |
2017-05-03 | kasan: simplify address description logic | Andrey Konovalov |
2017-05-03 | kasan: change allocation and freeing stack traces headers | Andrey Konovalov |
2017-05-03 | kasan: unify report headers | Andrey Konovalov |
2017-05-03 | kasan: introduce helper functions for determining bug type | Andrey Konovalov |
2017-05-03 | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi |
2017-05-03 | mm: hwpoison: call shake_page() unconditionally | Naoya Horiguchi |
2017-05-03 | mm/swapfile.c: fix swap space leak in error path of swap_free_entries() | Huang Ying |
2017-05-03 | mm/gup.c: fix access_ok() argument type | Arnd Bergmann |