summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-12KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan
2011-01-12KVM: Correct kvm_pio tracepoint count fieldAvi Kivity
2011-01-12KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity
2011-01-12KVM: Fix build error on s390 due to missing tlbs_dirtyAvi Kivity
2011-01-12KVM: SVM: Add xsetbv interceptJoerg Roedel
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa
2011-01-12KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori
2011-01-12KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel
2011-01-12KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel
2011-01-12KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong
2011-01-12KVM: MMU: fix accessed bit set on prefault pathXiao Guangrong
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong
2011-01-12KVM: SVM: Add clean-bit for LBR stateJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for CR2 registerJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for Segements and CPLJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for GDT and IDTJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for DR6 and DR7Joerg Roedel
2011-01-12KVM: SVM: Add clean-bit for control registersJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for NPT stateJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for interrupt stateJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for the ASIDJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASEJoerg Roedel
2011-01-12KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter countJoerg Roedel
2011-01-12KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg
2011-01-12KVM: MMU: Avoid dropping accessed bit while removing write accessTakuya Yoshikawa
2011-01-12KVM: VMX: Return 0 from a failed VMREADAvi Kivity
2011-01-12KVM: Don't spin on virt instruction faults during rebootAvi Kivity
2011-01-12KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel
2011-01-12KVM: SVM: Add manipulation functions for misc interceptsJoerg Roedel
2011-01-12KVM: SVM: Add manipulation functions for exception interceptsJoerg Roedel
2011-01-12KVM: SVM: Add manipulation functions for DRx interceptsJoerg Roedel
2011-01-12KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg
2011-01-12KVM: SVM: Add function to recalculate intercept masksJoerg Roedel
2011-01-12KVM: X86: Don't report L2 emulation failures to user-spaceJoerg Roedel
2011-01-12KVM: SVM: Make Use of the generic guest-mode functionsJoerg Roedel
2011-01-12KVM: X86: Introduce generic guest-mode representationJoerg Roedel
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity
2011-01-12KVM: Push struct x86_exception into walk_addr()Avi Kivity
2011-01-12KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity
2011-01-12KVM: x86 emulator: simplify exception generationAvi Kivity
2011-01-12KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checksAvi Kivity
2011-01-12KVM: x86 emulator: drop dead pf injection in emulate_popf()Avi Kivity
2011-01-12KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong
2011-01-12KVM: MMU: rename 'reset_host_protection' to 'host_writable'Lai Jiangshan
2011-01-12KVM: MMU: don't drop spte if overwrite it from W to ROXiao Guangrong