aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03KVM: Fix printk name error in svm.cZachary Amsden1-2/+3
2009-12-03KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden1-10/+16
2009-12-03KVM: Separate timer intialization into an indepedent functionZachary Amsden1-8/+15
2009-12-03KVM: SVM: Remove remaining occurences of rdtscllJoerg Roedel1-4/+3
2009-12-03KVM: SVM: don't copy exit_int_info on nested vmrunJoerg Roedel1-2/+0
2009-12-03KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel1-4/+12
2009-12-03KVM: remove duplicated #includeHuang Weiyi1-1/+0
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf3-9/+19
2009-12-03KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti1-3/+0
2009-12-03KVM: VMX: Enhance invalid guest state emulationMohammed Gamal1-24/+20
2009-12-03KVM: x86 emulator: Add pusha and popa instructionsMohammed Gamal1-1/+47
2009-12-03KVM: x86 emulator: Add missing decoder flags for 'or' instructionsMohammed Gamal1-1/+2
2009-12-03KVM: Move assigned device code to own fileAvi Kivity1-1/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov3-6/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov3-18/+19
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov1-0/+1
2009-12-03KVM: Call pic_clear_isr() on pic reset to reuse logic thereGleb Natapov1-13/+9
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity5-137/+136
2009-12-03KVM: x86 emulator: Introduce No64 decode optionMohammed Gamal1-28/+14
2009-12-03KVM: x86 emulator: Add 'push/pop sreg' instructionsMohammed Gamal1-6/+101
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-29percpu: make percpu symbols in x86 uniqueTejun Heo1-32/+31
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