summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* mm, page_owner: handle THP splits correctlyVlastimil Babka2019-08-241-0/+4
* Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-131-16/+26
* Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli2019-08-131-13/+14
* mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-181-2/+7
* mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-181-1/+1
* Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
* mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham2019-05-141-1/+1
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-8/+6
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-4/+8
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-0/+3
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-6/+10
* Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-2/+2
|\
| * asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-2/+2
* | mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V2019-04-051-0/+36
|/
* mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai2019-03-051-3/+1
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-051-5/+5
* mm: memcontrol: expose THP events on a per-memcg basisChris Down2019-03-051-0/+2
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-6/+2
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-6/+7
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-4/+4
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-1/+11
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-29/+25