summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-03-05mm, compaction: finish pageblock scanning on contentionMel Gorman
2019-03-05mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman
2019-03-05mm, compaction: use free lists to quickly locate a migration targetMel Gorman
2019-03-05mm, compaction: keep migration source private to a single compaction instanceMel Gorman
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman
2019-03-05mm, compaction: rename map_pages to split_map_pagesMel Gorman
2019-03-05mm, compaction: remove unnecessary zone parameter in some instancesMel Gorman
2019-03-05mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman
2019-03-05mm, compaction: rearrange compact_controlMel Gorman
2019-03-05mm, compaction: shrink compact_controlMel Gorman
2019-03-05mm/filemap: pass inclusive 'end_byte' parameter to filemap_range_has_pagezhengbin
2019-03-05mm: swap: add comment for swap_vma_readaheadYang Shi
2019-03-05mm: swap: check if swap backing device is congested or notYang Shi
2019-03-05mm/filemap.c: remove redundant test from find_get_pages_contigMatthew Wilcox
2019-03-05mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-03-05mm: remove extra drain pages on pcp listWei Yang
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox
2019-03-05vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULEUladzislau Rezki (Sony)
2019-03-05mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range()Roman Penyaev
2019-03-05mm/vmalloc: do not call kmemleak_free() on not yet accounted memoryRoman Penyaev
2019-03-05mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-05mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBARoman Penyaev
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt
2019-03-05mm, slub: make the comment of put_cpu_partial() completeWei Yang
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-03-05mm/slub.c: remove an unused addr argumentQian Cai
2019-03-05mm/slab.c: kmemleak no scan alien cachesQian Cai
2019-03-05mm/slub.c: freelist is ensured to be NULL when new_slab() failsPeng Wang
2019-03-05kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann
2019-03-05page_poison: play nicely with KASANQian Cai
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin
2019-03-05mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-28mm/memory-hotplug: Allow memory resources to be childrenDave Hansen
2019-02-28mm/resource: Move HMM pr_debug() deeper into resource codeDave Hansen
2019-02-27mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-02-26percpu: km: no need to consider pcpu_group_offsets[0]Peng Fan
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-23percpu: use nr_groups as check conditionPeng Fan
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko