summaryrefslogtreecommitdiff
path: root/include/asm-generic/pgtable.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani
2015-04-14mm: change ioremap to set up huge I/O mappingsToshi Kani
2015-04-14mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman
2015-02-10asm-generic: drop unused pte_file* helpersKirill A. Shutemov
2014-10-27s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman
2014-09-30PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau
2014-06-04x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman
2014-04-18mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V
2014-01-15powerpc/thp: Fix crash on mremapAneesh Kumar K.V
2013-12-20mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03mm: soft-dirty bits for user memory changes trackingPavel Emelyanov
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro