Age | Commit message (Expand) | Author |
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-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 |
2017-05-03 | mm/truncate: avoid pointless cleancache_invalidate_inode() calls. | Andrey Ryabinin |
2017-05-03 | mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i... | Andrey Ryabinin |
2017-05-03 | fs: fix data invalidation in the cleancache during direct IO | Andrey Ryabinin |
2017-05-03 | mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() | Tetsuo Handa |
2017-05-03 | mm/memory-failure.c: add page flag description in error paths | Anshuman Khandual |
2017-05-03 | mm/madvise: move up the behavior parameter validation | Anshuman Khandual |
2017-05-03 | mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON | Anshuman Khandual |
2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner |
2017-05-03 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner |
2017-05-03 | mm: memcontrol: re-use global VM event enum | Johannes Weiner |
2017-05-03 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner |
2017-05-03 | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff | Anshuman Khandual |
2017-05-03 | oom: improve oom disable handling | Michal Hocko |
2017-05-03 | mm/swap_slots.c: add warning if swap slots cache failed to initialize | Tim Chen |
2017-05-03 | mm: enable page poisoning early at boot | Vinayak Menon |
2017-05-03 | mm, swap: avoid lock swap_avail_lock when held cluster lock | Huang Ying |
2017-05-03 | mm, swap: improve readability via make spin_lock/unlock balanced | Huang Ying |
2017-05-03 | mm, swap: fix comment in __read_swap_cache_async | Huang Ying |
2017-05-03 | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] | Minchan Kim |