Age | Commit message (Expand) | Author | Files | Lines |
2016-06-02 | KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS | Paolo Bonzini | 1 | -0/+5 |
2016-06-02 | KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number | Paolo Bonzini | 1 | -0/+4 |
2016-06-02 | KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID | Paolo Bonzini | 1 | -10/+12 |
2016-06-02 | kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR | Paolo Bonzini | 1 | -1/+1 |
2016-06-02 | KVM: Handle MSR_IA32_PERF_CTL | Dmitry Bilunov | 1 | -0/+1 |
2016-06-02 | KVM: x86: avoid write-tearing of TDP | Nadav Amit | 1 | -4/+4 |
2016-05-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -20/+32 |
2016-05-25 | kvm:vmx: more complete state update on APICv on/off | Roman Kagan | 1 | -18/+30 |
2016-05-24 | svm: bitwise vs logical op typo | Dan Carpenter | 1 | -2/+2 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 10 | -174/+895 |
2016-05-18 | KVM: MTRR: remove MSR 0x2f8 | Andy Honig | 1 | -2/+0 |
2016-05-18 | KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same | Paolo Bonzini | 3 | -9/+9 |
2016-05-18 | svm: Manage vcpu load/unload when enable AVIC | Suravee Suthikulpanit | 1 | -0/+89 |
2016-05-18 | svm: Do not intercept CR8 when enable AVIC | Suravee Suthikulpanit | 1 | -4/+12 |
2016-05-18 | svm: Do not expose x2APIC when enable AVIC | Suravee Suthikulpanit | 1 | -0/+12 |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore | Suravee Suthikulpanit | 2 | -0/+12 |
2016-05-18 | svm: Add VMEXIT handlers for AVIC | Suravee Suthikulpanit | 4 | -0/+341 |
2016-05-18 | svm: Add interrupt injection via AVIC | Suravee Suthikulpanit | 1 | -4/+35 |
2016-05-18 | KVM: x86: Detect and Initialize AVIC support | Suravee Suthikulpanit | 1 | -1/+224 |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks | Suravee Suthikulpanit | 1 | -0/+5 |
2016-05-18 | KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg | Suravee Suthikulpanit | 3 | -33/+33 |
2016-05-18 | KVM: x86: Misc LAPIC changes to expose helper functions | Suravee Suthikulpanit | 2 | -74/+82 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-05-17 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -14/+14 |
2016-05-13 | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 1 | -0/+1 |
2016-05-11 | kvm: Conditionally register IRQ bypass consumer | Alex Williamson | 1 | -11/+8 |
2016-05-11 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+5 |
2016-05-10 | x86/kvm: Add stack frame dependency to fastop() inline asm | Josh Poimboeuf | 1 | -1/+5 |
2016-05-06 | mm: thp: kvm: fix memory corruption in KVM with THP enabled | Andrea Arcangeli | 1 | -2/+2 |
2016-05-05 | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 1 | -0/+4 |
2016-05-03 | kvm: robustify steal time record | Wanpeng Li | 1 | -1/+17 |
2016-04-29 | KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset | Bruce Rogers | 1 | -1/+1 |
2016-04-29 | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase | Andy Lutomirski | 1 | -1/+1 |
2016-04-28 | perf/x86/intel/pt: Don't die on VMXON | Alexander Shishkin | 1 | -0/+4 |
2016-04-20 | KVM: add missing memory barrier in kvm_{make,check}_request | Paolo Bonzini | 1 | -3/+0 |
2016-04-20 | KVM: MMU: skip obsolete sp in for_each_gfn_*() | Xiao Guangrong | 1 | -16/+12 |
2016-04-20 | KVM: x86: optimize steal time calculation | Liang Chen | 1 | -16/+3 |
2016-04-19 | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 7 | -28/+39 |
2016-04-18 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2016-04-13 | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage | Borislav Petkov | 2 | -3/+3 |
2016-04-13 | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 2 | -7/+7 |
2016-04-13 | Merge branch 'x86/cpu' into x86/asm, to merge more patches | Ingo Molnar | 1 | -1/+2 |
2016-04-13 | x86/vdso: Remove direct HPET access through the vDSO | Andy Lutomirski | 1 | -2/+1 |
2016-04-10 | KVM: x86: mask CPUID(0xD,0x1).EAX against host value | Paolo Bonzini | 1 | -0/+1 |
2016-04-10 | kvm: x86: do not leak guest xcr0 into host interrupt handlers | David Matlack | 1 | -6/+4 |
2016-04-10 | KVM: MMU: fix permission_fault() | Xiao Guangrong | 2 | -6/+5 |
2016-04-05 | kvm: x86: make lapic hrtimer pinned | Luiz Capitulino | 1 | -4/+4 |
2016-04-01 | kvm: set page dirty only if page has been writable | Yu Zhao | 1 | -2/+10 |
2016-04-01 | KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled | Paolo Bonzini | 1 | -0/+5 |
2016-04-01 | KVM: x86: Inject pending interrupt even if pending nmi exist | Yuki Shibuya | 1 | -10/+10 |