summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06mm, compaction: reduce premature advancement of the migration target scannerMel Gorman1-17/+10
2019-03-06mm, compaction: do not consider a need to reschedule as contentionMel Gorman1-19/+4
2019-03-06mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman1-38/+23
2019-03-06mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman1-0/+18
2019-03-06mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman1-4/+12
2019-03-06mm, compaction: finish pageblock scanning on contentionMel Gorman1-56/+34
2019-03-06mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2-6/+27
2019-03-06mm, compaction: use free lists to quickly locate a migration targetMel Gorman1-5/+213
2019-03-06mm, compaction: keep migration source private to a single compaction instanceMel Gorman1-25/+99
2019-03-06mm, compaction: use free lists to quickly locate a migration sourceMel Gorman4-9/+188
2019-03-06mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman1-1/+1
2019-03-06mm, compaction: always finish scanning of a full pageblockMel Gorman2-12/+8
2019-03-06mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman1-1/+1
2019-03-06mm, compaction: rename map_pages to split_map_pagesMel Gorman1-3/+3
2019-03-06mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman1-28/+26
2019-03-06mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2-17/+9
2019-03-06mm, compaction: rearrange compact_controlMel Gorman1-3/+3
2019-03-06mm, compaction: shrink compact_controlMel Gorman1-2/+2
2019-03-06mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin1-1/+1
2019-03-06mm: shuffle GFP_* flagsAlexey Dobriyan1-15/+15
2019-03-06mm: swap: add comment for swap_vma_readaheadYang Shi1-1/+15
2019-03-06mm: swap: check if swap backing device is congested or notYang Shi1-0/+7
2019-03-06mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox1-10/+0
2019-03-06mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-03-06mm: remove extra drain pages on pcp listWei Yang2-2/+0
2019-03-06arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2-0/+25
2019-03-06arm64/mm: enable HugeTLB migrationAnshuman Khandual1-0/+4
2019-03-06mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual1-2/+13
2019-03-06mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual1-1/+2
2019-03-06mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual3-2/+32
2019-03-06mm: remove sysctl_extfrag_handler()Matthew Wilcox3-11/+1
2019-03-06selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2-0/+192
2019-03-06vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)3-0/+565
2019-03-06vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)1-0/+9
2019-03-06mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev1-23/+8
2019-03-06mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev1-5/+11
2019-03-06mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-06mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev1-2/+3
2019-03-06memcg: localize memcg_kmem_enabled() checkShakeel Butt5-20/+44
2019-03-06mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-06mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai3-4/+49
2019-03-06tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2-3/+20
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual39-74/+104
2019-03-06mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-06PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-06PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-06vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+32
2019-03-06hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-2/+12
2019-03-06xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-06kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2