| Commit message (Expand) | Author | Files | Lines |
2019-03-06 | mm, compaction: use free lists to quickly locate a migration source | Mel Gorman | 4 | -9/+188 |
2019-03-06 | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman | 1 | -1/+1 |
2019-03-06 | mm, compaction: always finish scanning of a full pageblock | Mel Gorman | 2 | -12/+8 |
2019-03-06 | mm, migrate: immediately fail migration of a page with no migration handler | Mel Gorman | 1 | -1/+1 |
2019-03-06 | mm, compaction: rename map_pages to split_map_pages | Mel Gorman | 1 | -3/+3 |
2019-03-06 | mm, compaction: remove unnecessary zone parameter in some instances | Mel Gorman | 1 | -28/+26 |
2019-03-06 | mm, compaction: remove last_migrated_pfn from compact_control | Mel Gorman | 2 | -17/+9 |
2019-03-06 | mm, compaction: rearrange compact_control | Mel Gorman | 1 | -3/+3 |
2019-03-06 | mm, compaction: shrink compact_control | Mel Gorman | 1 | -2/+2 |
2019-03-06 | mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_page | zhengbin | 1 | -1/+1 |
2019-03-06 | mm: shuffle GFP_* flags | Alexey Dobriyan | 1 | -15/+15 |
2019-03-06 | mm: swap: add comment for swap_vma_readahead | Yang Shi | 1 | -1/+15 |
2019-03-06 | mm: swap: check if swap backing device is congested or not | Yang Shi | 1 | -0/+7 |
2019-03-06 | mm/filemap.c: remove redundant test from find_get_pages_contig | Matthew Wilcox | 1 | -10/+0 |
2019-03-06 | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-03-06 | mm: remove extra drain pages on pcp list | Wei Yang | 2 | -2/+0 |
2019-03-06 | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages | Anshuman Khandual | 2 | -0/+25 |
2019-03-06 | arm64/mm: enable HugeTLB migration | Anshuman Khandual | 1 | -0/+4 |
2019-03-06 | mm/hugetlb: enable arch specific huge page size support for migration | Anshuman Khandual | 1 | -2/+13 |
2019-03-06 | mm/hugetlb: enable PUD level huge page migration | Anshuman Khandual | 1 | -1/+2 |
2019-03-06 | mm/hugetlb: distinguish between migratability and movability | Anshuman Khandual | 3 | -2/+32 |
2019-03-06 | mm: remove sysctl_extfrag_handler() | Matthew Wilcox | 3 | -11/+1 |
2019-03-06 | selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) | 2 | -0/+192 |
2019-03-06 | vmalloc: add test driver to analyse vmalloc allocator | Uladzislau Rezki (Sony) | 3 | -0/+565 |
2019-03-06 | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) | 1 | -0/+9 |
2019-03-06 | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() | Roman Penyaev | 1 | -23/+8 |
2019-03-06 | mm/vmalloc: do not call kmemleak_free() on not yet accounted memory | Roman Penyaev | 1 | -5/+11 |
2019-03-06 | mm/vmalloc: fix size check for remap_vmalloc_range_partial() | Roman Penyaev | 1 | -1/+1 |
2019-03-06 | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA | Roman Penyaev | 1 | -2/+3 |
2019-03-06 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 5 | -20/+44 |
2019-03-06 | mm, slub: make the comment of put_cpu_partial() complete | Wei Yang | 1 | -2/+2 |
2019-03-06 | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 3 | -4/+49 |
2019-03-06 | tools/: replace open encodings for NUMA_NO_NODE | Stephen Rothwell | 2 | -3/+20 |
2019-03-06 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 39 | -74/+104 |
2019-03-06 | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() | Liviu Dudau | 1 | -1/+1 |
2019-03-06 | PM/Hibernate: exclude all PageOffline() pages | David Hildenbrand | 1 | -2/+7 |
2019-03-06 | PM/Hibernate: use pfn_to_online_page() | David Hildenbrand | 1 | -4/+4 |
2019-03-06 | vmw_balloon: mark inflated pages PG_offline | David Hildenbrand | 1 | -0/+32 |
2019-03-06 | hv_balloon: mark inflated pages PG_offline | David Hildenbrand | 1 | -2/+12 |
2019-03-06 | xen/balloon: mark inflated pages PG_offline | David Hildenbrand | 1 | -0/+3 |
2019-03-06 | kexec: export PG_offline to VMCOREINFO | David Hildenbrand | 1 | -0/+2 |
2019-03-06 | mm: convert PG_balloon to PG_offline | David Hildenbrand | 6 | -15/+21 |
2019-03-06 | mm: balloon: update comment about isolation/migration/compaction | David Hildenbrand | 1 | -17/+9 |
2019-03-06 | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS | 6 | -25/+45 |
2019-03-06 | mm/slub.c: remove an unused addr argument | Qian Cai | 1 | -3/+2 |
2019-03-06 | include/linux/slub_def.h: comment fixes | Tobin C. Harding | 1 | -6/+6 |
2019-03-06 | mm/slab.c: kmemleak no scan alien caches | Qian Cai | 1 | -8/+9 |
2019-03-06 | mm/slub.c: freelist is ensured to be NULL when new_slab() fails | Peng Wang | 1 | -2/+1 |
2019-03-06 | fs/file.c: initialize init_files.resize_wait | Shuriyc Chu | 1 | -0/+1 |
2019-03-06 | fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits() | Vineet Gupta | 1 | -7/+1 |