aboutsummaryrefslogtreecommitdiffstats
path: root/mm/compaction.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman4-9/+188
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and compactionMel Gorman1-1/+1
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman2-12/+8
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman1-1/+1
2019-03-05mm, compaction: rename map_pages to split_map_pagesMel Gorman1-3/+3
2019-03-05mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman1-28/+26
2019-03-05mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2-17/+9
2019-03-05mm, compaction: rearrange compact_controlMel Gorman1-3/+3
2019-03-05mm, compaction: shrink compact_controlMel Gorman1-2/+2
2019-03-05mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin1-1/+1
2019-03-05mm: shuffle GFP_* flagsAlexey Dobriyan1-15/+15
2019-03-05mm: swap: add comment for swap_vma_readaheadYang Shi1-1/+15
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi1-0/+7
2019-03-05mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox1-10/+0
2019-03-05mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm: remove extra drain pages on pcp listWei Yang2-2/+0
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2-0/+25
2019-03-05arm64/mm: enable HugeTLB migrationAnshuman Khandual1-0/+4
2019-03-05mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual1-2/+13
2019-03-05mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual1-1/+2
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual3-2/+32
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox3-11/+1
2019-03-05selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2-0/+192
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)3-0/+565
2019-03-05vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)1-0/+9
2019-03-05mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev1-23/+8
2019-03-05mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev1-5/+11
2019-03-05mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-05mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev1-2/+3
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt5-20/+44
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang1-2/+2
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai3-4/+49
2019-03-05tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2-3/+20
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual39-74/+104
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-05PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand1-2/+7
2019-03-05PM/Hibernate: use pfn_to_online_page()David Hildenbrand1-4/+4
2019-03-05vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+32
2019-03-05hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand1-2/+12
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-05kexec: export PG_offline to VMCOREINFODavid Hildenbrand1-0/+2
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand6-15/+21
2019-03-05mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand1-17/+9
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS6-25/+45
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-05include/linux/slub_def.h: comment fixesTobin C. Harding1-6/+6
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-05fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2019-03-05fs/inode.c: inode_set_flags(): replace opencoded set_mask_bits()Vineet Gupta1-7/+1