summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | 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
| * | | KVM: x86: unify handling of interrupt windowPaolo Bonzini2015-10-011-2/+2
| * | | KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-9/+9
| * | | KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-5/+3
| * | | KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini2015-10-011-4/+1
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-031-13/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-13/+14
* | | | KVM: x86: fix previous commit for 32-bitPaolo Bonzini2015-10-141-1/+1
| |_|/ |/| |
* | | KVM: x86: fix SMI to halted VCPUPaolo Bonzini2015-10-131-0/+3
* | | KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini2015-10-131-10/+29
* | | KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini2015-10-131-32/+30
* | | KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini2015-10-131-18/+13
| |/ |/|
* | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-281-4/+0
* | KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-09-211-0/+2
* | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-101-0/+2
|\
| * kvm: compile process_smi_save_seg_64() only for x86_64Alexander Kuleshov2015-09-061-0/+2
OpenPOWER on IntegriCloud