summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2011-01-13thp: mmu_notifier_test_youngAndrea Arcangeli1-0/+34
2011-01-13thp: kvm mmu transparent hugepage supportAndrea Arcangeli2-17/+83
2011-01-13Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-859/+1486
2011-01-12KVM: Initialize fpu state in preemptible contextAvi Kivity1-0/+3
2011-01-12KVM: VMX: when entering real mode align segment base to 16 bytesGleb Natapov1-1/+5
2011-01-12KVM: MMU: handle 'map_writable' in set_spte() functionXiao Guangrong2-11/+4
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong2-30/+35
2011-01-12KVM: Fetch guest cr3 from hardware on demandAvi Kivity4-6/+21
2011-01-12KVM: Replace reads of vcpu->arch.cr3 by an accessorAvi Kivity5-20/+27
2011-01-12KVM: MMU: only write protect mappings at pagetable levelMarcelo Tosatti1-0/+3
2011-01-12KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()Avi Kivity1-2/+2
2011-01-12KVM: MMU: Initialize base_role for tdp mmusAvi Kivity1-0/+1
2011-01-12KVM: VMX: Optimize atomic EFER loadAvi Kivity1-0/+30
2011-01-12KVM: SVM: copy instruction bytes from VMCBAndre Przywara5-9/+17
2011-01-12KVM: SVM: implement enhanced INVLPG interceptAndre Przywara1-1/+6
2011-01-12KVM: SVM: enhance mov DR intercept handlerAndre Przywara1-16/+40
2011-01-12KVM: SVM: enhance MOV CR intercept handlerAndre Przywara1-11/+79
2011-01-12KVM: SVM: add new SVM feature bit namesAndre Przywara1-0/+4
2011-01-12KVM: cleanup emulate_instructionAndre Przywara4-20/+19
2011-01-12KVM: move complete_insn_gp() into x86.cAndre Przywara2-12/+13
2011-01-12KVM: x86: fix CR8 handlingAndre Przywara3-15/+14
2011-01-12KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa1-0/+4
2011-01-12KVM: return true when user space query KVM_CAP_USER_NMI extensionLai Jiangshan1-0/+1
2011-01-12KVM: Correct kvm_pio tracepoint count fieldAvi Kivity1-2/+2
2011-01-12KVM: MMU: Fix incorrect direct page write protection due to ro host pageAvi Kivity1-3/+3
2011-01-12KVM: SVM: Add xsetbv interceptJoerg Roedel1-4/+16
2011-01-12KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa1-29/+25
2011-01-12KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)Anthony Liguori1-2/+23
2011-01-12KVM: SVM: Implement Flush-By-Asid featureJoerg Roedel1-2/+8
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 Guangrong3-6/+16
2011-01-12KVM: MMU: fix accessed bit set on prefault pathXiao Guangrong1-4/+6
2011-01-12KVM: MMU: rename 'no_apf' to 'prefault'Xiao Guangrong2-11/+11
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, Joerg1-0/+31
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: 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