aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+96
2016-01-08kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin1-0/+6
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini1-0/+15
2016-01-07kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause1-1/+2
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini1-1/+2
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-2/+6
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin1-0/+9
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini1-2/+2
2015-11-25KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini1-5/+6
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin1-0/+6
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin1-2/+32
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin1-3/+16
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin1-5/+6
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell1-2/+4
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell1-0/+1
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injectionMatt Gingell1-24/+19
2015-11-18KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell1-14/+19
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+137
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini1-1/+1
2015-11-10KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang1-2/+4
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang1-3/+8
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang1-0/+14
2015-11-10KVM: x86: Replace call-back compute_tsc_offset() with a common functionHaozhong Zhang1-3/+12
2015-11-10KVM: x86: Replace call-back set_tsc_khz() with a common functionHaozhong Zhang1-5/+41
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang1-1/+39
2015-11-10KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_archHaozhong Zhang1-1/+8
2015-11-10KVM: x86: Collect information for setting TSC scaling ratioHaozhong Zhang1-0/+4
2015-11-10KVM: x86: declare a few variables as __read_mostlyPaolo Bonzini1-7/+7
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-59/+197
2015-11-04KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek1-1/+3
2015-11-04KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář1-0/+10
2015-11-04KVM: x86: removing unused variableSaurabh Sengar1-11/+5
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+14
2015-10-16KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti1-7/+2
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář1-1/+3
2015-10-14Merge branch 'kvm-master' into HEADPaolo Bonzini1-1/+1
2015-10-14KVM: x86: fix previous commit for 32-bitPaolo Bonzini1-1/+1
2015-10-13Merge branch 'kvm-master' into HEADPaolo Bonzini1-60/+75
2015-10-13KVM: x86: fix SMI to halted VCPUPaolo Bonzini1-0/+3
2015-10-13KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini1-10/+29
2015-10-13KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini1-32/+30
2015-10-13KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini1-18/+13
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu1-10/+24
2015-10-01KVM: x86: select IRQ_BYPASS_MANAGERFeng Wu1-0/+53
2015-10-01KVM: x86: Update IRTE for posted-interruptsFeng Wu1-0/+2
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-0/+1
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.Andrey Smetanin1-0/+1
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin1-0/+7
2015-10-01kvm: add tracepoint for fast mmioJason Wang1-0/+1