summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov
2009-09-10KVM: ignore reads to perfctr msrsAmit Shah
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