summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-02-261-5/+4
* KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-241-0/+1
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-14/+96
|\
| * kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-081-0/+6
| * KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+15
| * kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
| * kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+9
| * KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2015-11-251-5/+6
| * kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+6
| * kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-2/+32
| * kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-3/+16
| * kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-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-061-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
| |\ \
| * | | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-10/+24
| * | | KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu2015-10-011-0/+53
| * | | KVM: x86: Update IRTE for posted-interruptsFeng Wu2015-10-011-0/+2
| * | | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+1
| * | | kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.Andrey Smetanin2015-10-011-0/+1
| * | | kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin2015-10-011-0/+7
| * | | kvm: add tracepoint for fast mmioJason Wang2015-10-011-0/+1
| * | | KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford2015-10-011-9/+33
| * | | KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-1/+8
| * | | KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-0/+11
| * | | KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-2/+21