Age | Commit message (Expand) | Author | Files | Lines |
2017-02-20 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+3 |
2017-02-03 | KVM: x86: do not save guest-unsupported XSAVE state | Radim Krčmář | 1 | -0/+1 |
2017-02-01 | sched/cputime: Convert task/group cputime to nsecs | Frederic Weisbecker | 1 | -2/+3 |
2017-01-17 | KVM: x86: fix fixing of hypercalls | Dmitry Vyukov | 1 | -1/+2 |
2017-01-12 | KVM: x86: fix emulation of "MOV SS, null selector" | Paolo Bonzini | 1 | -10/+38 |
2017-01-12 | KVM: x86: fix NULL deref in vcpu_scan_ioapic | Wanpeng Li | 1 | -0/+2 |
2017-01-12 | KVM: x86: Introduce segmented_write_std | Steve Rutherford | 1 | -4/+18 |
2017-01-12 | KVM: x86: flush pending lapic jump label updates on module unload | David Matlack | 3 | -0/+8 |
2017-01-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -12/+11 |
2017-01-05 | KVM: VMX: remove duplicated declaration | Jan Dakinevich | 1 | -6/+0 |
2016-12-26 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -9/+9 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+2 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -7/+7 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | KVM: x86: reset MMU on KVM_SET_VCPU_EVENTS | Xiao Guangrong | 1 | -2/+7 |
2016-12-21 | KVM: nVMX: fix instruction skipping during emulated vm-entry | David Matlack | 1 | -4/+4 |
2016-12-19 | kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) | Jim Mattson | 1 | -6/+5 |
2016-12-19 | kvm: take srcu lock around kvm_steal_time_set_preempted() | Andrea Arcangeli | 1 | -0/+7 |
2016-12-19 | kvm: fix schedule in atomic in kvm_steal_time_set_preempted() | Andrea Arcangeli | 1 | -0/+10 |
2016-12-16 | KVM: hyperv: fix locking of struct kvm_hv fields | Paolo Bonzini | 2 | -9/+16 |
2016-12-15 | KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest. | Yi Sun | 1 | -4/+5 |
2016-12-15 | kvm: nVMX: Correct a VMX instruction error code for VMPTRLD | GanShun | 1 | -1/+1 |
2016-12-14 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 11 | -560/+1137 |
2016-12-13 | Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 3 | -3/+41 |
2016-12-13 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -29/+6 |
2016-12-11 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 5 | -29/+28 |
2016-12-08 | KVM: x86: Handle the kthread worker using the new API | Petr Mladek | 2 | -11/+7 |
2016-12-08 | KVM: nVMX: invvpid handling improvements | Jan Dakinevich | 1 | -0/+10 |
2016-12-08 | KVM: nVMX: check host CR3 on vmentry and vmexit | Ladi Prosek | 1 | -7/+18 |
2016-12-08 | KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry | Ladi Prosek | 2 | -16/+44 |
2016-12-08 | KVM: nVMX: propagate errors from prepare_vmcs02 | Ladi Prosek | 1 | -4/+19 |
2016-12-08 | KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT | Ladi Prosek | 1 | -2/+14 |
2016-12-08 | KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entry | David Matlack | 1 | -9/+9 |
2016-12-08 | KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUID | David Matlack | 1 | -3/+52 |
2016-12-08 | KVM: nVMX: fix checks on CR{0,4} during virtual VMX operation | David Matlack | 1 | -24/+53 |
2016-12-08 | KVM: nVMX: support restore of VMX capability MSRs | David Matlack | 1 | -24/+266 |
2016-12-08 | KVM: nVMX: generate non-true VMX MSRs based on true versions | David Matlack | 1 | -26/+19 |
2016-12-08 | KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs. | Kyle Huey | 1 | -1/+0 |
2016-12-08 | KVM: x86: Add kvm_skip_emulated_instruction and use it. | Kyle Huey | 4 | -123/+101 |
2016-12-08 | KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12 | Kyle Huey | 1 | -20/+33 |
2016-12-08 | KVM: VMX: Reorder some skip_emulated_instruction calls | Kyle Huey | 1 | -6/+6 |
2016-12-08 | KVM: x86: Add a return value to kvm_emulate_cpuid | Kyle Huey | 3 | -5/+4 |
2016-12-05 | Backmerge tag 'v4.9-rc8' into drm-next | Dave Airlie | 6 | -73/+89 |
2016-11-24 | KVM: x86: check for pic and ioapic presence before use | Radim Krčmář | 1 | -0/+13 |
2016-11-24 | KVM: x86: fix out-of-bounds accesses of rtc_eoi map | Radim Krčmář | 2 | -3/+3 |
2016-11-24 | KVM: x86: drop error recovery in em_jmp_far and em_ret_far | Radim Krčmář | 1 | -25/+11 |
2016-11-24 | KVM: x86: fix out-of-bounds access in lapic | Radim Krčmář | 1 | -1/+1 |
2016-11-24 | kvm: svm: Add kvm_fast_pio_in support | Tom Lendacky | 2 | -2/+46 |
2016-11-24 | kvm: svm: Add support for additional SVM NPF error codes | Tom Lendacky | 2 | -3/+19 |
2016-11-23 | Merge branch 'linus' into x86/fpu, to resolve conflicts | Ingo Molnar | 5 | -120/+91 |