summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2019-11-06perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky
2019-11-06x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang
2019-11-06x86/xen: Return from panic notifierBoris Ostrovsky
2019-11-06efi/x86: Do not clean dummy variable in kexec pathDave Young
2019-11-06x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang
2019-10-29x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson
2019-10-29x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl
2019-10-29xen/efi: Set nonblocking callbacksRoss Lagerwall
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-10-11KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson
2019-10-11x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar
2019-10-11KVM: nVMX: handle page fault in vmread fixJack Wang
2019-10-11KVM: X86: Fix userspace set invalid CR4Wanpeng Li
2019-10-05KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich
2019-10-05KVM: x86: always stop emulation on page faultJan Dakinevich
2019-10-05x86/cpu: Add Tiger Lake to Intel familyGayatri Kammela
2019-10-05x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu
2019-10-05x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner
2019-10-05x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman
2019-10-05x86/apic: Soft disable APIC before initializing itThomas Gleixner
2019-10-05x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat
2019-10-05x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner
2019-09-21x86/hyper-v: Fix overflow bug in fill_gva_list()Tianyu Lan
2019-09-21x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra
2019-09-21perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips
2019-09-21perf/x86/intel: Restrict period on NehalemJosh Hunt
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner
2019-09-19x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds
2019-09-19x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl
2019-09-19KVM: nVMX: handle page fault in vmreadPaolo Bonzini
2019-09-19KVM: x86: work around leak of uninitialized stack contentsFuqian Huang
2019-09-16KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li
2019-09-16KVM: VMX: Fix handling of #MC that occurs during VM-EntrySean Christopherson
2019-09-16KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad valueSean Christopherson
2019-09-16KVM: x86: optimize check for valid PAT valuePaolo Bonzini
2019-09-16kvm: Check irqchip mode before assign irqfdPeter Xu
2019-09-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson
2019-09-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao
2019-09-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-09-16x86/kvmclock: set offset for kvm unstable clockPavel Tatashin
2019-09-16KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson
2019-09-16x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov
2019-09-16KVM: hyperv: define VP assist page helpersLadi Prosek
2019-09-16KVM: x86: hyperv: keep track of mismatched VP indexesVitaly Kuznetsov
2019-09-16KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variablesVitaly Kuznetsov
2019-09-16KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUSVitaly Kuznetsov
2019-09-16x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu
2019-09-16x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds