summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-05mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple
2020-09-05mm: madvise: fix vma user-after-freeYang Shi
2020-09-05mm: track page table modifications in __apply_to_page_range()Joerg Roedel
2020-09-05mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds
2020-09-04mm: Add PGREUSE counterPeter Xu
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu
2020-09-04mm/ksm: Remove reuse_ksm_page()Peter Xu
2020-09-04mm: do_wp_page() simplificationLinus Torvalds
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne
2020-09-03Merge branch 'gate-page-refcount' (patches from Dave Hansen)Linus Torvalds
2020-09-03mm: fix pin vs. gup mismatch with gate pagesDave Hansen
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio
2020-08-21mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy
2020-08-21mm: include CMA pages in lowmem_reserve at bootDoug Berger
2020-08-21mm/rodata_test.c: fix missing function declarationLeon Romanovsky
2020-08-21mm/vunmap: add cond_resched() in vunmap_pmd_rangeAneesh Kumar K.V
2020-08-21khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins
2020-08-21hugetlb_cgroup: convert comma to semicolonXu Wang
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultYang Shi
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-13mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu