summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka2009-12-031-6/+14
* KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti2009-12-031-0/+6
* KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2009-12-031-8/+22
* KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2009-12-031-1/+3
* KVM: remove duplicated task_switch checkGleb Natapov2009-12-031-5/+0
* KVM: x86 shared msr infrastructureAvi Kivity2009-12-031-0/+81
* KVM: allow userspace to adjust kvmclock offsetGlauber Costa2009-12-031-1/+41
* KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka2009-12-031-19/+28
* KVM: Xen PV-on-HVM guest supportEd Swierk2009-12-031-0/+46
* KVM: x86: Drop unneeded CONFIG_HAS_IOMEM checkJan Kiszka2009-12-031-2/+0
* KVM: x86: Harden against cpufreqZachary Amsden2009-12-031-4/+12
* KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel2009-12-031-0/+1
* KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel2009-12-031-0/+1
* KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel2009-12-031-0/+1
* KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel2009-12-031-0/+1
* KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel2009-12-031-0/+1
* KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel2009-12-031-0/+1
* KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa2009-12-031-4/+8
* KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka2009-12-031-32/+45
* KVM: x86: disable paravirt mmu reportingMarcelo Tosatti2009-12-031-2/+2
* KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka2009-12-031-7/+21
* KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela2009-12-031-1/+0
* KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden2009-12-031-10/+16
* KVM: Separate timer intialization into an indepedent functionZachary Amsden2009-12-031-8/+15
* KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-2/+2
* KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
* KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
* KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-8/+2
* KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-031-26/+24
* KVM: get_tss_base_addr() should return a gpa_tGleb Natapov2009-11-041-1/+1
* KVM: x86: Catch potential overrun in MCE setupJan Kiszka2009-11-041-1/+1
* KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity2009-10-041-0/+2
* Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-141-239/+576
|\
| * KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2009-09-101-0/+13
| * KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti2009-09-101-2/+0
| * KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity2009-09-101-15/+7
| * KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity2009-09-101-0/+3
| * KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov2009-09-101-8/+2
| * KVM: Rename x86_emulate.c to emulate.cAvi Kivity2009-09-101-1/+1
| * KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori2009-09-101-1/+8
| * KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov2009-09-101-0/+2
| * KVM: ignore reads to perfctr msrsAmit Shah2009-09-101-0/+3
| * KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka2009-09-101-0/+6
| * KVM: report 1GB page support to userspaceJoerg Roedel2009-09-101-1/+2
| * KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov2009-09-101-0/+2
| * KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-0/+19
| * KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita2009-09-101-3/+2
| * KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita2009-09-101-13/+5
| * KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-2/+4
| * KVM: Move exception handling to the same place as other eventsGleb Natapov2009-09-101-12/+9
OpenPOWER on IntegriCloud