summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-171-1/+5
* KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-171-0/+21
* KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-171-11/+93
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-1/+2
|\
| *-. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-211-1/+2
| |\ \
| | | * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+2
| | |/
* | | KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka2011-10-301-1/+0
* | | KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-054-30/+138
* | | KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-17/+31
* | | KVM: x86 emulator: convert push %sreg/pop %sreg to direct decodeAvi Kivity2011-09-251-29/+15
* | | KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decodeAvi Kivity2011-09-251-15/+7
* | | KVM: x86 emulator: streamline decode of segment registersAvi Kivity2011-09-251-42/+57
* | | KVM: x86 emulator: simplify OpMem64 decodeAvi Kivity2011-09-251-5/+4
* | | KVM: x86 emulator: switch src decode to decode_operand()Avi Kivity2011-09-251-93/+63
* | | KVM: x86 emulator: qualify OpReg inhibit_byte_regs hackAvi Kivity2011-09-251-0/+1
* | | KVM: x86 emulator: switch OpImmUByte decode to decode_imm()Avi Kivity2011-09-251-4/+1
* | | KVM: x86 emulator: free up some flag bits near src, dstAvi Kivity2011-09-251-4/+4
* | | KVM: x86 emulator: switch src2 to generic decode_operand()Avi Kivity2011-09-251-25/+26
* | | KVM: x86 emulator: expand decode flags to 64 bitsAvi Kivity2011-09-251-19/+19
* | | KVM: x86 emulator: split dst decode to a generic decode_operand()Avi Kivity2011-09-251-59/+87
* | | KVM: x86 emulator: move memop, memopp into emulation contextAvi Kivity2011-09-251-17/+17
* | | KVM: x86 emulator: convert group 3 instructions to direct decodeAvi Kivity2011-09-251-34/+48
* | | KVM: x86: Add module parameter for lapic periodic timer limitJan Kiszka2011-09-251-2/+13
* | | KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-253-17/+17
* | | KVM: x86: Avoid guest-triggerable printks in APIC modelJan Kiszka2011-09-251-10/+9
* | | KVM: x86: Move kvm_trace_exit into atomic vmexit sectionJan Kiszka2011-09-252-4/+3
* | | KVM: x86 emulator: disable writeback for TESTAvi Kivity2011-09-251-0/+4
* | | KVM: x86 emulator: simplify emulate_1op_rax_rdx()Avi Kivity2011-09-251-25/+17
* | | KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity2011-09-251-49/+15
* | | KVM: x86 emulator: simplify emulate_1op()Avi Kivity2011-09-251-13/+13
* | | KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity2011-09-251-4/+4
* | | KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity2011-09-251-18/+15
* | | KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity2011-09-251-46/+44
* | | KVM: APIC: avoid instruction emulation for EOI writesKevin Tian2011-09-253-0/+31
* | | KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El2011-09-251-3/+1
* | | KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El2011-09-251-10/+21
* | | KVM: L1 TSC handlingNadav Har'El2011-09-253-4/+28
* | | KVM: MMU: Fix SMEP failure during fetchYang, Wei Y2011-09-251-9/+13
* | | KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity2011-09-254-9/+20
* | | KVM: VMX: trivial: use BUG_ONJulia Lawall2011-09-251-2/+1
* | | KVM: x86: report valid microcode update IDMarcelo Tosatti2011-09-251-1/+3
* | | KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa2011-09-252-7/+7
* | | KVM: x86 emulator: Let compiler know insn_fetch() rarely failsTakuya Yoshikawa2011-09-251-3/+3
* | | KVM: x86 emulator: Drop _size argument from insn_fetch()Takuya Yoshikawa2011-09-251-22/+22
* | | KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()Takuya Yoshikawa2011-09-251-36/+43
* | | KVM: Intelligent device lookup on I/O busSasha Levin2011-09-254-23/+101
* | | KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-253-105/+100
* | | KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi2011-09-252-6/+12
* | | KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-1/+2
* | | KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-0/+2
OpenPOWER on IntegriCloud