aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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
2011-01-12KVM: MMU: fix forgot flush tlbs on sync_page pathXiao Guangrong
2011-01-12KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity
2011-01-12KVM: Record instruction set in kvm_exit tracepointAvi Kivity
2011-01-12KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()Avi Kivity
2011-01-12KVM: x86 emulator: do not perform address calculations on linear addressesAvi Kivity
2011-01-12KVM: x86 emulator: preserve an operand's segment identityAvi Kivity
2011-01-12KVM: x86 emulator: drop DPRINTF()Avi Kivity
2011-01-12KVM: x86 emulator: drop unused #ifndef __KERNEL__Avi Kivity
2011-01-12KVM: VMX: Inform user about INTEL_TXT dependencyShane Wang
2011-01-12KVM: MMU: don't mark spte notrap if reserved bit setXiao Guangrong
2011-01-12KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid infoAvi Kivity
2011-01-12KVM: SVM: Replace svm_has() by standard Linux cpuid accessorsAvi Kivity
2011-01-12KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong
2011-01-12KVM: MMU: support apf for nonpaing guestXiao Guangrong
2011-01-12KVM: MMU: clear apfs if page state is changedXiao Guangrong
2011-01-12KVM: MMU: fix missing post sync auditXiao Guangrong
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka
2011-01-12KVM: x86: Makefile clean upTracey Dent
2011-01-12KVM: remove unused function declarationXiao Guangrong
2011-01-12KVM: VMX: Disallow NMI while blocked by STIAvi Kivity
2011-01-12KVM: avoid unnecessary wait for a async pfXiao Guangrong
2011-01-12KVM: fix searching async gfn in kvm_async_pf_gfn_slotXiao Guangrong
2011-01-12KVM: fix tracing kvm_try_async_get_pageXiao Guangrong
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa
2011-01-12KVM: handle exit due to INVD in VMXGleb Natapov
2011-01-12KVM: x86: Avoid issuing wbinvd twiceJan Kiszka
2011-01-12KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa
2011-01-12KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti
2011-01-12KVM: MMU: flush TLBs on writable -> read-only spte overwriteMarcelo Tosatti
2011-01-12KVM: MMU: remove kvm_mmu_set_base_ptesMarcelo Tosatti
2011-01-12KVM: VMX: remove setting of shadow_base_ptes for EPTMarcelo Tosatti
2011-01-12KVM: Avoid double interrupt injection with vapicAvi Kivity
2011-01-12KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callersAvi Kivity
2011-01-12KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit pathAvi Kivity
2011-01-12KVM: SVM: Move svm->host_gs_base into a separate structureAvi Kivity
2011-01-12KVM: SVM: Move guest register save out of interrupts disabled sectionAvi Kivity
2011-01-12KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reasonJan Kiszka
2011-01-12KVM: Move KVM context switch into own functionAndi Kleen
2011-01-12KVM: x86: Mark kvm_arch_setup_async_pf staticJan Kiszka
2011-01-12KVM: Send async PF when guest is not in userspace too.Gleb Natapov
2011-01-12KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov
2011-01-12KVM paravirt: Handle async PF in non preemptable contextGleb Natapov
2011-01-12KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov
2011-01-12KVM: Handle async PF in a guest.Gleb Natapov
2011-01-12KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov