summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-18x86/mm/32: Fix -Wmissing prototypes warnings for init.cBenjamin Thiel1-6/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-71/+0
2020-06-09x86/mm: simplify init_trampoline() and surrounding logicMike Rapoport1-14/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+1
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual1-1/+1
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe1-0/+3
2020-04-10mm: define pte_index as macro for x86Arjun Roy1-0/+3
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu1-0/+15
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli1-0/+52
2020-03-31Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2020-03-23x86/mm: Drop pud_mknotpresent()Anshuman Khandual1-6/+0
2020-03-17x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom1-2/+5
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price1-1/+2
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-1/+1
2020-02-04x86: mm: add p?d_leaf() definitionsSteven Price1-0/+5
2019-10-18x86/mm: implement arch_faults_on_old_pte() stub on x86Jia He1-0/+6
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-2/+2
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+26
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit1-0/+3
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-11x86/fpu: Update xstate's PKRU value on write_pkru()Sebastian Andrzej Siewior1-2/+19
2019-04-11x86/fpu: Eager switch PKRU stateRik van Riel1-0/+6
2019-04-11x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior1-1/+1
2019-02-10x86/mm: Make set_pmd_at() paravirt awareJuergen Gross1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+3
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit1-1/+1
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-5/+2
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+4
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-23/+51
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel1-2/+5
2018-08-08x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen1-10/+12
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-1/+1
2018-07-20x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel1-0/+15
2018-07-20x86/pgtable: Move pti_set_user_pgtbl() to pgtable.hJoerg Roedel1-0/+23
2018-07-20x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.hJoerg Roedel1-0/+49
2018-06-29x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko1-6/+6
2018-06-27x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov1-1/+1
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+8
2018-06-20x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen1-13/+31
2018-05-19x86/mm: Mark p4d_offset() __always_inlineKirill A. Shutemov1-1/+1
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-5/+5
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen1-0/+5
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-5/+22
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-4/+4
2018-02-20x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich1-4/+4
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov1-1/+10
2018-01-31x86/mm: provide pmdp_establish() helperKirill A. Shutemov1-0/+15
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+26