summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt2-0/+40
2021-09-03memcg: switch lruvec stats to rstatShakeel Butt1-76/+38
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2-14/+5
2021-09-03mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan1-21/+12
2021-09-03mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan3-1/+12
2021-09-03shmem: shmem_writepage() split unlikely i915 THPHugh Dickins1-1/+13
2021-09-03huge tmpfs: decide stat.st_blksize by shmem_is_huge()Hugh Dickins1-11/+1
2021-09-03huge tmpfs: shmem_is_huge(vma, inode, index)Hugh Dickins1-59/+25
2021-09-03huge tmpfs: SGP_NOALLOC to stop collapse_file() on raceHugh Dickins2-13/+18
2021-09-03huge tmpfs: move shmem_huge_enabled() upwardsHugh Dickins1-37/+35
2021-09-03huge tmpfs: revert shmem's use of transhuge_vma_enabled()Hugh Dickins1-1/+2
2021-09-03huge tmpfs: remove shrinklist addition from shmem_setattr()Hugh Dickins1-19/+0
2021-09-03huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZEHugh Dickins2-3/+18
2021-09-03huge tmpfs: fix fallocate(vanilla) advance over huge pagesHugh Dickins1-3/+16
2021-09-03shmem: include header file to declare swap_infoMiaohe Lin1-2/+1
2021-09-03shmem: remove unneeded function forward declarationMiaohe Lin1-3/+0
2021-09-03shmem: remove unneeded header fileMiaohe Lin1-2/+0
2021-09-03shmem: remove unneeded variable retMiaohe Lin1-2/+1
2021-09-03shmem: use raw_spinlock_t for ->stat_lockSebastian Andrzej Siewior1-14/+17
2021-09-03mm: delete unused get_kernel_page()John Hubbard1-22/+0
2021-09-03fs, mm: fix race in unlinking swapfileHugh Dickins1-0/+6
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard1-4/+17
2021-09-03mm/gup: small refactoring: simplify try_grab_page()John Hubbard1-30/+5
2021-09-03mm/gup: documentation corrections for gup/pupJohn Hubbard1-7/+20
2021-09-03mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()Miaohe Lin1-2/+2
2021-09-03mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()Miaohe Lin1-5/+7
2021-09-03mm: gup: remove useless BUG_ON in __get_user_pages()Miaohe Lin1-1/+0
2021-09-03mm: gup: remove unneed local variable orig_refsMiaohe Lin1-3/+1
2021-09-03mm: gup: remove set but unused local variable majorMiaohe Lin1-2/+1
2021-09-03writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt1-12/+1
2021-09-03fs: inode: count invalidated shadow pages in pginodestealJohannes Weiner1-10/+10
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner3-19/+13
2021-09-03writeback: use READ_ONCE for unlocked reads of writeback statsJan Kara1-12/+13
2021-09-03writeback: rename domain_update_bandwidth()Jan Kara1-4/+4
2021-09-03writeback: fix bandwidth estimate for spiky workloadJan Kara2-14/+35
2021-09-03writeback: reliably update bandwidth estimationJan Kara1-12/+27
2021-09-03writeback: track number of inodes under writebackJan Kara2-2/+21
2021-09-03mm: add kernel_misc_reclaimable in show_free_areasliuhailong1-0/+2
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2-10/+10
2021-09-03mm/debug_vm_pgtable: fix corrupted page flagGavin Shan1-4/+51
2021-09-03mm/debug_vm_pgtable: remove unused codeGavin Shan1-54/+0
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PGD and P4D modifying t...Gavin Shan1-48/+38
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PUD modifying testsGavin Shan1-78/+48
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PMD modifying testsGavin Shan1-52/+46
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in PTE modifying testsGavin Shan1-35/+32
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in migration and thp testsGavin Shan1-19/+17
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in soft_dirty and swap testsGavin Shan1-25/+23
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan1-32/+26
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan1-16/+16
2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan1-26/+24