summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig
2019-03-05mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai
2019-03-05mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai
2019-03-05mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai
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