summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti2009-02-151-1/+3
* KVM: Fix racy in kvm_free_assigned_irqSheng Yang2009-02-151-1/+1
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
* KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-1/+2
* KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2008-12-311-26/+2
* KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-1/+0
* KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti2008-12-311-1/+1
* KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti2008-12-311-0/+4
* KVM: Fix cpuid iteration on multiple leaves per eacNitin A Kamble2008-12-311-1/+2
* KVM: Fix cpuid leaf 0xb loop terminationNitin A Kamble2008-12-311-1/+1
* KVM: Enable Function Level Reset for assigned deviceSheng Yang2008-12-311-1/+1
* KVM: allow emulator to adjust rip for emulated pio instructionsGuillaume Thouvenin2008-12-311-2/+0
* KVM: x86: Fix typo in function nameAmit Shah2008-12-311-5/+5
* KVM: Enable MTRR for EPTSheng Yang2008-12-311-1/+1
* KVM: VMX: Add PAT support for EPTSheng Yang2008-12-311-1/+1
* KVM: Improve MTRR structureSheng Yang2008-12-311-2/+59
* KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callbackGleb Natapov2008-12-311-1/+1
* KVM: x86: Support for user space injected NMIsJan Kiszka2008-12-311-2/+44
* KVM: x86: VCPU with pending NMI is runnabledJan Kiszka2008-12-311-1/+2
* KVM: x86: Reset pending/inject NMI state on CPU resetJan Kiszka2008-12-311-0/+3
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-281-1/+5
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-228/+324
|\
| * KVM: Move device assignment logic to common codeXiantao Zhang2008-10-151-255/+0
| * KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka2008-10-151-2/+2
| * KVM: PIC: enhance IPI avoidanceMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-0/+3
| * KVM: x86: trap invlpgMarcelo Tosatti2008-10-151-0/+1
| * KVM: MMU: sync roots on mmu reloadMarcelo Tosatti2008-10-151-0/+1
| * KVM: don't enter guest after SIPI was received by a CPUGleb Natapov2008-10-151-1/+1
| * KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison2008-10-151-1/+1
| * KVM: switch to get_user_pages_fastMarcelo Tosatti2008-10-151-6/+0
| * KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah2008-10-151-41/+45
| * KVM: Device Assignment with VT-dBen-Ami Yassour2008-10-151-0/+14
| * KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti2008-10-151-0/+6
| * KVM: x86: do not execute halted vcpusMarcelo Tosatti2008-10-151-45/+55
| * KVM: Add statistics for guest irq injectionsAvi Kivity2008-10-151-0/+1
| * KVM: add MC5_MISC msr read supportJoerg Roedel2008-10-151-0/+1
| * KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity2008-10-151-1/+1
| * KVM: Load real mode segments correctlyAvi Kivity2008-10-151-0/+22
| * KVM: make irq ack notifier functions staticHarvey Harrison2008-10-151-1/+1
| * KVM: Use kvm_set_irq to inject interruptsAmit Shah2008-10-151-7/+1
| * KVM: Device assignment: Check for privileges before assigning irqAmit Shah2008-10-151-0/+5
| * KVM: set debug registers after "schedulable" sectionMarcelo Tosatti2008-10-151-5/+4
| * KVM: Reduce stack usage in kvm_arch_vcpu_ioctl()Dave Hansen2008-10-151-8/+15
| * KVM: Reduce kvm stack usage in kvm_arch_vm_ioctl()Dave Hansen2008-10-151-27/+45
| * KVM: pci device assignmentBen-Ami Yassour2008-10-151-0/+243
| * KVM: Ignore DEBUGCTL MSRs with no effectAlexander Graf2008-10-151-0/+17
| * KVM: Clear exception queue before emulating an instructionAvi Kivity2008-10-151-0/+2
| * KVM: x86: accessors for guest registersMarcelo Tosatti2008-10-151-130/+138
* | misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-1/+1
|/
OpenPOWER on IntegriCloud