aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu2-20/+10
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu4-5/+69
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim1-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2-7/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim1-9/+8
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim3-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim5-18/+41
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocationsJoonsoo Kim1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim3-41/+15
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim1-0/+29
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim1-1/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig1-12/+10
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/zpool.c: delete duplicated word and fix grammarRandy Dunlap1-4/+4
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/shmem.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/page_alloc.c: delete or fix duplicated wordsRandy Dunlap1-3/+3
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/memory.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap1-1/+1
2020-08-12mm/hugetlb.c: delete duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/hmm.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/filemap.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy1-2/+1
2020-08-12mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He1-3/+2
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-0/+10
2020-08-12mm: mmu_notifier: fix and extend kerneldocKrzysztof Kozlowski1-4/+5
2020-08-12cma: don't quit at first error when activating reserved areasMike Kravetz1-14/+9
2020-08-12mm: hugetlb: fix the name of hugetlb CMABarry Song1-1/+3
2020-08-12mm: cma: fix the name of CMA areasBarry Song2-9/+10
2020-08-12mm/cma.c: fix NULL pointer dereference when cma could not be activatedJianqun Xu1-1/+1
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual2-8/+47
2020-08-12mm: thp: remove debug_cow switchYang Shi1-21/+0
2020-08-12mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell1-2/+14
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2-9/+8
2020-08-12mm, oom: show process exiting information in __oom_kill_process()Yafang Shao1-0/+2
2020-08-12mm, oom: make the calculation of oom badness more accurateYafang Shao1-12/+10
2020-08-12mm/mempolicy.c: check parameters first in kernel_get_mempolicyWenchao Hao1-2/+2
2020-08-12mm: mempolicy: fix kerneldoc of numa_map_to_online_node()Krzysztof Kozlowski1-1/+1
2020-08-12mm/compaction: correct the comments of compact_defer_shiftAlex Shi1-1/+1
2020-08-12mm: use unsigned types for fragmentation scoreNitin Gupta2-10/+10
2020-08-12mm: fix compile error due to COMPACTION_HPAGE_ORDERNitin Gupta1-1/+1
2020-08-12mm: proactive compactionNitin Gupta3-5/+197
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim1-1/+1
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim4-19/+37