summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li3-4/+7
2017-06-14KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li1-9/+11
2017-06-14kvm: async_pf: fix rcu_irq_enter() with irqs enabledPaolo Bonzini1-1/+1
2017-05-25KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li1-9/+15
2017-05-25KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2-2/+8
2017-05-20KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-05-20um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger1-1/+1
2017-05-20x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings1-1/+1
2017-05-20x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startupAshish Kalra1-1/+1
2017-05-20xen: adjust early dom0 p2m handling to xen hypervisor behaviorJuergen Gross1-3/+4
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek1-0/+3
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek1-0/+12
2017-05-14Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2-8/+0
2017-05-14x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko1-1/+1
2017-05-14kprobes/x86: Fix kernel panic when certain exception-handling addresses are p...Masami Hiramatsu3-5/+5
2017-05-14x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-05-14x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-05-03ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-05-03xen/x86: don't lose event interruptsStefano Stabellini1-3/+3
2017-04-27x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams1-13/+32
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam1-1/+1
2017-04-21mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
2017-04-21kvm: fix page struct leak in handle_vmonPaolo Bonzini1-2/+8
2017-04-21x86/vdso: Plug race between mapping and ELF header setupThomas Gleixner1-1/+1
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-04-21perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra1-0/+3
2017-04-08xen/setup: Don't relocate p2m over existing oneRoss Lagerwall1-3/+3
2017-03-30x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicSumit Semwal1-0/+24
2017-03-30xen: do not re-use pirq number cached in pci device msi msg dataSumit Semwal1-16/+7
2017-03-26xen/qspinlock: Don't kick CPU if IRQ is not initializedRoss Lagerwall1-0/+6
2017-03-26crypto: ghash-clmulni - Fix load failureWang, Rui Y1-0/+26
2017-03-22x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-15KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng1-2/+2
2017-02-26kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner1-32/+24
2017-02-26x86/platform/goldfish: Prevent unconditional loadingThomas Gleixner1-1/+13
2017-02-15Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds1-2/+0
2017-02-09x86/irq: Make irq activate operations symmetricThomas Gleixner2-0/+3
2017-02-09KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-01-26x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko1-0/+2
2017-01-26x86/PCI: Ignore _CRS on Supermicro X8DTH-i/6/iF/6FBjorn Helgaas1-0/+10
2017-01-26ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt1-1/+2
2017-01-19x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba1-1/+1
2017-01-19KVM: x86: Introduce segmented_write_stdSteve Rutherford1-4/+18
2017-01-19KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář1-1/+128
2017-01-19KVM: x86: add asm_safe wrapperRadim Krčmář1-11/+23
2017-01-19KVM: x86: add Align16 instruction flagRadim Krčmář1-8/+12
2017-01-19KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack3-0/+8
2017-01-19KVM: x86: fix emulation of "MOV SS, null selector"Paolo Bonzini1-10/+38
2017-01-12KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong1-2/+7