aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argumentZhou Guanghui1-1/+1
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu1-6/+2
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel1-3/+3
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabledAneesh Kumar K.V1-1/+5
2021-02-24mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin1-3/+2
2021-02-24mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao1-0/+2
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-1/+2
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-1/+4
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-1/+2
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+2
2021-02-05mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins1-14/+23
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi1-1/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+32
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-7/+4
2020-12-15mm/thp: narrow lru lockingAlex Shi1-12/+13
2020-12-15mm/thp: simplify lru_add_page_tail()Alex Shi1-14/+6
2020-12-15mm/thp: use head for head page in lru_add_page_tail()Alex Shi1-12/+11
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi1-0/+30
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches1-12/+16
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-1/+1
2020-12-15mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner1-2/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-2/+2
2020-11-22mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer1-5/+4
2020-10-16mm: fix a race during THP splittingHuang Ying1-6/+7
2020-10-16mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)1-2/+2
2020-10-16mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)1-2/+2
2020-10-16mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov1-7/+8
2020-10-16mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov1-4/+5
2020-10-16mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)1-1/+1
2020-10-13mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang1-2/+2
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+3
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu1-0/+28
2020-09-19mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell1-19/+23
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds1-3/+4
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu1-3/+4
2020-09-04mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas1-0/+3
2020-08-12mm: thp: remove debug_cow switchYang Shi1-21/+0
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-1/+1
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-08-07mm/mremap: start addresses are properly alignedWei Yang1-3/+0
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang1-5/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-2/+2
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2020-06-04mm: use false for bool variableZou Wei1-1/+1
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-239/+31
2020-06-03mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi1-7/+0