| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm, compaction: sample pageblocks for free pages | Mel Gorman | 2019-03-06 | 1 | -6/+22 |
* | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 2019-03-06 | 2 | -4/+32 |
* | mm, compaction: reduce premature advancement of the migration target scanner | Mel Gorman | 2019-03-06 | 1 | -17/+10 |
* | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman | 2019-03-06 | 1 | -19/+4 |
* | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman | 2019-03-06 | 1 | -38/+23 |
* | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman | 2019-03-06 | 1 | -0/+18 |
* | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman | 2019-03-06 | 1 | -4/+12 |
* | mm, compaction: finish pageblock scanning on contention | Mel Gorman | 2019-03-06 | 1 | -56/+34 |
* | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 2019-03-06 | 2 | -6/+27 |
* | mm, compaction: use free lists to quickly locate a migration target | Mel Gorman | 2019-03-06 | 1 | -5/+213 |
* | mm, compaction: keep migration source private to a single compaction instance | Mel Gorman | 2019-03-06 | 1 | -25/+99 |
* | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 2019-03-06 | 2 | -3/+177 |
* | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman | 2019-03-06 | 1 | -1/+1 |
* | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 2019-03-06 | 2 | -12/+8 |
* | mm, migrate: immediately fail migration of a page with no migration handler | Mel Gorman | 2019-03-06 | 1 | -1/+1 |
* | mm, compaction: rename map_pages to split_map_pages | Mel Gorman | 2019-03-06 | 1 | -3/+3 |
* | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman | 2019-03-06 | 1 | -28/+26 |
* | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman | 2019-03-06 | 2 | -17/+9 |
* | mm, compaction: rearrange compact_control | Mel Gorman | 2019-03-06 | 1 | -3/+3 |
* | mm, compaction: shrink compact_control | Mel Gorman | 2019-03-06 | 1 | -2/+2 |
* | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page | zhengbin | 2019-03-06 | 1 | -1/+1 |
* | mm: swap: add comment for swap_vma_readahead | Yang Shi | 2019-03-06 | 1 | -1/+15 |
* | mm: swap: check if swap backing device is congested or not | Yang Shi | 2019-03-06 | 1 | -0/+7 |
* | mm/filemap.c: remove redundant test from find_get_pages_contig | Matthew Wilcox | 2019-03-06 | 1 | -10/+0 |
* | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 2019-03-06 | 1 | -2/+1 |
* | mm: remove extra drain pages on pcp list | Wei Yang | 2019-03-06 | 2 | -2/+0 |
* | mm/hugetlb: distinguish between migratability and movability | Anshuman Khandual | 2019-03-06 | 2 | -2/+2 |
* | mm: remove sysctl_extfrag_handler() | Matthew Wilcox | 2019-03-06 | 1 | -8/+0 |
* | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) | 2019-03-06 | 1 | -0/+9 |
* | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() | Roman Penyaev | 2019-03-06 | 1 | -23/+8 |
* | mm/vmalloc: do not call kmemleak_free() on not yet accounted memory | Roman Penyaev | 2019-03-06 | 1 | -5/+11 |
* | mm/vmalloc: fix size check for remap_vmalloc_range_partial() | Roman Penyaev | 2019-03-06 | 1 | -1/+1 |
* | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA | Roman Penyaev | 2019-03-06 | 1 | -2/+3 |
* | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 2019-03-06 | 3 | -14/+10 |
* | mm, slub: make the comment of put_cpu_partial() complete | Wei Yang | 2019-03-06 | 1 | -2/+2 |
* | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 2019-03-06 | 2 | -4/+42 |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-06 | 8 | -21/+24 |
* | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() | Liviu Dudau | 2019-03-06 | 1 | -1/+1 |
* | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS | 2019-03-06 | 3 | -16/+30 |
* | mm/slub.c: remove an unused addr argument | Qian Cai | 2019-03-06 | 1 | -3/+2 |
* | mm/slab.c: kmemleak no scan alien caches | Qian Cai | 2019-03-06 | 1 | -8/+9 |
* | mm/slub.c: freelist is ensured to be NULL when new_slab() fails | Peng Wang | 2019-03-06 | 1 | -2/+1 |
* | kasan: fix coccinelle warnings in kasan_p*_table | Andrey Konovalov | 2019-03-06 | 1 | -3/+3 |
* | kasan: fix kasan_check_read/write definitions | Arnd Bergmann | 2019-03-06 | 1 | -0/+2 |
* | page_poison: play nicely with KASAN | Qian Cai | 2019-03-06 | 2 | -1/+5 |
* | kasan: remove use after scope bugs detection. | Andrey Ryabinin | 2019-03-06 | 3 | -25/+0 |
* | mm: hwpoison: fix thp split handing in soft_offline_in_use_page() | zhongjiang | 2019-03-06 | 1 | -8/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-01 | 2 | -3/+24 |
|\ |
|
| * | hugetlbfs: fix races and page leaks during migration | Mike Kravetz | 2019-03-01 | 2 | -3/+24 |
* | | mm: enforce min addr even if capable() in expand_downwards() | Jann Horn | 2019-02-28 | 1 | -4/+3 |
|/ |
|