aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-20
* KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity2012-04-18
* KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov2012-04-10
* KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-05
* KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-05
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-28
|\
| * KVM: x86: fix kvm_write_tsc() TSC matching thinkoMarcelo Tosatti2012-03-20
| * KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-03-08
| * KVM: Ignore the writes to MSR_K7_HWCR(3)Nicolae Mogoreanu2012-03-08
| * KVM: MMU: make use of ->root_level in reset_rsvds_bits_maskDavidlohr Bueso2012-03-08
| * KVM: PMU: add proper support for fixed counter 2Gleb Natapov2012-03-08
| * KVM: PMU: Fix raw event checkGleb Natapov2012-03-08
| * KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-08
| * KVM: VMX: Fix delayed load of shared MSRsAvi Kivity2012-03-08
| * KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka2012-03-08
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-03-08
| * KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-08
| * KVM: SVM: Fix CPL updatesKevin Wolf2012-03-08
| * KVM: x86 emulator: VM86 segments must have DPL 3Kevin Wolf2012-03-08
| * KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-08
| * KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulationGleb Natapov2012-03-08
| * KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-08
| * KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa2012-03-08
| * KVM: Fix write protection race during dirty loggingTakuya Yoshikawa2012-03-08
| * KVM: VMX: remove yield_on_hltRaghavendra K T2012-03-08
| * KVM: Track TSC synchronization in generationsZachary Amsden2012-03-08
| * KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-08
| * KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-08
| * KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-08
| * KVM: Fix last_guest_tsc / tsc_offset semanticsZachary Amsden2012-03-08
| * KVM: Leave TSC synchronization window open with each new syncZachary Amsden2012-03-08
| * KVM: Improve TSC offset matchingZachary Amsden2012-03-08
| * KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-08
| * KVM: x86: reset edge sense circuit of i8259 on initGleb Natapov2012-03-05
| * KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2012-03-05
| * KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)Julian Stecklina2012-03-05
| * KVM: SVM: comment nested paging and virtualization module parametersDavidlohr Bueso2012-03-05
| * KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-05
| * KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()Takuya Yoshikawa2012-03-05
| * KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hackAvi Kivity2012-03-05
| * KVM: x86 emulator: add 8-bit memory operandsAvi Kivity2012-03-05
| * KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-05
| * KVM: MMU: unnecessary NX state assignmentDavidlohr Bueso2012-03-05
| * KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-05
| * KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-05
| * KVM: MMU: remove the redundant get_written_sptesXiao Guangrong2012-03-05
| * KVM: MMU: Add missing large page accounting to drop_large_spte()Takuya Yoshikawa2012-03-05
| * KVM: MMU: Remove for_each_unsync_children() macroTakuya Yoshikawa2012-03-05
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\ \