aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-27KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong1-75/+119
2011-12-27KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong1-1/+0
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong3-37/+35
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2-33/+27
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong1-21/+1
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong1-33/+26
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong3-6/+71
2011-12-27KVM: x86: tag the instructions which are used to write page tableXiao Guangrong1-16/+21
2011-12-27KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_writeXiao Guangrong1-5/+20
2011-12-27KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El1-3/+4
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2-5/+13
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-10/+9
2011-12-25KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka1-3/+7
2011-11-17KVM: VMX: Check for automatic switch msr table overflowGleb Natapov1-1/+5
2011-11-17KVM: VMX: Add support for guest/host-only profilingGleb Natapov1-0/+21
2011-11-17KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov1-11/+93
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+2
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka1-1/+0
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into nextJoerg Roedel1-1/+2
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+2
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong4-30/+138
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-17/+31
2011-09-25KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity1-29/+15
2011-09-25KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity1-15/+7
2011-09-25KVM: x86 emulator: streamline decode of segment registersAvi Kivity1-42/+57
2011-09-25KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity1-5/+4
2011-09-25KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity1-93/+63
2011-09-25KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity1-0/+1
2011-09-25KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity1-4/+1
2011-09-25KVM: x86 emulator: free up some flag bits near src, dstAvi Kivity1-4/+4
2011-09-25KVM: x86 emulator: switch src2 to generic decode_operand()Avi Kivity1-25/+26
2011-09-25KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity1-19/+19
2011-09-25KVM: x86 emulator: split dst decode to a generic decode_operand()Avi Kivity1-59/+87
2011-09-25KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity1-17/+17
2011-09-25KVM: x86 emulator: convert group 3 instructions to direct decodeAvi Kivity1-34/+48
2011-09-25KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka1-2/+13
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka3-17/+17
2011-09-25KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka1-10/+9
2011-09-25KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2-4/+3
2011-09-25KVM: x86 emulator: disable writeback for TESTAvi Kivity1-0/+4
2011-09-25KVM: x86 emulator: simplify emulate_1op_rax_rdx()Avi Kivity1-25/+17
2011-09-25KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity1-49/+15
2011-09-25KVM: x86 emulator: simplify emulate_1op()Avi Kivity1-13/+13
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-4/+4
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity1-18/+15
2011-09-25KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity1-46/+44
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian3-0/+31
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El1-3/+1
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El1-10/+21
2011-09-25KVM: L1 TSC handlingNadav Har'El3-4/+28