aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
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-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-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-20x86/gart: Exclude GART aperture from kcoreKairui Song
2019-04-20x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor
2019-04-20x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead
2019-04-20x86/hyperv: Prevent potential NULL pointer dereferenceKangjie Lu
2019-04-20x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki
2019-04-20x86/mm: Don't leak kernel addressesMatteo Croce
2019-04-17KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr
2019-04-17KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr
2019-04-17x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas
2019-04-17x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas
2019-04-17x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas
2019-04-17x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko
2019-04-17x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-04-17kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes
2019-04-05x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola