aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-0/+2
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-1/+1
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-8/+8
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+5
2018-12-05generic/pgtable: Introduce set_pte_safe()Dan Williams1-0/+38
2018-12-05generic/pgtable: Introduce {p4d,pgd}_same()Dan Williams1-0/+14
2018-12-05generic/pgtable: Make {pmd, pud}_same() unconditionally availableDan Williams1-14/+0
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+16
2018-11-02mm: introduce mm_[p4d|pud|pmd]_foldedMartin Schwidefsky1-0/+16
2018-10-26mm: remove references to vm_insert_pfn()Matthew Wilcox1-2/+2
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesLuis R. Rodriguez1-0/+4
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-0/+14
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2018-07-15x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architecturesJiri Kosina1-12/+12
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya1-4/+4
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+12
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+36
2018-03-22mm/vmalloc: add interfaces to free unmapped page tableToshi Kani1-0/+10
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz1-0/+36
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-8/+0
2018-01-31mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov1-1/+1
2018-01-31asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov1-0/+15
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner1-0/+5
2017-11-29mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-2/+2
2017-11-29mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi1-1/+33
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-1/+17
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-0/+12
2017-03-18mm/gup: Move permission checks into helpersKirill A. Shutemov1-0/+25
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+45
2017-02-24mm/ksm: handle protnone saved writes when making page write protectAneesh Kumar K.V1-0/+8
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.Aneesh Kumar K.V1-0/+16
2017-02-24mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-4/+76
2016-12-12mm: THP page cache support for ppc64Aneesh Kumar K.V1-0/+3
2016-12-12mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-12/+0
2016-11-09x86/pat, mm: Make track_pfn_insert() return voidBorislav Petkov1-5/+4
2016-10-07mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie1-0/+3
2016-05-19arch: fix has_transparent_hugepage()Hugh Dickins1-0/+8
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V1-0/+17
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+8
2016-01-15mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams1-2/+4
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-9/+0
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-1/+9
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+10
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-7/+30
2015-10-14mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky1-0/+10
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-9/+9
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-7/+2