summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86 emulator: MMX supportAvi Kivity2012-04-161-4/+99
* KVM: x86 emulator: implement movntpsAvi Kivity2012-04-161-1/+6
* KVM: x86: emulate movdqaStefan Hajnoczi2012-04-161-8/+2
* KVM: x86 emulator: add support for vector alignmentAvi Kivity2012-04-161-1/+29
* KVM: SVM: Auto-load on CPUs with SVMJosh Triplett2012-04-161-0/+7
* KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-082-82/+124
* KVM: MMU: Make pte_list_desc fit cache lines wellTakuya Yoshikawa2012-04-081-2/+3
* KVM: x86: add paging gcc optimizationDavidlohr Bueso2012-04-081-1/+1
* KVM: VMX: Auto-load on CPUs with VMXJosh Triplett2012-04-081-0/+7
* KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa2012-04-081-73/+43
* KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-082-15/+33
* KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa2012-04-081-26/+27
* KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-081-0/+22
* KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-081-14/+2
* KVM: SVM: count all irq windows exitJason Wang2012-04-081-1/+1
* KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong2012-04-081-1/+2
* KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
* KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-2811-206/+595
|\
| * KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-201-9/+10
| * KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-081-1/+1
| * KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-081-0/+1
| * KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso2012-03-081-16/+15
| * KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-081-1/+2
| * KVM: PMU: Fix raw event checkGleb Natapov2012-03-081-1/+1
| * KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-081-0/+3
| * KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-081-0/+3
| * KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-081-0/+1
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-081-0/+8
| * KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-083-0/+30
| * KVM: SVM: Fix CPL updatesKevin Wolf2012-03-081-3/+16
| * KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-081-0/+2
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-084-14/+58
| * KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-081-1/+1
| * KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-082-1/+60
| * KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-081-2/+1
| * KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-081-6/+5
| * KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-081-21/+1
| * KVM: Track TSC synchronization in generationsZachary Amsden2012-03-081-8/+33
| * KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-081-5/+88
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-083-3/+7
| * KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-081-8/+3
| * KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-081-4/+6
| * KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-081-1/+0
| * KVM: Improve TSC offset matchingZachary Amsden2012-03-081-15/+29
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-084-54/+66
| * KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-051-0/+1
| * KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-051-0/+19
| * KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-051-1/+1
| * KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-051-2/+4