summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov1-1/+1
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka1-1/+1
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity1-0/+2
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-239/+576
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity1-0/+13
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti1-2/+0
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity1-15/+7
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity1-0/+3
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov1-8/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity1-1/+1
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori1-1/+8
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov1-0/+2
2009-09-10KVM: ignore reads to perfctr msrsAmit Shah1-0/+3
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka1-0/+6
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel1-1/+2
2009-09-10KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov1-0/+2
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang1-0/+19
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita1-3/+2
2009-09-10KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita1-13/+5
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov1-2/+4
2009-09-10KVM: Move exception handling to the same place as other eventsGleb Natapov1-12/+9
2009-09-10KVM: add ioeventfd supportGregory Haskins1-0/+1
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon1-1/+58
2009-09-10KVM: Always report x2apic as supported featureGleb Natapov1-0/+3
2009-09-10KVM: No need to kick cpu if not in a guest modeGleb Natapov1-0/+1
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara1-0/+8
2009-09-10Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka1-7/+1
2009-09-10KVM: handle AMD microcode MSRAndre Przywara1-0/+1
2009-09-10KVM: x2apic interface to lapicGleb Natapov1-1/+6
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov1-2/+2
2009-09-10KVM: Trace mmioAvi Kivity1-1/+10
2009-09-10KVM: Ignore PCI ECS I/O enablementAndre Przywara1-0/+3
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin1-78/+32
2009-09-10KVM: switch pit creation to slots_lockMichael S. Tsirkin1-2/+2
2009-09-10KVM: introduce module parameter for ignoring unknown MSRs accessesAndre Przywara1-4/+20
2009-09-10KVM: ignore reads from AMDs C1E enabled MSRAndre Przywara1-0/+1
2009-09-10KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara1-0/+8
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti1-0/+12
2009-09-10KVM: Allow emulation of syscalls instructions on #UDAndre Przywara1-7/+26
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti1-29/+19
2009-09-10KVM: Replace pending exception by PF if it happens seriallyGleb Natapov1-7/+13
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara1-0/+30
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov1-13/+12
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov1-2/+2
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity1-1/+1
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti1-10/+9
2009-09-10KVM: Cache pdptrsAvi Kivity1-0/+8
2009-09-10KVM: cleanup io_device codeGregory Haskins1-1/+1
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka1-1/+11
2009-09-10KVM: irqfdGregory Haskins1-0/+1