summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi1-0/+30
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus 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-03mm: 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-14mm/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/a...Linus 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/po...Linus Torvalds1-2/+2
2020-06-05mm: use false for bool variableZou Wei1-1/+1
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-239/+31
2020-06-04mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi1-7/+0
2020-06-04mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-6/+3
2020-06-04mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-1/+3
2020-06-04mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-1/+1
2020-06-04mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-4/+4
2020-06-04thp: change CoW semantics for anon-THPKirill A. Shutemov1-225/+25
2020-06-04mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli1-3/+28
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds1-4/+3
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-2/+2
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-0/+3
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu1-0/+8
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-1/+17
2020-04-07mm: merge parameters for change_protection()Peter Xu1-1/+2
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)1-1/+1
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes1-0/+2
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+35
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard1-6/+23