OSDN Git Service

KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / x86 / kvm / x86.c
2020-02-14 Sean ChristophersonKVM: x86/mmu: Apply max PA check for MMIO sptes to...
2020-02-14 Sean ChristophersonKVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
2020-02-14 Marios PomonisKVM: x86: Protect MSR-based index computations from...
2020-02-14 Marios PomonisKVM: x86: Protect DR-based index computations from...
2019-12-21 Paolo BonziniKVM: x86: fix presentation of TSX feature in ARCH_CAPAB...
2019-12-21 Paolo BonziniKVM: x86: do not modify masked bits of shared MSRs
2019-11-16 Pawan Guptakvm/x86: Export MDS_NO=0 to guests when TSX is enabled
2019-11-16 Paolo BonziniKVM: x86: use Intel speculation bugs and features as...
2019-11-16 Sean ChristophersonKVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD...
2019-11-16 Ben HutchingsKVM: Introduce kvm_get_arch_capabilities()
2019-11-16 Junaid Shahidkvm: mmu: Don't read PDPTEs when paging is not enabled
2019-10-05 Sean ChristophersonKVM: x86: Manually calculate reserved bits when loading...
2019-10-05 Jan DakinevichKVM: x86: set ctxt->have_exception in x86_decode_insn()
2019-10-05 Jan DakinevichKVM: x86: always stop emulation on page fault
2019-09-21 Fuqian HuangKVM: x86: work around leak of uninitialized stack contents
2019-09-06 Sean ChristophersonKVM: x86: Don't update RIP or do single-step on faultin...
2019-07-21 Paolo BonziniKVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with...
2019-07-21 Paolo Bonzinikvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR
2019-07-10 Paolo BonziniKVM: x86: degrade WARN to pr_warn_ratelimited
2019-07-10 Wanpeng LiKVM: X86: Fix scan ioapic use-before-initialization
2019-06-11 Paolo BonziniKVM: x86: fix return value for reserved EFER
2019-06-11 Sean ChristophersonKVM: x86: Skip EFER vs. guest CPUID checks for host...
2019-05-16 Paolo BonziniKVM: fail KVM_SET_VCPU_EVENTS with invalid exception...
2019-03-23 Wanpeng LiKVM: X86: Fix residual mmio emulation request to userspace
2019-02-20 Paolo BonziniKVM: x86: work around leak of uninitialized stack conte...
2019-02-06 Alexander PopovKVM: x86: Fix single-step debugging
2019-01-13 Vitaly Kuznetsovx86/kvm/vmx: do not use vm-exit instruction length...
2018-12-17 Tom LendackyKVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
2018-12-17 KarimAllah AhmedKVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
2018-12-17 KarimAllah AhmedKVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
2018-10-20 Andy Lutomirskix86/fpu: Remove use_eager_fpu()
2018-10-20 Paolo BonziniKVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
2018-06-16 Paolo Bonzinikvm: x86: use correct privilege level for sgdt/sidt...
2018-06-16 Paolo BonziniKVM: x86: pass kvm_vcpu to kvm_read_guest_virt and...
2018-05-30 Paolo Bonzinikvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
2018-02-25 Wanpeng LiKVM: async_pf: Fix #DF due to inject "Page not Present...
2018-02-25 Wanpeng LiKVM: x86: fix escape of guest dr6 to the host
2018-02-03 Liran AlonKVM: x86: emulator: Return to user-mode on L1 CPL=0...
2018-01-17 Wanpeng LiKVM: Fix stack-out-of-bounds read in write_mmio
2018-01-05 Dave Hansenkaiser: enhanced by kernel and user PCIDs
2018-01-02 Wanpeng LiKVM: X86: Fix load RFLAGS w/o the fixed bit
2017-12-25 Wanpeng LiKVM: x86: correct async page present tracepoint
2017-12-05 Paolo BonziniKVM: x86: inject exceptions produced by x86_decode_insn
2017-12-05 Liran AlonKVM: x86: pvclock: Handle first-time write to pvclock...
2017-11-21 Paolo BonziniKVM: x86: fix singlestepping over syscall
2017-07-05 Radim KrčmářKVM: x86: zero base3 of unusable segments
2017-07-05 Ladi ProsekKVM: x86: fix emulation of RSM and IRET instructions
2017-07-05 Dmitry VyukovKVM: x86: fix fixing of hypercalls
2017-06-14 Wanpeng LiKVM: async_pf: avoid async pf injection when in guest...
2017-05-25 Wanpeng LiKVM: X86: Fix read out-of-bounds vulnerability in kvm...
2017-05-25 Wanpeng LiKVM: x86: Fix load damaged SSEx MXCSR register
2017-05-20 David HildenbrandKVM: x86: fix user triggerable warning in kvm_apic_acce...
2017-02-09 Radim KrčmářKVM: x86: do not save guest-unsupported XSAVE state
2017-01-19 David MatlackKVM: x86: flush pending lapic jump label updates on...
2017-01-12 Xiao GuangrongKVM: x86: reset MMU on KVM_SET_VCPU_EVENTS
2016-11-26 Ignacio AlvaradoKVM: Disable irq while unregistering user notifier
2016-11-26 Paolo BonziniKVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addr
2016-11-10 Ido YarivKVM: x86: fix wbinvd_dirty_mask use-after-free
2016-09-24 Paolo BonziniRevert "KVM: x86: fix missed hardware breakpoints"
2016-06-24 Paolo BonziniKVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
2016-05-04 David Matlackkvm: x86: do not leak guest xcr0 into host interrupt...
2016-04-20 Yuki ShibuyaKVM: x86: Inject pending interrupt even if pending...
2016-04-12 Paolo BonziniKVM: x86: fix missed hardware breakpoints
2016-03-09 Paolo BonziniKVM: x86: fix root cause for missed hardware breakpoints
2016-03-03 Paolo BonziniKVM: x86: fix missed hardware breakpoints
2016-01-31 Paolo BonziniKVM: x86: expose MSR_TSC_AUX to userspace
2016-01-09 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-01-09 Linus TorvaldsMerge tag 'pci-v4.4-fixes-4' of git://git./linux/kernel...
2016-01-09 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2016-01-08 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-01-08 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-01-08 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-01-08 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2016-01-07 Linus TorvaldsMerge tag 'trace-v4.4-rc4-4' of git://git./linux/kernel...
2016-01-07 Paolo Bonzinikvm: x86: only channel 0 of the i8254 is linked to...
2016-01-07 Dave AirlieMerge branch 'linux-4.4' of git://github.com/skeggsb...
2016-01-07 Linus TorvaldsMerge tag 'for-linus-20160106' of git://git.infradead...
2016-01-06 Takashi IwaiMerge tag 'asoc-fix-v4.4-rc8' of git://git./linux/kerne...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/rt5645' into...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/dapm' into asoc...
2016-01-05 Mark BrownMerge remote-tracking branch 'asoc/fix/arizona' into...
2016-01-05 Linus TorvaldsMerge tag 'trace-v4.4-rc4-3' of git://git./linux/kernel...
2016-01-05 Linus TorvaldsMerge branch 'stable' of git://git./linux/kernel/git...
2016-01-03 Linus TorvaldsMerge tag 'drm-intel-fixes-2016-01-02' of git://anongit...
2015-12-31 Linus TorvaldsMerge tag 'pci-v4.4-fixes-3' of git://git./linux/kernel...
2015-12-31 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-12-30 David S. MillerMerge tag 'wireless-drivers-for-davem-2015-12-28' of...
2015-12-29 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2015-12-28 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2015-12-28 Linus TorvaldsMerge branch 'for-linus2' of git://git./linux/kernel...
2015-12-28 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2015-12-28 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2015-12-27 Linus TorvaldsMerge tag 'pm+acpi-4.4-rc7' of git://git./linux/kernel...
2015-12-27 Linus TorvaldsMerge tag 'md/4.4-rc6-fix' of git://neil.brown.name/md
2015-12-27 Linus TorvaldsMerge tag 'upstream-4.4-rc7' of git://git.infradead...
2015-12-27 Linus TorvaldsMerge tag 'trace-v4.4-rc4-2' of git://git./linux/kernel...
2015-12-26 Linus TorvaldsMerge tag 'arc-4.4-rc7-fixes' of git://git./linux/kerne...
2015-12-25 Linus TorvaldsMerge branch 'parisc-4.4-4' of git://git./linux/kernel...
2015-12-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc
2015-12-23 Linus TorvaldsMerge tag 'sound-4.4-rc7' of git://git./linux/kernel...
next