summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-161-17/+7
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-1/+1
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+4
* mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2021-06-161-9/+18
* mm: fix typos in commentsIngo Molnar2021-05-071-3/+3
* mm: vmscan: consolidate shrinker_maps handling codeYang Shi2021-05-051-2/+2
* mm: huge_memory: debugfs for file-backed THP splitZi Yan2021-05-051-1/+89
* mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan2021-05-051-8/+147
* mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin2021-05-051-2/+2
* mm/huge_memory.c: remove redundant PageCompound() checkMiaohe Lin2021-05-051-1/+1
* mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyMiaohe Lin2021-05-051-6/+5
* mm/huge_memory.c: make get_huge_zero_page() return boolMiaohe Lin2021-05-051-4/+4
* mm/huge_memory.c: rework the function vma_adjust_trans_huge()Miaohe Lin2021-05-051-25/+19
* mm/huge_memory.c: remove unnecessary local variable ret2Miaohe Lin2021-05-051-5/+3
* mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-131-1/+1
* mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-6/+2
* mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2021-02-261-3/+3
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-02-241-1/+5
* mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin2021-02-241-3/+2
* mm/huge_memory.c: update tlb entry if pmd is changedBibo Mao2021-02-241-0/+2
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-1/+4
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+2
* mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)2021-02-241-2/+2
* mm: thp: fix MADV_REMOVE deadlock on shmem THPHugh Dickins2021-02-051-14/+23
* mm: fix some spelling mistakes in commentsHaitao Shi2020-12-151-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-13/+32
|\
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-7/+4
| * mm/thp: narrow lru lockingAlex Shi2020-12-151-12/+13
| * mm/thp: simplify lru_add_page_tail()Alex Shi2020-12-151-14/+6
| * mm/thp: use head for head page in lru_add_page_tail()Alex Shi2020-12-151-12/+11
| * mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2020-12-151-0/+30
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-2/+2
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-2/+2
| |\
| | * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-2/+2
* | | mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches2020-12-151-21/+31
* | | mm: use sysfs_emit for struct kobject * usesJoe Perches2020-12-151-12/+16
* | | mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-1/+1
* | | mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner2020-12-151-2/+2
|/ /
* / mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-11-221-5/+4
|/
* mm: fix a race during THP splittingHuang Ying2020-10-161-6/+7
* mm/huge_memory: fix can_split_huge_page assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix page_trans_huge_mapcount assumption of THP sizeMatthew Wilcox (Oracle)2020-10-161-2/+2
* mm/huge_memory: fix split assumption of page sizeKirill A. Shutemov2020-10-161-7/+8
* mm/huge_memory: fix total_mapcount assumption of page sizeKirill A. Shutemov2020-10-161-4/+5
* mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)2020-10-161-1/+1
* mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang2020-10-131-2/+2
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+3
|\
| * mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()Catalin Marinas2020-09-041-0/+3
* | mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu2020-09-271-0/+28