aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-08-16Merge branch 'master-next'Bruce Ashfield
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai
2020-08-14mm/page_counter: fix various data races at memswQian Cai
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov
2020-08-14mm/swap_state: mark various intentional data racesQian Cai
2020-08-14mm/page_io: mark various intentional data racesQian Cai
2020-08-14mm/frontswap: mark various intentional data racesQian Cai
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds
2020-08-13Merge branch 'master-next'Bruce Ashfield
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim
2020-08-12uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap
2020-08-12mm/zpool.c: delete duplicated word and fix grammarRandy Dunlap
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap
2020-08-12mm/usercopy.c: delete duplicated wordRandy Dunlap
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap
2020-08-12mm/shmem.c: delete duplicated wordRandy Dunlap
2020-08-12mm/page_alloc.c: delete or fix duplicated wordsRandy Dunlap
2020-08-12mm/nommu.c: delete duplicated wordsRandy Dunlap
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap
2020-08-12mm/memory.c: delete duplicated wordsRandy Dunlap
2020-08-12mm/memcontrol.c: delete duplicated wordsRandy Dunlap
2020-08-12mm/hugetlb.c: delete duplicated wordsRandy Dunlap
2020-08-12mm/hmm.c: delete duplicated wordRandy Dunlap
2020-08-12mm/filemap.c: delete duplicated wordRandy Dunlap
2020-08-12mm/compaction.c: delete duplicated wordRandy Dunlap
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy