aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador1-0/+17
2019-03-05mm/sparse: fix a bad comparisonQian Cai1-1/+1
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai1-3/+1
2019-03-05mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai1-0/+1
2019-03-05mm/memcontrol.c: fix bad line in commentQian Cai1-1/+1
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-03-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin1-10/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin9-49/+50
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2-4/+3
2019-03-05mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu1-5/+4
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao1-2/+2
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig1-1/+0
2019-03-05mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador1-2/+2
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara1-4/+4
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport12-59/+221
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport1-185/+182
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan7-9/+7
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa1-1/+2
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan1-22/+29
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai1-30/+14
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi1-10/+35
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down3-0/+20
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi1-4/+3
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2-4/+24
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2-26/+178
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2-390/+310
2019-03-05mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai1-205/+244
2019-03-05mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai1-11/+4
2019-03-05mm, mempolicy: fix uninit memory accessVlastimil Babka1-1/+1
2019-03-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa1-5/+14
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport1-1/+8
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V1-3/+5
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2-7/+7
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2-4/+4
2019-03-05mm: fix some typos in mm directoryWei Yang5-9/+9
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du1-0/+17
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan1-4/+3
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt1-60/+18
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-64/+24
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox1-1/+1
2019-03-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-03-05mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down1-45/+19
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down2-15/+15
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman3-11/+102
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-18/+106