summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-221-0/+10
* mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-311-8/+0
* mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2018-01-311-1/+1
* asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-01-311-0/+15
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-0/+5
|\
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-0/+5
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-2/+2
* | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-291-0/+8
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-1/+33
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-1/+17
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-0/+12
* mm/gup: Move permission checks into helpersKirill A. Shutemov2017-03-181-0/+25
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-3/+45
* mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V2017-02-241-0/+8
* mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V2017-02-241-0/+16
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-4/+76
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+3
* mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-12/+0
* x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov2016-11-091-5/+4
* mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-071-0/+3
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+8
* mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2016-03-171-0/+17
* powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+8
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-2/+4
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-9/+0
* x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani2016-01-051-1/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-0/+10
|\
| * mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-0/+10
* | mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta2015-10-171-7/+30
|/
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-9/+9
* powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-7/+2
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-0/+21
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+4
* mm: change vunmap to tear down huge KVA mappingsToshi Kani2015-04-141-0/+10
* mm: change ioremap to set up huge I/O mappingsToshi Kani2015-04-141-0/+15
* mm: define default PGTABLE_LEVELS to twoKirill A. Shutemov2015-04-141-0/+5
* mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2015-02-121-155/+0
* mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman2015-02-121-0/+20
* asm-generic: drop unused pte_file* helpersKirill A. Shutemov2015-02-101-15/+0
* s390/mm: pmdp_get_and_clear_full optimizationMartin Schwidefsky2014-10-271-0/+11
* mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-141-0/+14
* Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-091-18/+9
|\
| * mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman2014-10-091-18/+9
* | PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-301-0/+4
|/
* x86: define _PAGE_NUMA by reusing software bits on the PMD and PTE levelsMel Gorman2014-06-041-2/+6
* mm: use paravirt friendly ops for NUMA hinting ptesMel Gorman2014-04-181-8/+23
* mm: add support for discard of unused ptesKonstantin Weitz2014-02-211-0/+13
* mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V2014-02-171-0/+39
* powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-0/+12
OpenPOWER on IntegriCloud