| Commit message (Expand) | Author | Files | Lines |
2019-03-06 | mm: fix some typos in mm directory | Wei Yang | 6 | -10/+10 |
2019-03-06 | mm/page_owner: move config option to mm/Kconfig.debug | Changbin Du | 2 | -17/+17 |
2019-03-06 | mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown() | Yang Fan | 1 | -4/+3 |
2019-03-06 | mm, oom: remove 'prefer children over parent' heuristic | Shakeel Butt | 1 | -60/+18 |
2019-03-06 | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 9 | -64/+24 |
2019-03-06 | mm/memory.c: prevent mapping typed pages to userspace | Matthew Wilcox | 1 | -1/+1 |
2019-03-06 | mm: prevent mapping slab pages to userspace | Matthew Wilcox | 1 | -1/+1 |
2019-03-06 | mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512! | Uladzislau Rezki (Sony) | 1 | -1/+5 |
2019-03-06 | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 1 | -45/+19 |
2019-03-06 | mm, memcg: create mem_cgroup_from_seq | Chris Down | 3 | -15/+25 |
2019-03-06 | kernel: cgroup: add poll file operation | Johannes Weiner | 2 | -0/+16 |
2019-03-06 | fs: kernfs: add poll file operation | Johannes Weiner | 2 | -11/+26 |
2019-03-06 | mm, compaction: capture a page under direct compaction | Mel Gorman | 6 | -12/+111 |
2019-03-06 | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 2 | -18/+108 |
2019-03-06 | mm, compaction: sample pageblocks for free pages | Mel Gorman | 1 | -6/+22 |
2019-03-06 | mm, compaction: round-robin the order while searching the free lists for a ta... | Mel Gorman | 2 | -4/+32 |
2019-03-06 | mm, compaction: reduce premature advancement of the migration target scanner | Mel Gorman | 1 | -17/+10 |
2019-03-06 | mm, compaction: do not consider a need to reschedule as contention | Mel Gorman | 1 | -19/+4 |
2019-03-06 | mm, compaction: rework compact_should_abort as compact_check_resched | Mel Gorman | 1 | -38/+23 |
2019-03-06 | mm, compaction: keep cached migration PFNs synced for unusable pageblocks | Mel Gorman | 1 | -0/+18 |
2019-03-06 | mm, compaction: check early for huge pages encountered by the migration scanner | Mel Gorman | 1 | -4/+12 |
2019-03-06 | mm, compaction: finish pageblock scanning on contention | Mel Gorman | 1 | -56/+34 |
2019-03-06 | mm, compaction: avoid rescanning the same pageblock multiple times | Mel Gorman | 2 | -6/+27 |
2019-03-06 | mm, compaction: use free lists to quickly locate a migration target | Mel Gorman | 1 | -5/+213 |
2019-03-06 | mm, compaction: keep migration source private to a single compaction instance | Mel Gorman | 1 | -25/+99 |
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 |