summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-106/+33
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds-105/+28
2020-09-04mm: Add PGREUSE counterPeter Xu-0/+2
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu-38/+9
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu-25/+0
2020-09-04mm: do_wp_page() simplificationLinus Torvalds-42/+17
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds-1/+1
2020-09-03mm: fix pin vs. gup mismatch with gate pagesDave Hansen-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-5/+5
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-0/+4
2020-08-28mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov-5/+5
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio-0/+4
2020-08-21mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy-0/+5
2020-08-21mm: include CMA pages in lowmem_reserve at bootDoug Berger-1/+1
2020-08-21mm/rodata_test.c: fix missing function declarationLeon Romanovsky-0/+1
2020-08-21mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V-0/+2
2020-08-21khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins-1/+1
2020-08-21hugetlb_cgroup: convert comma to semicolonXu Wang-2/+2
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultYang Shi-0/+3
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-107/+121
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedQian Cai-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneQian Cai-1/+1
2020-08-14mm/page_counter: fix various data races at memswQian Cai-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesQian Cai-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov-7/+13
2020-08-14mm/swap_state: mark various intentional data racesQian Cai-2/+2
2020-08-14mm/page_io: mark various intentional data racesQian Cai-4/+4
2020-08-14mm/frontswap: mark various intentional data racesQian Cai-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumQian Cai-0/+2
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)-52/+50
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)-4/+4
2020-08-14mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)-2/+3
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He-6/+6
2020-08-14dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds-2/+0
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner-6/+0
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu-61/+44
2020-08-12mm: clean up the last pieces of page fault accountingsPeter Xu-20/+10
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-5/+69
2020-08-12mm/gup: use a standard migration target allocation callbackJoonsoo Kim-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim-7/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim-9/+8
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim-18/+41
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim-41/+15
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim-0/+29
2020-08-12mm/page_isolation: prefer the node of the source pageJoonsoo Kim-1/+3