aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2009-09-10KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti
2009-09-10KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti
2009-09-10KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara
2009-09-10KVM: MMU audit: largepage handlingMarcelo Tosatti
2009-09-10KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka
2009-09-10KVM: ppc: e500: Add MMUCFG and PVR emulationLiu Yu
2009-09-10KVM: ppc: e500: Directly pass pvr to guestLiu Yu
2009-09-10KVM: ppc: e500: Move to Book-3e MMU definitionsLiu Yu
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: powerpc: fix some init/exit annotationsStephen Rothwell
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara
2009-09-10KVM: s390: streamline memslot handlingChristian Ehrhardt
2009-09-10KVM: s390: fix signal handlingChristian Ehrhardt
2009-09-10KVM: s390: infrastructure to kick vcpus out of guest stateChristian Ehrhardt
2009-09-10KVM: ia64: Correct itc_offset calculationsJes Sorensen
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka
2009-09-10KVM: irqfdGregory Haskins
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov
2009-09-10KVM: cleanup arch/x86/kvm/MakefileChristoph Hellwig
2009-09-10KVM: x86 emulator: fix jmp far decoding (opcode 0xea)Avi Kivity
2009-09-10KVM: x86 emulator: Implement zero-extended immediate decodingAvi Kivity
2009-09-10KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin
2009-09-10KVM: Use MSR names in place of addressJaswinder Singh Rajput
2009-09-10KVM: Add MCE supportHuang Ying