summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell2020-09-191-19/+23
* Merge branch 'simplify-do_wp_page'Linus Torvalds2020-09-041-3/+4
|\
| * mm/gup: Remove enfornced COW mechanismPeter Xu2020-09-041-3/+4
* | mm: thp: remove debug_cow switchYang Shi2020-08-121-21/+0
* | mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-1/+1
* | mm: thp: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-2/+2
* | mm/mremap: start addresses are properly alignedWei Yang2020-08-071-3/+0
* | mm/mremap: it is sure to have enough space when extent meets requirementWei Yang2020-08-071-5/+2
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+2
|\
| * mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V2020-05-051-2/+2
* | mm: use false for bool variableZou Wei2020-06-041-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-239/+31
|\ \
| * | mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi2020-06-031-7/+0
| * | mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-1/+1
| * | mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner2020-06-031-6/+3
| * | mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-1/+3
| * | mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-1/+1
| * | mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-4/+4
| * | thp: change CoW semantics for anon-THPKirill A. Shutemov2020-06-031-225/+25
* | | mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()Andrea Arcangeli2020-06-031-3/+28
|/ /
* / gup: document and work around "COW can break either way" issueLinus Torvalds2020-06-021-4/+3
|/
* userfaultfd: wp: support swap and page migrationPeter Xu2020-04-071-0/+3
* userfaultfd: wp: drop _PAGE_UFFD_WP properly when forkPeter Xu2020-04-071-0/+8
* userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu2020-04-071-1/+17
* mm: merge parameters for change_protection()Peter Xu2020-04-071-1/+2
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-071-1/+1
* mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes2020-04-071-0/+2
* Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-041-9/+35
|\
| * mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)2020-03-241-6/+32
| * mm: Introduce vma_is_special_hugeThomas Hellstrom (VMware)2020-03-241-3/+3
* | mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-6/+23
|/
* mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying2020-03-061-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-26/+18
|\
| * mm, thp: fix defrag setting if newline is not usedDavid Rientjes2020-01-311-16/+8
| * mm/huge_memory.c: reduce critical section protected by split_queue_lockWei Yang2020-01-311-1/+1
| * mm/huge_memory.c: use head to emphasize the purpose of pageWei Yang2020-01-311-8/+8
| * mm/huge_memory.c: use head to check huge zero pageWei Yang2020-01-311-1/+1
* | Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-0/+11
|\ \ | |/ |/|
| * mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-0/+11
* | mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov2020-01-131-14/+24
|/
* mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS...zhong jiang2019-12-011-1/+1
* mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov2019-10-191-2/+7
* Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-281-31/+20
|\
| * Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-281-14/+13
| * Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-281-26/+16
* | mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-241-9/+53
* | mm: thp: extract split_queue_* into a structYang Shi2019-09-241-20/+25
* | mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-2/+20
|/