summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: MMU: remove unnecessary checkXiao Guangrong2012-09-101-5/+0
| * KVM: Depend on HIGH_RES_TIMERSLiu, Jinsong2012-09-101-0/+1
| * KVM: Improve wording of KVM_SET_USER_MEMORY_REGION documentationJan Kiszka2012-09-091-11/+11
| * KVM: use symbolic constant for nr interruptsMichael S. Tsirkin2012-09-061-2/+2
| * KVM: emulator: optimize "rep ins" handlingGleb Natapov2012-09-062-6/+31
| * KVM: emulator: string_addr_inc() cleanupGleb Natapov2012-09-061-7/+4
| * KVM: emulator: make x86 emulation modes enum instead of definesGleb Natapov2012-09-062-13/+13
| * KVM: Provide userspace IO exit completion callbackGleb Natapov2012-09-062-37/+57
| * KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti2012-09-062-7/+8
| * KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti2012-09-061-3/+3
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-066-9/+34
| * KVM: SVM: constify lookup tablesMathias Krause2012-09-051-4/+4
| * KVM: VMX: constify lookup tablesMathias Krause2012-09-051-7/+7
| * KVM: x86: more constificationMathias Krause2012-09-052-2/+2
| * KVM: x86: constify read_write_emulator_opsMathias Krause2012-09-051-4/+4
| * KVM: x86 emulator: constify emulate_opsMathias Krause2012-09-053-13/+13
| * KVM: x86 emulator: mark opcode tables constMathias Krause2012-09-051-20/+20
| * KVM: x86 emulator: use aligned variants of SSE register opsMathias Krause2012-09-051-32/+32
| * KVM: x86: minor size optimizationMathias Krause2012-09-051-6/+6
| * KVM: cleanup pic resetGleb Natapov2012-09-041-41/+11
| * KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti2012-08-301-1/+0
| * KVM: VMX: Ignore segment G and D bits when considering whether we can virtualizeAvi Kivity2012-08-281-1/+1
| * KVM: VMX: Save all segment data in real modeAvi Kivity2012-08-281-0/+1
| * KVM: VMX: Preserve segment limit and access rights in real modeAvi Kivity2012-08-281-0/+3
| * KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_st...Avi Kivity2012-08-281-2/+1
| * KVM: x86 emulator: Fix #GP error code during linearizationAvi Kivity2012-08-281-2/+2
| * KVM: x86 emulator: Check segment limits in real mode tooAvi Kivity2012-08-281-3/+4
| * KVM: x86 emulator: Leave segment limit and attributs alone in real modeAvi Kivity2012-08-281-6/+2
| * KVM: VMX: Allow vm86 virtualization of big real modeAvi Kivity2012-08-281-1/+1
| * KVM: VMX: Allow real mode emulation using vm86 with dpl=0Avi Kivity2012-08-281-1/+1
| * KVM: VMX: Retain limit and attributes when entering protected modeAvi Kivity2012-08-281-6/+6
| * KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmodeAvi Kivity2012-08-281-61/+24
| * KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()Avi Kivity2012-08-281-2/+2
| * KVM: VMX: Separate saving pre-realmode state from setting segmentsAvi Kivity2012-08-281-7/+13
| * KVM: x86 emulator: access GPRs on demandAvi Kivity2012-08-273-144/+220
| * KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan2012-08-273-7/+7
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2012-08-26859-5901/+10626
| |\
| * | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-235-20/+12
| * | KVM: introduce readonly memslotXiao Guangrong2012-08-227-28/+102
| * | KVM: introduce KVM_HVA_ERR_RO_BADXiao Guangrong2012-08-221-2/+3
| * | KVM: introduce KVM_HVA_ERR_BADXiao Guangrong2012-08-222-13/+8
| * | KVM: introduce KVM_PFN_ERR_RO_FAULTXiao Guangrong2012-08-221-0/+1
| * | KVM: use 'writable' as a hint to map writable pfnXiao Guangrong2012-08-221-1/+23
| * | KVM: reorganize hva_to_pfnXiao Guangrong2012-08-221-62/+97
| * | KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomicXiao Guangrong2012-08-221-4/+23
| * | KVM: introduce gfn_to_pfn_memslot_atomicXiao Guangrong2012-08-223-11/+11
| * | KVM: hide KVM_MEMSLOT_INVALID from userspaceXiao Guangrong2012-08-222-2/+12
| * | KVM: fix missing check for memslot flagsXiao Guangrong2012-08-221-0/+12
| * | KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong2012-08-221-1/+11
| * | KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal2012-08-151-0/+1