summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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 Gorman2-3/+177
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: 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-06mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2-2/+2
2019-03-06mm: remove sysctl_extfrag_handler()Matthew Wilcox1-8/+0
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 Butt3-14/+10
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 Tkhai2-4/+42
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual8-21/+24
2019-03-06mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2019-03-06mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS3-16/+30
2019-03-06mm/slub.c: remove an unused addr argumentQian Cai1-3/+2
2019-03-06mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-03-06mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang1-2/+1
2019-03-06kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov1-3/+3
2019-03-06kasan: fix kasan_check_read/write definitionsArnd Bergmann1-0/+2
2019-03-06page_poison: play nicely with KASANQian Cai2-1/+5
2019-03-06kasan: remove use after scope bugs detection.Andrey Ryabinin3-25/+0
2019-03-06mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+24
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz2-3/+24
2019-02-28mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-6/+0
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko1-12/+15
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter1-1/+1
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai1-1/+1
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov1-2/+0
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov1-2/+9