summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier2017-03-211-0/+1
* | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-181-0/+53
* | | x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov2017-03-141-5/+21
|/ /
* / mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+140
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-0/+17
|\
| * x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2016-07-081-1/+6
| * x86/mm: Separate variable for trampoline PGDThomas Garnier2016-07-081-0/+12
* | x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2016-07-131-3/+10
|/
* arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+1
* x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-311-1/+1
* x86: pkey: introduce write_pkru() for KVMXiao Guangrong2016-03-221-0/+6
* x86/mm/pkeys: Allow kernel to modify user pkey rights registerDave Hansen2016-02-181-2/+3
* mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+29
* x86/mm/pkeys: Add functions to fetch PKRUDave Hansen2016-02-181-0/+8
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-0/+7
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-1/+8
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-0/+5
* mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-0/+5