summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2011-09-25KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementationsAvi Kivity
2011-09-25KVM: x86 emulator: simplify emulate_1op()Avi Kivity
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity
2011-09-25KVM: x86 emulator: simplify emulate_2op_cl()Avi Kivity
2011-09-25KVM: x86 emulator: simplify emulate_2op_SrcV()Avi Kivity
2011-09-25KVM: APIC: avoid instruction emulation for EOI writesKevin Tian
2011-09-25KVM: SVM: Fix TSC MSR read in nested SVMNadav Har'El
2011-09-25KVM: nVMX: Fix nested VMX TSC emulationNadav Har'El
2011-09-25KVM: L1 TSC handlingNadav Har'El
2011-09-25KVM: MMU: Fix SMEP failure during fetchYang, Wei Y
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity
2011-09-25KVM: VMX: trivial: use BUG_ONJulia Lawall
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa
2011-09-25KVM: x86 emulator: Let compiler know insn_fetch() rarely failsTakuya Yoshikawa
2011-09-25KVM: x86 emulator: Drop _size argument from insn_fetch()Takuya Yoshikawa
2011-09-25KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()Takuya Yoshikawa
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi
2011-09-25KVM: Record instruction set in all vmexit tracepointsStefan Hajnoczi
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong
2011-09-25KVM: x86 emulator: fix Src2CL decodeAvi Kivity
2011-09-25KVM: MMU: fix incorrect return of spteZhao Jin
2011-08-16Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-08-16KVM: uses TASKSTATS, depends on NETRandy Dunlap
2011-07-27KVM: fix TASK_DELAY_ACCT kconfig warningRandy Dunlap
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong