aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-03-05mm, mempolicy: fix uninit memory accessVlastimil Babka
2019-03-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox
2019-03-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-03-05mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman
2019-03-05mm, compaction: sample pageblocks for free pagesMel Gorman
2019-03-05mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman
2019-03-05mm, compaction: reduce premature advancement of the migration target scannerMel Gorman
2019-03-05mm, compaction: do not consider a need to reschedule as contentionMel Gorman
2019-03-05mm, compaction: rework compact_should_abort as compact_check_reschedMel Gorman
2019-03-05mm, compaction: keep cached migration PFNs synced for unusable pageblocksMel Gorman
2019-03-05mm, compaction: check early for huge pages encountered by the migration scannerMel Gorman
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