aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-02-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-26/+29
2019-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-6/+14
2019-02-10x86/mm: Make set_pmd_at() paravirt awareGravatar Juergen Gross 1-1/+1
2019-02-08x86/mm/cpa: Fix set_mce_nospec()Gravatar Peter Zijlstra 1-25/+25
2019-02-07KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Gravatar Peter Shier 1-0/+1
2019-02-07KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Gravatar Paolo Bonzini 1-0/+7
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingGravatar Kirill A. Shutemov 1-0/+2
2019-02-04perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Gravatar Peter Zijlstra 1-5/+11
2019-02-04perf/x86/intel/uncore: Add Node ID maskGravatar Kan Liang 1-1/+3
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-12/+24
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+3
2019-02-03x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Gravatar Tony Luck 1-0/+1
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configGravatar Johannes Weiner 4-8/+8
2019-02-01x86_64: increase stack size for KASAN_EXTRAGravatar Qian Cai 1-0/+4
2019-02-01x86/kexec: Don't setup EFI info if EFI runtime is not enabledGravatar Kairui Song 1-0/+3
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioGravatar Linus Torvalds 1-3/+30
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismGravatar Thomas Lendacky 1-1/+1
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMGravatar Josh Poimboeuf 2-2/+3
2019-01-29x86/fault: Fix sign-extend unintended sign extensionGravatar Colin Ian King 1-1/+1
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Gravatar Wei Huang 2-1/+9
2019-01-29x86/cpu: Add Atom Tremont (Jacobsville)Gravatar Kan Liang 1-1/+2
2019-01-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-7/+30
2019-01-27Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-18/+16
2019-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-108/+122
2019-01-25KVM: x86: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 6-4/+10
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsGravatar Masahiro Yamada 2-5/+1
2019-01-25x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyGravatar Vitaly Kuznetsov 1-3/+4
2019-01-25KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionGravatar Sean Christopherson 1-66/+73
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsGravatar Yi Wang 2-2/+2
2019-01-25KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Gravatar Vitaly Kuznetsov 1-0/+8
2019-01-25svm: Fix AVIC incomplete IPI emulationGravatar Suravee Suthikulpanit 1-15/+4
2019-01-25svm: Add warning message for AVIC IPI invalid targetGravatar Suravee Suthikulpanit 1-0/+2
2019-01-25KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorGravatar Sean Christopherson 1-2/+5
2019-01-25KVM: x86: Fix PV IPIs for 32-bit KVM hostGravatar Sean Christopherson 1-1/+1
2019-01-25x86/kvm/hyper-v: recommend using eVMCS only when it is enabledGravatar Vitaly Kuznetsov 1-1/+2
2019-01-25x86/kvm/hyper-v: don't recommend doing reset via synthetic MSRGravatar Vitaly Kuznetsov 1-1/+0
2019-01-25kvm: x86/vmx: Use kzalloc for cached_vmcs12Gravatar Tom Roeder 1-4/+8
2019-01-25KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...Gravatar Sean Christopherson 1-1/+1
2019-01-25KVM: x86: Fix single-step debuggingGravatar Alexander Popov 1-2/+1
2019-01-25x86/kvm/hyper-v: don't announce GUEST IDLE MSR supportGravatar Vitaly Kuznetsov 1-1/+0
2019-01-22x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledGravatar Sinan Kaya 1-1/+1
2019-01-20x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Gravatar Will Deacon 1-1/+1
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+10
2019-01-18x86/entry/64/compat: Fix stack switching for XEN PVGravatar Jan Beulich 1-2/+4
2019-01-16xen: Fix x86 sched_clock() interface for xenGravatar Juergen Gross 1-3/+9
2019-01-15x86/intel/lpss: Make PCI dependency explicitGravatar Sinan Kaya 1-1/+1
2019-01-15x86/kexec: Fix a kexec_file_load() failureGravatar Dave Young 2-0/+3
2019-01-15x86/mm/mem_encrypt: Fix erroneous sizeof()Gravatar Peng Hao 1-2/+2
2019-01-15x86/pkeys: Properly copy pkey state at fork()Gravatar Dave Hansen 1-0/+18
2019-01-14always clear the X2APIC_ENABLE bit for PV guestGravatar Talons Lee 1-4/+1