summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-04-27KVM: MMU: Introduce and use spte_to_page()Avi Kivity
2008-04-27KVM: MMU: fix dirty bit setting when removing write permissionsIzik Eidus
2008-04-27KVM: MMU: Set the accessed bit on non-speculative shadow ptesAvi Kivity
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti
2008-04-27KVM: Add reset support for in kernel PITSheng Yang
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang
2008-04-27KVM: In kernel PIT modelSheng Yang
2008-04-27KVM: Remove pointless desc_ptr #ifdefAvi Kivity
2008-04-27KVM: VMX: Don't adjust tsc offset forwardAvi Kivity
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity
2008-04-27KVM: MMU: large page supportMarcelo Tosatti
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti
2008-04-27KVM: Implement dummy values for MSR_PERF_STATUSAlexander Graf
2008-04-27KVM: sparse fixes for kvm/x86.cHarvey Harrison
2008-04-27KVM: SVM: make iopm_base staticHarvey Harrison
2008-04-27KVM: x86 emulator: fix sparse warnings in x86_emulate.cHarvey Harrison
2008-04-27KVM: Add stat counter for hypercallsAmit Shah
2008-04-27KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity
2008-04-27KVM: Add API for determining the number of supported memory slotsAvi Kivity
2008-04-27KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity
2008-04-27KVM: x86 emulator: make register_address_increment and JMP_REL static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: make register_address, address_mask static inlinesHarvey Harrison
2008-04-27KVM: x86 emulator: add ad_mask static inlineHarvey Harrison
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa
2008-04-27KVM: SVM: enable LBR virtualizationJoerg Roedel
2008-04-27KVM: SVM: allocate the MSR permission map per VCPUJoerg Roedel
2008-04-27KVM: SVM: let init_vmcb() take struct vcpu_svm as parameterJoerg Roedel
2008-04-27KVM: VMX: fix typo in VMX header defineRyan Harper
2008-04-27KVM: SVM: add support for Nested PagingJoerg Roedel
2008-04-27KVM: MMU: add TDP support to the KVM MMUJoerg Roedel
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel
2008-04-27KVM: MMU: make the __nonpaging_map function genericJoerg Roedel
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel
2008-04-27KVM: SVM: add module parameter to disable Nested PagingJoerg Roedel
2008-04-27KVM: SVM: add detection of Nested Paging featureJoerg Roedel
2008-04-27KVM: SVM: move feature detection to hardware setup codeJoerg Roedel
2008-04-27KVM: allow access to EFER in 32bit KVMJoerg Roedel
2008-04-27KVM: VMX: unifdef the EFER specific codeJoerg Roedel
2008-04-27KVM: align valid EFER bits with the features of the host systemJoerg Roedel
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang
2008-04-27KVM: MMU: Decouple mmio from shadow page tablesAvi Kivity
2008-04-27KVM: x86 emulator: group decoding for group 1 instructionsAvi Kivity
2008-04-27KVM: x86 emulator: add group 7 decodingAvi Kivity
2008-04-27KVM: x86 emulator: Group decoding for groups 4 and 5Avi Kivity
2008-04-27KVM: x86 emulator: Group decoding for group 3Avi Kivity