summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2011-12-27KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa1-8/+10
2011-12-27KVM: x86 emulator: Use opcode::execute for BT familyTakuya Yoshikawa1-39/+38
2011-12-27KVM: x86 emulator: Use opcode::execute for IN/OUTTakuya Yoshikawa1-26/+28
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov1-5/+0
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2-11/+61
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-6/+3
2011-12-27KVM: MMU: Split gfn_to_rmap() into two functionsTakuya Yoshikawa1-9/+17
2011-12-27KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa1-3/+1
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright2-147/+0
2011-12-27KVM: x86: Simplify kvm timer handlerJan Kiszka1-22/+4
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong2-44/+30
2011-12-27KVM: MMU: fix detecting misaligned accessedXiao Guangrong1-0/+8
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', '...Joerg 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