summaryrefslogtreecommitdiffstats
path: root/scripts/ver_linux (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa2-33/+31
2011-01-12KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori2-2/+29
2011-01-12KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel2-2/+10
2011-01-12KVM: SVM: Use svm_flush_tlb instead of force_new_asidJoerg Roedel1-12/+7
2011-01-12KVM: SVM: Remove flush_guest_tlb functionJoerg Roedel1-5/+0
2011-01-12KVM: MMU: retry #PF for softmmuXiao Guangrong4-6/+17
2011-01-12KVM: MMU: fix accessed bit set on prefault pathXiao Guangrong1-4/+6
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong3-12/+13
2011-01-12KVM: SVM: Add clean-bit for LBR stateJoerg Roedel1-0/+2
2011-01-12KVM: SVM: Add clean-bit for CR2 registerJoerg Roedel1-2/+3
2011-01-12KVM: SVM: Add clean-bit for Segements and CPLJoerg Roedel1-0/+2
2011-01-12KVM: SVM: Add clean-bit for GDT and IDTJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for DR6 and DR7Joerg Roedel1-0/+4
2011-01-12KVM: SVM: Add clean-bit for control registersJoerg Roedel1-0/+7
2011-01-12KVM: SVM: Add clean-bit for NPT stateJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for interrupt stateJoerg Roedel1-1/+7
2011-01-12KVM: SVM: Add clean-bit for the ASIDJoerg Roedel1-0/+3
2011-01-12KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASEJoerg Roedel1-0/+1
2011-01-12KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter countJoerg Roedel1-0/+7
2011-01-12KVM: SVM: Add clean-bits infrastructure codeRoedel, Joerg2-1/+33
2011-01-12KVM: MMU: Avoid dropping accessed bit while removing write accessTakuya Yoshikawa1-1/+1
2011-01-12KVM: VMX: Return 0 from a failed VMREADAvi Kivity1-2/+2
2011-01-12KVM: Don't spin on virt instruction faults during rebootAvi Kivity2-11/+10
2011-01-12KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSCJoerg Roedel1-7/+2
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 Roedel2-46/+61
2011-01-12KVM: SVM: Add manipulation functions for CRx interceptsRoedel, Joerg2-62/+73
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 Roedel2-0/+16
2011-01-12KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity6-41/+40
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 Kivity4-47/+51
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 Kivity3-96/+84
2011-01-12KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity3-12/+38
2011-01-12KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong3-3/+18
2011-01-12KVM: MMU: abstract invalid guest pte mappingXiao Guangrong2-37/+37
2011-01-12KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong3-8/+7
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: PPC: Fix compile warningAlexander Graf1-0/+2
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity4-2/+25
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity3-4/+9
2011-01-12KVM: fast-path msi injection with irqfdMichael S. Tsirkin3-15/+99