Age | Commit message (Expand) | Author | Files | Lines |
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-05 | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -3/+31 |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -15/+41 |
2017-05-03 | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | 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 |
2017-05-03 | kasan: change report header | Andrey Konovalov | 1 | -4/+4 |
2017-05-03 | kasan: simplify address description logic | Andrey Konovalov | 1 | -16/+21 |
2017-05-03 | kasan: change allocation and freeing stack traces headers | Andrey Konovalov | 1 | -6/+4 |
2017-05-03 | kasan: unify report headers | Andrey Konovalov | 1 | -13/+13 |
2017-05-03 | kasan: introduce helper functions for determining bug type | Andrey Konovalov | 1 | -10/+30 |
2017-05-03 | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi | 1 | -0/+8 |
2017-05-03 | mm: hwpoison: call shake_page() unconditionally | Naoya Horiguchi | 2 | -18/+12 |
2017-05-03 | mm/swapfile.c: fix swap space leak in error path of swap_free_entries() | Huang Ying | 1 | -2/+0 |
2017-05-03 | mm/gup.c: fix access_ok() argument type | Arnd Bergmann | 1 | -1/+1 |
2017-05-03 | mm/truncate: avoid pointless cleancache_invalidate_inode() calls. | Andrey Ryabinin | 1 | -5/+7 |
2017-05-03 | mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i... | Andrey Ryabinin | 1 | -0/+3 |
2017-05-03 | fs: fix data invalidation in the cleancache during direct IO | Andrey Ryabinin | 1 | -15/+11 |
2017-05-03 | mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc() | Tetsuo Handa | 1 | -2/+1 |
2017-05-03 | mm/memory-failure.c: add page flag description in error paths | Anshuman Khandual | 1 | -8/+8 |
2017-05-03 | mm/madvise: move up the behavior parameter validation | Anshuman Khandual | 1 | -4/+9 |
2017-05-03 | mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON | Anshuman Khandual | 1 | -14/+20 |
2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 5 | -32/+31 |
2017-05-03 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 5 | -81/+80 |
2017-05-03 | mm: memcontrol: re-use global VM event enum | Johannes Weiner | 1 | -25/+28 |
2017-05-03 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 2 | -5/+5 |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 3 | -38/+87 |
2017-05-03 | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff | Anshuman Khandual | 1 | -1/+1 |
2017-05-03 | oom: improve oom disable handling | Michal Hocko | 1 | -0/+2 |
2017-05-03 | mm/swap_slots.c: add warning if swap slots cache failed to initialize | Tim Chen | 1 | -1/+3 |
2017-05-03 | mm: enable page poisoning early at boot | Vinayak Menon | 4 | -87/+17 |
2017-05-03 | mm, swap: avoid lock swap_avail_lock when held cluster lock | Huang Ying | 1 | -3/+3 |
2017-05-03 | mm, swap: improve readability via make spin_lock/unlock balanced | Huang Ying | 1 | -1/+1 |
2017-05-03 | mm, swap: fix comment in __read_swap_cache_async | Huang Ying | 1 | -11/+1 |
2017-05-03 | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] | Minchan Kim | 1 | -1/+1 |
2017-05-03 | mm: make rmap_one boolean function | Minchan Kim | 4 | -20/+20 |
2017-05-03 | mm: make rmap_walk() return void | Minchan Kim | 2 | -29/+19 |