summaryrefslogtreecommitdiff
path: root/mm/huge_memory.c
AgeCommit message (Expand)Author
2019-05-14mm/huge_memory.c: make __thp_get_unmapped_area staticBharath Vedartham
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-05mm/huge_memory.c: fix modifying of page protection by insert_pfn_pmd()Aneesh Kumar K.V
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-21mm: Convert huge_memory to XArrayMatthew Wilcox
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-13mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-09-04mm: fix BUG_ON() in vmf_insert_pfn_pud() from VM_MIXEDMAP removalDave Jiang
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying
2018-08-17thp: use mm_file_counter to determine update which rss counterYang Shi
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07mm: use page->deferred_listMatthew Wilcox
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet