summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, compaction: keep migration source private to a single compaction instanceMel Gorman2019-03-061-25/+99
* mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-064-9/+188
* mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman2019-03-061-1/+1
* mm, compaction: always finish scanning of a full pageblockMel Gorman2019-03-062-12/+8
* mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman2019-03-061-1/+1
* mm, compaction: rename map_pages to split_map_pagesMel Gorman2019-03-061-3/+3
* mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman2019-03-061-28/+26
* mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2019-03-062-17/+9
* mm, compaction: rearrange compact_controlMel Gorman2019-03-061-3/+3
* mm, compaction: shrink compact_controlMel Gorman2019-03-061-2/+2
* mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin2019-03-061-1/+1
* mm: shuffle GFP_* flagsAlexey Dobriyan2019-03-061-15/+15
* mm: swap: add comment for swap_vma_readaheadYang Shi2019-03-061-1/+15
* mm: swap: check if swap backing device is congested or notYang Shi2019-03-061-0/+7
* mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox2019-03-061-10/+0
* mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva2019-03-061-2/+1
* mm: remove extra drain pages on pcp listWei Yang2019-03-062-2/+0
* arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-062-0/+25
* arm64/mm: enable HugeTLB migrationAnshuman Khandual2019-03-061-0/+4
* mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual2019-03-061-2/+13
* mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual2019-03-061-1/+2
* mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-063-2/+32
* mm: remove sysctl_extfrag_handler()Matthew Wilcox2019-03-063-11/+1
* selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-062-0/+192
* vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-03-063-0/+565
* vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)2019-03-061-0/+9
* mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev2019-03-061-23/+8
* mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev2019-03-061-5/+11
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-061-1/+1
* mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev2019-03-061-2/+3
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-065-20/+44
* mm, slub: make the comment of put_cpu_partial() completeWei Yang2019-03-061-2/+2
* mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai2019-03-063-4/+49
* tools/: replace open encodings for NUMA_NO_NODEStephen Rothwell2019-03-062-3/+20
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-0639-74/+104
* mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau2019-03-061-1/+1
* PM/Hibernate: exclude all PageOffline() pagesDavid Hildenbrand2019-03-061-2/+7
* PM/Hibernate: use pfn_to_online_page()David Hildenbrand2019-03-061-4/+4
* vmw_balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-061-0/+32
* hv_balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-061-2/+12
* xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-061-0/+3
* kexec: export PG_offline to VMCOREINFODavid Hildenbrand2019-03-061-0/+2
* mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-066-15/+21
* mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand2019-03-061-17/+9
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-066-25/+45
* mm/slub.c: remove an unused addr argumentQian Cai2019-03-061-3/+2
* include/linux/slub_def.h: comment fixesTobin C. Harding2019-03-061-6/+6
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-03-061-8/+9
* mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang2019-03-061-2/+1
* fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-03-061-0/+1