aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagGravatar Christoph Hellwig 7-16/+14
2020-09-24bdi: invert BDI_CAP_NO_ACCT_WBGravatar Christoph Hellwig 2-2/+3
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagGravatar Christoph Hellwig 3-6/+5
2020-09-24mm: use SWP_SYNCHRONOUS_IO more intelligentlyGravatar Christoph Hellwig 1-8/+10
2020-09-24bdi: remove BDI_CAP_SYNCHRONOUS_IOGravatar Christoph Hellwig 1-1/+1
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initGravatar Christoph Hellwig 1-0/+2
2020-09-23mm: split swap_type_ofGravatar Christoph Hellwig 1-18/+21
2020-09-23mm: cleanup claim_swapfileGravatar Christoph Hellwig 1-3/+3
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+4
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Gravatar Shawn Anastasio 1-0/+4
2020-08-21mm, page_alloc: fix core hung in free_pcppages_bulk()Gravatar Charan Teja Reddy 1-0/+5
2020-08-21mm: include CMA pages in lowmem_reserve at bootGravatar Doug Berger 1-1/+1
2020-08-21mm/rodata_test.c: fix missing function declarationGravatar Leon Romanovsky 1-0/+1
2020-08-21mm/vunmap: add cond_resched() in vunmap_pmd_rangeGravatar Aneesh Kumar K.V 1-0/+2
2020-08-21khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Gravatar Hugh Dickins 1-1/+1
2020-08-21hugetlb_cgroup: convert comma to semicolonGravatar Xu Wang 1-2/+2
2020-08-18mm/memory.c: skip spurious TLB flush for retried page faultGravatar Yang Shi 1-0/+3
2020-08-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 25-107/+121
2020-08-14mm/swap.c: annotate data races for lru_rotate_pvecsGravatar Qian Cai 1-2/+3
2020-08-14mm/rmap: annotate a data race at tlb_flush_batchedGravatar Qian Cai 1-1/+1
2020-08-14mm/mempool: fix a data race in mempool_free()Gravatar Qian Cai 1-1/+1
2020-08-14mm/list_lru: fix a data race in list_lru_count_oneGravatar Qian Cai 1-1/+1
2020-08-14mm/page_counter: fix various data races at memswGravatar Qian Cai 1-6/+7
2020-08-14mm/swapfile: fix and annotate various data racesGravatar Qian Cai 2-15/+20
2020-08-14mm/filemap.c: fix a data race in filemap_fault()Gravatar Kirill A. Shutemov 1-7/+13
2020-08-14mm/swap_state: mark various intentional data racesGravatar Qian Cai 1-2/+2
2020-08-14mm/page_io: mark various intentional data racesGravatar Qian Cai 1-4/+4
2020-08-14mm/frontswap: mark various intentional data racesGravatar Qian Cai 1-4/+4
2020-08-14mm/kmemleak: silence KCSAN splats in checksumGravatar Qian Cai 1-0/+2
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesGravatar Matthew Wilcox (Oracle) 17-52/+50
2020-08-14mm: add thp_sizeGravatar Matthew Wilcox (Oracle) 3-4/+4
2020-08-14mm: store compound_nr as well as compound_orderGravatar Matthew Wilcox (Oracle) 1-2/+3
2020-08-14Revert "mm/vmstat.c: do not show lowmem reserve protection information of emp...Gravatar Baoquan He 1-6/+6
2020-08-14dma-debug: remove debug_dma_assert_idle() functionGravatar Linus Torvalds 1-2/+0
2020-08-13mm: memcontrol: fix warning when allocating the root cgroupGravatar Johannes Weiner 1-6/+0
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 3-61/+44
2020-08-12mm: clean up the last pieces of page fault accountingsGravatar Peter Xu 2-20/+10
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 4-5/+69
2020-08-12mm/gup: use a standard migration target allocation callbackGravatar Joonsoo Kim 1-48/+6
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareGravatar Joonsoo Kim 2-7/+10
2020-08-12mm/gup: restrict CMA region by using allocation scope APIGravatar Joonsoo Kim 1-9/+8
2020-08-12mm/page_alloc: remove a wrapper for alloc_migration_target()Gravatar Joonsoo Kim 2-12/+6
2020-08-12mm/mempolicy: use a standard migration target allocation callbackGravatar Joonsoo Kim 3-28/+12
2020-08-12mm/migrate: introduce a standard migration target allocation functionGravatar Joonsoo Kim 5-18/+41
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Gravatar Joonsoo Kim 1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksGravatar Joonsoo Kim 3-41/+15
2020-08-12mm/migrate: move migration helper from .h to .cGravatar Joonsoo Kim 1-0/+29
2020-08-12mm/page_isolation: prefer the node of the source pageGravatar Joonsoo Kim 1-1/+3
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-12/+10
2020-08-12mm/zsmalloc.c: fix duplicated wordsGravatar Randy Dunlap 1-1/+1