summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Make set_pmd_at() paravirt awareJuergen Gross2019-02-101-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-4/+3
|\
| * x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-5/+2
| * x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+4
* | x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit2018-09-081-1/+1
|/
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-23/+51
|\
| * x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen2018-08-081-10/+12
| * Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-1/+1
| |\
| * | x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko2018-06-291-6/+6
| * | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-0/+8
| * | x86/speculation/l1tf: Protect PROT_NONE PTEs against speculationAndi Kleen2018-06-201-13/+31
* | | x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel2018-08-101-2/+5
* | | x86/pgtable: Move two more functions from pgtable_64.h to pgtable.hJoerg Roedel2018-07-201-0/+15
* | | x86/pgtable: Move pti_set_user_pgtbl() to pgtable.hJoerg Roedel2018-07-201-0/+23
* | | x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.hJoerg Roedel2018-07-201-0/+49
| |/ |/|
* | x86/mm: Drop unneeded __always_inline for p4d page table helpersKirill A. Shutemov2018-06-271-1/+1
|/
* x86/mm: Mark p4d_offset() __always_inlineKirill A. Shutemov2018-05-191-1/+1
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-5/+5
* x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-0/+5
* x86/mm: Do not auto-massage page protectionsDave Hansen2018-04-121-5/+22
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-4/+4
|\
| * x86/mm: Fix {pmd,pud}_{set,clear}_flags()Jan Beulich2018-02-201-4/+4
* | x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov2018-02-161-1/+10
|/
* x86/mm: provide pmdp_establish() helperKirill A. Shutemov2018-01-311-0/+15
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-4/+26
|\
| * x86/mm/dump_pagetables: Allow dumping current pagetablesThomas Gleixner2017-12-231-1/+1
| * x86/mm/dump_pagetables: Check user space page table for WX pagesThomas Gleixner2017-12-231-0/+1
| * x86/mm/pti: Populate user PGDDave Hansen2017-12-231-1/+8
| * x86/mm/pti: Allow NX poison to be set in p4d/pgdDave Hansen2017-12-231-2/+12
| * x86/mm/pti: Add mapping helper functionsDave Hansen2017-12-231-1/+5
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
* | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-291-0/+6
* | kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-5/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-23/+4
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-0/+17
* x86/mm: Insure that boot memory areas are mapped properlyTom Lendacky2017-07-181-0/+3
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-181-0/+9
* x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky2017-07-181-7/+9
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-1/+1
* x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-131-0/+53
* Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-231-53/+0
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-2/+1
|\
| * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-0/+140
| |\
| * | x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-281-0/+1
| * | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-2/+0
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar2017-04-031-1/+1
|\ \ \
| * | | mm, x86: fix native_pud_clear build errorArnd Bergmann2017-03-161-1/+1
| | |/ | |/|
* | | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-5/+54