summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds
2020-09-04mm/gup: Remove enfornced COW mechanismPeter Xu
2020-08-12mm: thp: remove debug_cow switchYang Shi
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-07mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-08-07mm/mremap: start addresses are properly alignedWei Yang
2020-08-07mm/mremap: it is sure to have enough space when extent meets requirementWei Yang
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04mm: use false for bool variableZou Wei
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03thp: change CoW semantics for anon-THPKirill A. Shutemov
2020-06-03mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu
2020-04-07userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu
2020-04-07mm: merge parameters for change_protection()Peter Xu
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)
2020-04-07mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-04-02mm/gup: track FOLL_PIN pagesJohn Hubbard
2020-03-24mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)
2020-03-24mm: Introduce vma_is_special_hugeThomas Hellstrom (VMware)
2020-03-06mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31mm, thp: fix defrag setting if newline is not usedDavid Rientjes
2020-01-31mm/huge_memory.c: reduce critical section protected by split_queue_lockWei Yang
2020-01-31mm/huge_memory.c: use head to emphasize the purpose of pageWei Yang
2020-01-31mm/huge_memory.c: use head to check huge zero pageWei Yang
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson
2020-01-13mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov
2019-12-01mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS...zhong jiang
2019-10-19mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi
2019-09-24mm: thp: extract split_queue_* into a structYang Shi
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-08-24mm, page_owner: handle THP splits correctlyVlastimil Babka