summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti
2008-10-15KVM: MMU: flush remote TLBs on large->normal entry overwriteMarcelo Tosatti
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti
2008-10-15KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour
2008-10-15KVM: x86 emulator: Use DstAcc for 'and'Guillaume Thouvenin
2008-10-15KVM: x86 emulator: Add cmp al, imm and cmp ax, imm instructions (ocodes 3c, 3d)Guillaume Thouvenin
2008-10-15KVM: x86 emulator: Add DstAcc operand typeGuillaume Thouvenin
2008-10-15x86: Move FEATURE_CONTROL bits to msr-index.hSheng Yang
2008-10-15KVM: VMX: Rename IA32_FEATURE_CONTROL bitsSheng Yang
2008-10-15KVM: x86 emulator: fix jmp r/m64 instructionAvi Kivity
2008-10-15KVM: VMX: Cleanup stalled INTR_INFO readJan Kiszka
2008-10-15KVM: x86: unhalt vcpu0 on resetMarcelo Tosatti
2008-10-15KVM: x86 emulator: Add call near absolute instruction (opcode 0xff/2)Mohammed Gamal
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti
2008-10-15KVM: x86 emulator: Add in/out instructions (opcodes 0xe4-0xe7, 0xec-0xef)Mohammed Gamal
2008-10-15KVM: Add statistics for guest irq injectionsAvi Kivity
2008-10-15KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addrSheng Yang
2008-10-15KVM: x86 emulator: Add std and cld instructions (opcodes 0xfc-0xfd)Mohammed Gamal
2008-10-15KVM: add MC5_MISC msr read supportJoerg Roedel
2008-10-15KVM: SVM: No need to unprotect memory during event injection when using nptAvi Kivity
2008-10-15KVM: MMU: Fix setting the accessed bit on non-speculative sptesAvi Kivity
2008-10-15KVM: MMU: Flush tlbs after clearing write permission when accessing dirty logAvi Kivity
2008-10-15KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()Avi Kivity
2008-10-15KVM: MMU: Account for npt/ept/realmode page faultsAvi Kivity
2008-10-15KVM: x86 emulator: Add mov r, imm instructions (opcodes 0xb0-0xbf)Mohammed Gamal
2008-10-15KVM: Allocate guest memory as MAP_PRIVATE, not MAP_SHAREDAvi Kivity
2008-10-15KVM: MMU: Convert the paging mode shadow walk to use the generic walkerAvi Kivity
2008-10-15KVM: MMU: Convert direct maps to use the generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Add generic shadow walkerAvi Kivity
2008-10-15KVM: MMU: Infer shadow root level in direct_map()Avi Kivity