summaryrefslogtreecommitdiffstats
path: root/include/linux/huge_mm.h
Commit message (Expand)AuthorAgeFilesLines
* mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-191-0/+23
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2Star
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-281-1/+12
* mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-271-4/+4
* mremap: properly flush TLB before releasing the pageLinus Torvalds2018-10-181-1/+1
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-2/+3
|\
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-2/+3
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-241-4/+5
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-091-2/+12
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-091-0/+10
* mm: always enable thp for dax mappingsDan Williams2017-07-111-0/+5
* mm: improve readability of transparent_hugepage_enabled()Dan Williams2017-07-111-12/+29
* mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko2017-07-111-0/+1
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-071-0/+7
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-251-5/+78
* mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-231-0/+1
* mm: join struct fault_env and vm_faultJan Kara2016-12-151-5/+5
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-131-0/+2
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-171-1/+1
* thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-081-4/+4
* thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2016-10-081-0/+7
* mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying2016-07-291-1/+1
* thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-271-0/+10
* shmem: add huge pages supportKirill A. Shutemov2016-07-271-0/+2
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-271-0/+2
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-271-0/+2
* mm: introduce fault_envKirill A. Shutemov2016-07-271-15/+5Star
* mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi2016-07-151-2/+2
* huge mm: move_huge_pmd does not need new_vmaHugh Dickins2016-05-201-3/+1Star
* thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-291-0/+5
* include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang2016-04-021-1/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-3/+0Star
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-3/+0Star
* | thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2016-03-171-4/+6
* | rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2016-03-171-0/+7
* | mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman2016-03-171-7/+2Star
|/
* thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov2016-01-221-8/+8
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-161-1/+9
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-161-2/+3
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-1/+1
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-161-0/+3
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-161-5/+0Star
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-161-0/+5
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-161-2/+5
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-161-1/+10
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-15/+6Star
* thp: drop all split_huge_page()-related codeKirill A. Shutemov2016-01-161-22/+6Star