aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-8/+10
2009-11-10hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker1-1/+1
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-8/+10
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov1-1/+1
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka1-1/+1
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker6-29/+104
2009-10-16KVM: MMU: fix pointer castFrederik Deweerdt1-6/+10
2009-10-16KVM: use proper hrtimer function to retrieve expiration timeMarcelo Tosatti2-2/+2
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus1-9/+53
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2-7/+26
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus1-5/+2
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity1-0/+2
2009-10-04KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti1-1/+1
2009-10-04KVM: fix LAPIC timer period overflowAurelien Jarno1-1/+1
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel1-6/+17
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel1-0/+2
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar22-1327/+3211
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-1321/+3210
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2-0/+15
2009-09-10KVM: fix misreporting of coalesced interrupts by kvm tracerGleb Natapov1-1/+1
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti1-2/+0
2009-09-10KVM: VMX: call vmx_load_host_state() only if msr is cachedGleb Natapov1-2/+2
2009-09-10KVM: VMX: Conditionally reload debug register 6Avi Kivity1-5/+9
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity1-15/+7
2009-09-10KVM: VMX: Fix cr8 exiting control clobbering by EPTGleb Natapov1-6/+3
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity1-0/+3
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity1-0/+3
2009-09-10KVM: VMX: Fix EPT with WP bit change during pagingSheng Yang1-3/+3
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov1-8/+2
2009-09-10KVM: x86 emulator: Add adc and sbb missing decoder flagsMohammed Gamal1-2/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity3-4/+4
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori1-1/+8
2009-09-10KVM: VMX: Adjust rflags if in real mode emulationAvi Kivity1-1/+6
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity1-11/+2
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov1-0/+2
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel1-1/+1
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel1-1/+1
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel1-10/+11
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel1-2/+1
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel1-30/+50
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel1-1/+13
2009-09-10KVM: SVM: remove nested_svm_do and helper functionsJoerg Roedel1-60/+0
2009-09-10KVM: SVM: clean up nested vmrun pathJoerg Roedel1-12/+22
2009-09-10KVM: SVM: clean up nestec vmload/vmsave pathsJoerg Roedel1-19/+17
2009-09-10KVM: SVM: clean up nested_svm_exit_handled_msrJoerg Roedel1-17/+21
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel1-12/+40
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel1-11/+8
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel1-23/+19
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel1-60/+49
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel1-7/+23