summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-4/+2
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-211-9/+11
* Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-081-14/+13
* mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-051-26/+16
* mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-11-301-6/+13
* mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-11-301-6/+6
* mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-11-301-6/+6
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-031-9/+29
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-10/+7
|\
| * mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7
* | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-261-1/+13
* | mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-261-10/+6
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-0/+1
* | mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-6/+4
* | mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse2018-10-131-6/+0
* | mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-051-1/+1
|/
* mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang2018-09-041-2/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-2/+2
|\
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+2
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-15/+16