summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-12-051-0/+2
* KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-12-051-0/+3
* KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-11-211-30/+22
* KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-07-051-0/+2
* KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-07-051-3/+12
* KVM: x86: fix fixing of hypercallsDmitry Vyukov2017-07-051-1/+2
* KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-141-2/+1
* KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-251-9/+15
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-251-2/+7
* KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand2017-05-201-0/+12
* KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář2017-02-091-0/+1
* KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-191-0/+1
* KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong2017-01-121-2/+7
* KVM: Disable irq while unregistering user notifierIgnacio Alvarado2016-11-261-2/+11
* KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini2016-11-261-0/+3
* KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-11-101-1/+3
* Revert "KVM: x86: fix missed hardware breakpoints"Paolo Bonzini2016-09-241-1/+0
* KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-241-0/+5
* kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack2016-05-041-6/+4
* KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya2016-04-201-10/+10
* KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-04-121-0/+1
* KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-03-091-5/+4
* KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-03-031-0/+1
* KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2016-01-311-5/+6
* kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-071-1/+2
* KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig2015-12-221-2/+6
* kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-2/+2
* KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell2015-11-181-2/+4
* KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell2015-11-181-0/+1
* KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell2015-11-181-24/+19
* KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell2015-11-181-14/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-121-22/+137
|\
| * KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
| * KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang2015-11-101-2/+4
| * KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-3/+8
| * KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang2015-11-101-0/+14
| * KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang2015-11-101-3/+12
| * KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang2015-11-101-5/+41
| * KVM: x86: Add a common TSC scaling functionHaozhong Zhang2015-11-101-1/+39
| * KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang2015-11-101-1/+8
| * KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang2015-11-101-0/+4
| * KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini2015-11-101-7/+7
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-59/+197
|\|
| * KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek2015-11-041-1/+3
| * KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2015-11-041-0/+10
| * KVM: x86: removing unused variableSaurabh Sengar2015-11-041-11/+5
| * KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2015-10-161-7/+2
| * KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2015-10-141-1/+3
| * Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-141-1/+1
| |\
| * \ Merge branch 'kvm-master' into HEADPaolo Bonzini2015-10-131-60/+75
| |\ \