summaryrefslogtreecommitdiffstats
path: root/mm/huge_memory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-171-1/+2
* | thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-171-2/+2
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-0/+2
|\ \
| * | mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-211-0/+2
| |/
* / memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-3/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* mm: use page->deferred_listMatthew Wilcox2018-06-071-5/+2
* Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-041-2/+2
|\