summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2011-01-12KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel1-33/+51
2011-01-12KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel1-29/+29
2011-01-12KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel1-36/+44
2011-01-12KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg1-56/+64
2011-01-12KVM: SVM: Add function to recalculate intercept masksJoerg Roedel1-17/+26
2011-01-12KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel1-4/+10
2011-01-12KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel1-23/+21
2011-01-12KVM: X86: Introduce generic guest-mode representationJoerg Roedel1-0/+15
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity4-28/+34
2011-01-12KVM: Push struct x86_exception into walk_addr()Avi Kivity1-18/+14
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity3-42/+42
2011-01-12KVM: x86 emulator: simplify exception generationAvi Kivity1-90/+50
2011-01-12KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checksAvi Kivity1-8/+8
2011-01-12KVM: x86 emulator: drop dead pf injection in emulate_popf()Avi Kivity1-8/+0
2011-01-12KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity2-90/+75
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity2-9/+30
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong1-2/+10
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong2-37/+37
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong2-7/+6
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan2-9/+9
2011-01-12KVM: MMU: don't drop spte if overwrite it from W to ROXiao Guangrong1-11/+9
2011-01-12KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong1-0/+1
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity3-2/+24
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity3-4/+9
2011-01-12KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity1-38/+25
2011-01-12KVM: x86 emulator: do not perform address calculations on linear addressesAvi Kivity1-1/+2
2011-01-12KVM: x86 emulator: preserve an operand's segment identityAvi Kivity1-51/+55
2011-01-12KVM: x86 emulator: drop DPRINTF()Avi Kivity1-6/+1
2011-01-12KVM: x86 emulator: drop unused #ifndef __KERNEL__Avi Kivity1-7/+0
2011-01-12KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang1-1/+4
2011-01-12KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong1-6/+11
2011-01-12KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity1-0/+9
2011-01-12KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity1-10/+5
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong2-1/+3
2011-01-12KVM: MMU: support apf for nonpaing guestXiao Guangrong1-3/+9
2011-01-12KVM: MMU: clear apfs if page state is changedXiao Guangrong1-0/+3
2011-01-12KVM: MMU: fix missing post sync auditXiao Guangrong1-0/+1
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-10/+2
2011-01-12KVM: x86: Makefile clean upTracey Dent1-1/+1
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity1-1/+6
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong1-0/+1
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong1-2/+2
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong1-1/+1
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov1-0/+6
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka1-4/+6
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa1-11/+5
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti2-14/+26
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti1-0/+10
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti2-9/+1
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti1-3/+1