aboutsummaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying1-2/+1
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-26/+18
2020-01-31mm, thp: fix defrag setting if newline is not usedDavid Rientjes1-16/+8
2020-01-31mm/huge_memory.c: reduce critical section protected by split_queue_lockWei Yang1-1/+1
2020-01-31mm/huge_memory.c: use head to emphasize the purpose of pageWei Yang1-8/+8
2020-01-31mm/huge_memory.c: use head to check huge zero pageWei Yang1-1/+1
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson1-0/+11
2020-01-13mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD alignmentKirill A. Shutemov1-14/+24
2019-12-01mm/huge_memory.c: split_huge_pages_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTEzhong jiang1-1/+1
2019-10-19mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov1-2/+7
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds1-31/+20
2019-09-28Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""David Rientjes1-14/+13
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes1-26/+16
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi1-9/+53
2019-09-24mm: thp: extract split_queue_* into a structYang Shi1-20/+25
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-2/+20
2019-08-24mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-13Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli1-16/+26
2019-08-13Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""Andrea Arcangeli1-13/+14
2019-07-18mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi1-2/+7
2019-07-18mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi1-1/+1
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham1-1/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-8/+6
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-4/+8
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-0/+3
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addressesDan Williams1-6/+10
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V1-0/+36
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-2/+2
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai1-3/+1
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-5/+5
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down1-0/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-6/+7
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+4
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-1/+11
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-29/+25
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins1-4/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu1-9/+11
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask"David Rientjes1-14/+13
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes1-26/+16
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins1-6/+13
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins1-6/+6
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins1-6/+6
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko1-9/+29
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+7