summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-1/+1
* mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-301-0/+6
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-161-5/+0Star
* 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/+4Star
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-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/+0Star
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-2/+1Star
|\
| * 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/+0Star
| * | 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-171-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-251-0/+140
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-261-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-201-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-161-0/+7
* mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-161-1/+8
* mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-161-0/+5
* mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-161-0/+5
* arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-161-0/+5
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-9/+0Star
* Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-191-0/+10
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-0/+10
| |\
| | * mm: add architecture primitives for software dirty bit clearingMartin Schwidefsky2015-10-141-0/+10
* | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-13/+2Star
|/ /
* | x86/mm: Warn on W^X mappingsStephen Smalley2015-10-061-0/+7
* | x86/asm: Add pud_pgprot() and pmd_pgprot()Toshi Kani2015-09-221-1/+3
* | x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani2015-09-221-6/+8
|/
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-251-2/+2
* x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-071-1/+7
* x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-4/+4