Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit | Andy Lutomirski | 1 | -1/+8 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+11 |
2014-10-14 | kvm: ensure hard lockup detection is disabled by default | Ulrich Obergfell | 1 | -0/+8 |
2014-08-26 | x86: Replace __get_cpu_var uses | Christoph Lameter | 1 | -11/+11 |
2014-06-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+3 |
2014-05-22 | x86: fix page fault tracing when KVM guest support enabled | Dave Hansen | 1 | -1/+1 |
2014-04-24 | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu | 1 | -1/+3 |
2014-02-22 | kvm: remove redundant registration of BSP's hv_clock area | Fernando Luis Vázquez Cao | 1 | -1/+0 |
2014-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+32 |
2014-01-30 | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visible | Andi Kleen | 1 | -1/+1 |
2014-01-29 | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101 | Paolo Bonzini | 1 | -0/+5 |
2014-01-29 | x86, kvm: cache the base of the KVM cpuid leaves | Paolo Bonzini | 1 | -0/+27 |
2013-11-09 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 1 | -1/+1 |
2013-10-30 | KVM: Fix modprobe failure for kvm_intel/kvm_amd | Tim Gardner | 1 | -1/+1 |
2013-10-15 | KVM: Enable pvspinlock after jump_label_init() to avoid VM hang | Raghavendra K T | 1 | -3/+14 |
2013-09-04 | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+262 |
2013-08-19 | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a... | Raghavendra K T | 1 | -1/+1 |
2013-08-14 | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisor | Srivatsa Vaddagiri | 1 | -0/+262 |
2013-08-05 | x86: Correctly detect hypervisor | Jason Wang | 1 | -4/+2 |
2013-07-15 | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 1 | -5/+5 |
2013-03-07 | context_tracking: Restore correct previous context state on exception exit | Frederic Weisbecker | 1 | -2/+4 |
2013-03-07 | context_tracking: Move exception handling to generic code | Frederic Weisbecker | 1 | -1/+1 |
2013-02-22 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+6 |
2013-02-11 | x86/kvm: Fix compile warning in kvm_register_steal_time() | Shuah Khan | 1 | -2/+2 |
2013-01-26 | x86, kvm: Fix kvm's use of __pa() on percpu areas | Dave Hansen | 1 | -4/+5 |
2013-01-24 | x86/apic: Allow x2apic without IR on VMware platform | Alok N Kataria | 1 | -0/+1 |
2012-12-18 | Add rcu user eqs exception hooks for async page fault | Li Zhong | 1 | -2/+10 |
2012-11-29 | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf | Gleb Natapov | 1 | -6/+1 |
2012-11-28 | x86: kvm guest: pvclock vsyscall support | Marcelo Tosatti | 1 | -0/+13 |
2012-10-22 | KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENT | Sasha Levin | 1 | -0/+3 |
2012-08-23 | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUEST | Marcelo Tosatti | 1 | -2/+0 |
2012-08-15 | KVM guest: disable stealtime on reboot to avoid mem corruption | Florian Westphal | 1 | -0/+1 |
2012-07-16 | KVM guest: switch to apic_set_eoi_write, apic_write | Michael S. Tsirkin | 1 | -10/+3 |
2012-07-11 | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check | Prarit Bhargava | 1 | -0/+14 |
2012-06-25 | KVM guest: guest side for eoi avoidance | Michael S. Tsirkin | 1 | -3/+54 |
2012-05-06 | KVM: Do not take reference to mm during async #PF | Gleb Natapov | 1 | -8/+1 |
2012-04-05 | KVM: Resolve RCU vs. async page fault problem | Gleb Natapov | 1 | -0/+4 |
2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 1 | -2/+2 |
2011-12-27 | KVM guest: remove KVM guest pv mmu support | Chris Wright | 1 | -181/+0 |
2011-07-24 | KVM guest: KVM Steal time registration | Glauber Costa | 1 | -0/+72 |
2011-03-17 | KVM guest: Fix section mismatch derived from kvm_guest_cpu_online() | Sedat Dilek | 1 | -1/+1 |
2011-01-12 | KVM guest: Fix kvm clock initialization when it's configured out | Avi Kivity | 1 | -0/+2 |
2011-01-12 | KVM: Let host know whether the guest can handle async PF in non-userspace con... | Gleb Natapov | 1 | -0/+3 |
2011-01-12 | KVM paravirt: Handle async PF in non preemptable context | Gleb Natapov | 1 | -6/+34 |
2011-01-12 | KVM: Handle async PF in a guest. | Gleb Natapov | 1 | -0/+181 |
2011-01-12 | KVM paravirt: Add async PF initialization to PV guest. | Gleb Natapov | 1 | -0/+92 |
2011-01-12 | KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. | Gleb Natapov | 1 | -0/+11 |
2009-09-10 | KVM guest: do not batch pte updates from interrupt context | Marcelo Tosatti | 1 | -6/+1 |
2009-07-03 | x86, kvm: Fix section mismatches in kvm.c | Rakib Mullick | 1 | -1/+1 |
2009-06-11 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+4 |