summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V3-17/+22
2016-02-12mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-12mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams7-27/+47
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov13-183/+41
2016-01-15mm, thp: use list_first_entry_or_null()Geliang Tang1-6/+3
2015-10-17mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta2-7/+21
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta2-28/+33
2015-10-17mm: group pte related helpers togetherVineet Gupta1-25/+25
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V13-61/+65
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V5-22/+27
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman8-38/+21
2015-02-13mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman11-57/+40
2014-08-29mm: actually clear pmd_numa before invalidatingMatthew Wilcox1-1/+1
2013-12-19mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel8-7/+69
2013-12-19mm: clear pmd_numa before invalidatingMel Gorman1-0/+3
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov4-59/+73
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov4-18/+19
2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim2-24/+24
2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V7-21/+27
2012-12-11mm: Only flush the TLB when clearing an accessible pteRik van Riel1-1/+2
2012-12-11mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel1-3/+3
2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer3-2/+17
2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer4-43/+55
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf6-53/+111
2012-03-22thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi2-7/+9
2011-01-26mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton1-0/+1
2011-01-16fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli2-18/+7
2011-01-14thp: add pmd mangling generic functionsAndrea Arcangeli3-61/+278