aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-05-14x86/speculation: Consolidate CPU whitelistsThomas Gleixner
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-10perf/x86/intel: Initialize TFA MSRPeter Zijlstra
2019-05-10perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian
2019-05-08x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra
2019-05-08x86/mm: Fix a crash with kmemleak_scan()Qian Cai
2019-05-08x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-05-08x86/mce: Improve error message when kernel cannot recover, p2Tony Luck
2019-05-08KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson
2019-05-08kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang
2019-05-08KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()Sean Christopherson
2019-05-08KVM: VMX: Save RSI to an unused output in the vCPU-run asm blobSean Christopherson
2019-05-08perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips
2019-05-08KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes
2019-05-08KVM: lapic: Convert guest TSC to host time domain if necessarySean Christopherson
2019-05-08KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson
2019-05-08KVM: lapic: Track lapic timer advance per vCPUSean Christopherson
2019-05-08KVM: x86: Consider LAPIC TSC-Deadline timer expired if deadline too shortLiran Alon
2019-05-08KVM: lapic: Disable timer advancement if adaptive tuning goes haywireSean Christopherson
2019-05-07Merge tag 'v5.0.13' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.12' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.11' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.10' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.9' into v5.0/standard/baseBruce Ashfield
2019-05-07Merge tag 'v5.0.8' into v5.0/standard/baseBruce Ashfield
2019-05-05KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson
2019-05-05KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-05-04x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov
2019-05-04kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li
2019-05-04KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh
2019-05-04KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPTSean Christopherson
2019-05-04x86/mm: Don't exceed the valid physical address spaceRalph Campbell
2019-05-04x86/realmode: Don't leak the trampoline kernel addressMatteo Croce
2019-05-02x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann
2019-05-02x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann
2019-05-02perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan
2019-04-29tracing/x86: Fix compilation failure when CONFIG_TRACE_IRQFLAGS is offHe Zhe
2019-04-27x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner
2019-04-27perf/x86: Fix incorrect PEBS_REGSKan Liang
2019-04-27x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-04-27perf/x86/amd: Add event map for AMD Family 17hKim Phillips
2019-04-27x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-04-27x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-04-27KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-04-26tracing/x86: Save CR2 before tracing irqsoff on error_entrySteven Rostedt (VMware)