aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1322/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+33
2020-06-02mm: add functions to track page directory modificationsJoerg Roedel1-0/+23
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig1-0/+4
2020-05-27mm/memory.c: Add memory read privilege on page fault handlingBibo Mao1-0/+16
2020-05-27mm/memory.c: Update local TLB if PTE entry existsBibo Mao1-0/+17
2020-05-05mm: change pmdp_huge_get_and_clear_full take vm_area_struct as argAneesh Kumar K.V1-2/+2
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli1-0/+1
2020-02-04mm: add generic p?d_leaf() macrosSteven Price1-0/+20
2019-12-01mm/memory.c: fix a huge pud insertion race during faultingThomas Hellstrom1-0/+25
2019-12-01mm: move the backup x_devmap() functions to asm-generic/pgtable.hThomas Hellstrom1-0/+15
2019-12-01asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDEDVineet Gupta1-0/+11
2019-09-24thp: update split_huge_page_pmd() commentKefeng Wang1-3/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+1
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