summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel
2009-09-10KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita
2009-09-10KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov
2009-09-10KVM: Move exception handling to the same place as other eventsGleb Natapov
2009-09-10KVM: add ioeventfd supportGregory Haskins
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon
2009-09-10KVM: Always report x2apic as supported featureGleb Natapov
2009-09-10KVM: No need to kick cpu if not in a guest modeGleb Natapov
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara
2009-09-10Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka
2009-09-10KVM: handle AMD microcode MSRAndre Przywara
2009-09-10KVM: x2apic interface to lapicGleb Natapov
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov
2009-09-10KVM: Trace mmioAvi Kivity
2009-09-10KVM: Ignore PCI ECS I/O enablementAndre Przywara
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin
2009-09-10KVM: switch pit creation to slots_lockMichael S. Tsirkin
2009-09-10KVM: introduce module parameter for ignoring unknown MSRs accessesAndre Przywara
2009-09-10KVM: ignore reads from AMDs C1E enabled MSRAndre Przywara
2009-09-10KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti
2009-09-10KVM: Allow emulation of syscalls instructions on #UDAndre Przywara
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-09-10KVM: Replace pending exception by PF if it happens seriallyGleb Natapov
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka
2009-09-10KVM: irqfdGregory Haskins
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov
2009-09-10KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin
2009-09-10KVM: Use MSR names in place of addressJaswinder Singh Rajput
2009-09-10KVM: Add MCE supportHuang Ying
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-08-24Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar
2009-08-09x86: Use printk_once()Marcin Slusarz
2009-08-05KVM: x86: verify MTRR/PAT validityMarcelo Tosatti
2009-08-05KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka
2009-06-28KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah
2009-06-10KVM: Disable CR8 intercept if tpr patching is activeGleb Natapov
2009-06-10KVM: Do not migrate pending software interrupts.Gleb Natapov
2009-06-10KVM: Always request IRQ/NMI window if an interrupt is pendingGleb Natapov