summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-045-106/+33
|\
| * Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-045-105/+28
| |\
| | * mm: Add PGREUSE counterPeter Xu2020-09-042-0/+2
| | * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-042-38/+9
| | * mm/ksm: Remove reuse_ksm_page()Peter Xu2020-09-041-25/+0
| | * mm: do_wp_page() simplificationLinus Torvalds2020-09-041-42/+17
| * | Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds2020-09-031-1/+1
| |\ \
| | * | mm: fix pin vs. gup mismatch with gate pagesDave Hansen2020-09-031-1/+1
| | |/
| * | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+4
| |\ \
| | * | Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-012-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2020-08-282-5/+5
| |/ /
* | | mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-211-0/+5
* | | mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-211-1/+1
* | | mm/rodata_test.c: fix missing function declarationLeon Romanovsky2020-08-211-0/+1
* | | mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V2020-08-211-0/+2
* | | khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-211-1/+1
* | | hugetlb_cgroup: convert comma to semicolonXu Wang2020-08-211-2/+2
* | | mm/memory.c: skip spurious TLB flush for retried page faultYang Shi2020-08-181-0/+3
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-1525-107/+121
|\ \
| * | mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-08-141-2/+3
| * | mm/rmap: annotate a data race at tlb_flush_batchedQian Cai2020-08-141-1/+1
| * | mm/mempool: fix a data race in mempool_free()Qian Cai2020-08-141-1/+1
| * | mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-08-141-1/+1
| * | mm/page_counter: fix various data races at memswQian Cai2020-08-141-6/+7
| * | mm/swapfile: fix and annotate various data racesQian Cai2020-08-142-15/+20
| * | mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov2020-08-141-7/+13
| * | mm/swap_state: mark various intentional data racesQian Cai2020-08-141-2/+2
| * | mm/page_io: mark various intentional data racesQian Cai2020-08-141-4/+4
| * | mm/frontswap: mark various intentional data racesQian Cai2020-08-141-4/+4
| * | mm/kmemleak: silence KCSAN splats in checksumQian Cai2020-08-141-0/+2
| * | mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-1417-52/+50
| * | mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-143-4/+4
| * | mm: store compound_nr as well as compound_orderMatthew Wilcox (Oracle)2020-08-141-2/+3
| * | Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Baoquan He2020-08-141-6/+6
* | | dma-debug: remove debug_dma_assert_idle() functionLinus Torvalds2020-08-141-2/+0
|/ /
* | mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner2020-08-131-6/+0
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-123-61/+44
* | mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-122-20/+10
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-124-5/+69
* | mm/gup: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-48/+6
* | mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2020-08-122-7/+10
* | mm/gup: restrict CMA region by using allocation scope APIJoonsoo Kim2020-08-121-9/+8
* | mm/page_alloc: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-08-122-12/+6
* | mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-123-28/+12
* | mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-125-18/+41
* | mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim2020-08-121-0/+5
* | mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-123-41/+15
* | mm/migrate: move migration helper from .h to .cJoonsoo Kim2020-08-121-0/+29
* | mm/page_isolation: prefer the node of the source pageJoonsoo Kim2020-08-121-1/+3