summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar10-81/+180
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar10-81/+180
2017-04-04x86/espfix: Add support for 5-level pagingKirill A. Shutemov1-1/+1
2017-04-04x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov3-1/+40
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov3-12/+34
2017-04-04x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov4-5/+29
2017-04-04x86/boot: Detect 5-level paging supportKirill A. Shutemov2-2/+14
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar5-7/+9
2017-04-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+5
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-9/+2
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini1-0/+1
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov7-24/+145
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov1-0/+1
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar7-9/+36
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-1/+0
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski1-20/+0
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski1-0/+6
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-0/+2
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis1-3/+5
2017-03-21x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.hThomas Garnier3-2/+1
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey4-5/+16
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey2-0/+3
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey1-0/+3
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey1-2/+1
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey1-1/+1
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey1-3/+3
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov4-13/+115
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov1-4/+0
2017-03-18x86/mm: Correct fixmap header usage on adaptable MODULES_ENDThomas Garnier1-0/+1
2017-03-17mm, x86: fix native_pud_clear build errorArnd Bergmann2-4/+1
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier2-38/+69
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier4-6/+59
2017-03-16x86/mm: Adapt MODULES_END based on fixmap section sizeThomas Garnier1-1/+2
2017-03-14x86/hugetlb: Adjust to the new native/compat mmap basesDmitry Safonov1-0/+1
2017-03-14x86/mm: Extend headers with basic definitions to support 5-level pagingKirill A. Shutemov5-6/+53
2017-03-13x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov1-0/+3
2017-03-13x86/mm: Add task_size parameter to mmap_base()Dmitry Safonov2-12/+16
2017-03-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+21
2017-03-12x86/tlb: Fix tlb flushing when lguest clears PGEDaniel Borkmann1-1/+1
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-3/+1
2017-03-11x86/cpu: Drop unneded members of struct cpuinfo_x86Mathias Krause1-6/+1
2017-03-11x86/process: Optimize TIF_NOTSC switchThomas Gleixner1-0/+10
2017-03-11x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey1-0/+1
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner1-0/+20
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+4
2017-03-09x86/cpufeature: Add 5-level paging detectionKirill A. Shutemov1-1/+2
2017-03-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+10
2017-03-04Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+11
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-1/+6