summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix page fault tracing when KVM guest support enabledDave Hansen2014-05-221-1/+1
* kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao2014-02-221-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-0/+32
|\
| * x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-291-0/+5
| * x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-291-0/+27
* | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-291-1/+1
|/
* x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-1/+1
* KVM: Fix modprobe failure for kvm_intel/kvm_amdTim Gardner2013-10-301-1/+1
* KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T2013-10-151-3/+14
* Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-041-0/+262
|\
| * x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T2013-08-191-1/+1
| * kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri2013-08-141-0/+262
* | x86: Correctly detect hypervisorJason Wang2013-08-051-4/+2
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-5/+5
* context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-2/+4
* context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-5/+6
|\
| * x86/kvm: Fix compile warning in kvm_register_steal_time()Shuah Khan2013-02-111-2/+2
| * x86, kvm: Fix kvm's use of __pa() on percpu areasDave Hansen2013-01-251-4/+5
* | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-241-0/+1
|/
* Add rcu user eqs exception hooks for async page faultLi Zhong2012-12-181-2/+10
* KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pfGleb Natapov2012-11-281-6/+1
* x86: kvm guest: pvclock vsyscall supportMarcelo Tosatti2012-11-271-0/+13
* KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin2012-10-221-0/+3
* x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-231-2/+0
* KVM guest: disable stealtime on reboot to avoid mem corruptionFlorian Westphal2012-08-151-0/+1
* KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin2012-07-161-10/+3
* KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-111-0/+14
* KVM guest: guest side for eoi avoidanceMichael S. Tsirkin2012-06-251-3/+54
* KVM: Do not take reference to mm during async #PFGleb Natapov2012-05-061-8/+1
* KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-2/+2
* KVM guest: remove KVM guest pv mmu supportChris Wright2011-12-271-181/+0
* KVM guest: KVM Steal time registrationGlauber Costa2011-07-241-0/+72
* KVM guest: Fix section mismatch derived from kvm_guest_cpu_online()Sedat Dilek2011-03-171-1/+1
* KVM guest: Fix kvm clock initialization when it's configured outAvi Kivity2011-01-121-0/+2
* KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-121-0/+3
* KVM paravirt: Handle async PF in non preemptable contextGleb Natapov2011-01-121-6/+34
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-121-0/+181
* KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov2011-01-121-0/+92
* KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov2011-01-121-0/+11
* KVM guest: do not batch pte updates from interrupt contextMarcelo Tosatti2009-09-101-6/+1
* x86, kvm: Fix section mismatches in kvm.cRakib Mullick2009-07-031-1/+1
* Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-06-111-0/+4
|\
| * KVM: x86: paravirt skip pit-through-ioapic boot checkMarcelo Tosatti2009-06-101-0/+4
* | Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-7/+0
|\ \ | |/
| * x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-191-7/+0
* | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-291-1/+1
|/
* x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-221-1/+1
* x86: KVM guest: hypercall batchingMarcelo Tosatti2008-04-271-2/+60
OpenPOWER on IntegriCloud