summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar62-879/+1042
2017-04-11Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar61-873/+1038
2017-04-08Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"Thomas Gleixner1-1/+20
2017-04-04x86/espfix: Add support for 5-level pagingKirill A. Shutemov2-6/+8
2017-04-04x86/kasan: Extend KASAN to support 5-level pagingKirill A. Shutemov1-2/+16
2017-04-04x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=yKirill A. Shutemov4-2/+71
2017-04-04x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov4-14/+41
2017-04-04x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov5-5/+30
2017-04-04x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assertKirill A. Shutemov1-5/+2
2017-04-04x86/boot: Detect 5-level paging supportKirill A. Shutemov4-4/+33
2017-04-03Merge tag 'v4.11-rc5' into x86/mm, to refresh the branchIngo Molnar34-101/+269
2017-04-03x86/mm/numa: Remove numa_nodemask_from_meminfo()Wei Yang1-20/+1
2017-04-03x86/mm/numa: Improve alloc_node_data() error path messageWei Yang1-2/+2
2017-04-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-30/+49
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-5/+10
2017-04-01kasan: do not sanitize kexec purgatoryMike Galbraith1-0/+1
2017-03-31x86/mm: Make in_compat_syscall() work during execDmitry Safonov1-21/+46
2017-03-31x86/boot: Include missing header fileZhengyi Shen1-0/+1
2017-03-31x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-03-31x86/boot: Fix Sparse warning by including required header fileZhengyi Shen1-0/+1
2017-03-31x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov1-8/+7
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf3-22/+37
2017-03-30x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski1-34/+7
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar5-24/+13
2017-03-30x86/dump_pagetables: Add support for 5-level pagingKirill A. Shutemov1-14/+45
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini3-0/+10
2017-03-28KVM: nVMX: fix nested EPT detectionLadi Prosek1-4/+1
2017-03-27x86: Convert the rest of the code to support p4d_tKirill A. Shutemov10-127/+387
2017-03-27x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4dXiong Zhang2-96/+150
2017-03-27x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>Kirill A. Shutemov1-2/+13
2017-03-27x86/mm/pat: Add 5-level paging supportKirill A. Shutemov1-14/+40
2017-03-27x86/efi: Add 5-level paging supportKirill A. Shutemov1-10/+26
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov3-3/+16
2017-03-24x86/mm/KASLR: Exclude EFI region from KASLR VA space randomizationBaoquan He1-2/+2
2017-03-23KVM: VMX: Fix enable VPID conditionsWanpeng Li1-1/+8
2017-03-23KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li1-3/+4
2017-03-23KVM: x86: correct async page present tracepointWanpeng Li1-1/+1
2017-03-23kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson1-1/+17
2017-03-23KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu1-2/+2
2017-03-23KVM: x86: check existance before destroyPeter Xu2-0/+6
2017-03-23Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar18-86/+249
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski3-15/+17
2017-03-23x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpersAndy Lutomirski2-22/+2
2017-03-23x86/boot/32: Defer resyncing initial_page_table until per-cpu is set upAndy Lutomirski2-15/+21
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski1-1/+1
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski2-2/+8
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra3-5/+10
2017-03-22x86/mce: Fix copy/paste error in exception table entriesTony Luck1-1/+1
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis2-4/+7
2017-03-21um/arch_prctl: Fix fallout from x86 arch_prctl() reworkKyle Huey1-1/+1