Age | Commit message (Expand) | Author | Files | Lines |
2021-06-17 | KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC | Wanpeng Li | 1 | -0/+1 |
2021-06-17 | KVM: x86: Add a return code to kvm_apic_accept_events | Jim Mattson | 1 | -5/+6 |
2021-06-10 | kvm: LAPIC: Restore guard to prevent illegal APIC register access | Jim Mattson | 1 | -0/+3 |
2021-06-08 | KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer | Wanpeng Li | 1 | -6/+11 |
2021-05-27 | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK | Marcelo Tosatti | 1 | -1/+1 |
2021-05-27 | KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch | Wanpeng Li | 1 | -3/+11 |
2021-05-03 | KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_... | Wanpeng Li | 1 | -1/+1 |
2021-04-26 | KVM: x86: Properly handle APF vs disabled LAPIC situation | Vitaly Kuznetsov | 1 | -0/+6 |
2021-03-15 | KVM: x86: Handle triple fault in L2 without killing L1 | Sean Christopherson | 1 | -1/+1 |
2021-03-12 | KVM: LAPIC: Advancing the timer expiration on guest initiated write | Wanpeng Li | 1 | -0/+1 |
2021-03-05 | KVM: x86: Ensure deadline timer has truly expired before posting its IRQ | Sean Christopherson | 1 | -1/+10 |
2021-02-09 | KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context | Vitaly Kuznetsov | 1 | -2/+3 |
2021-02-09 | KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu() | Vitaly Kuznetsov | 1 | -2/+2 |
2021-02-04 | KVM: x86: use static calls to reduce kvm_x86_ops overhead | Jason Baron | 1 | -15/+15 |
2021-02-04 | KVM: Stop using deprecated jump label APIs | Cun Li | 1 | -16/+9 |
2021-01-08 | KVM: SVM: Add support for booting APs in an SEV-ES guest | Tom Lendacky | 1 | -1/+1 |
2021-01-08 | KVM: x86: change in pv_eoi_get_pending() to make code more readable | Stephen Zhang | 1 | -1/+1 |
2021-01-08 | Merge branch 'kvm-master' into kvm-next | Paolo Bonzini | 1 | -1/+1 |
2020-12-10 | KVM: x86: ignore SIPIs that are received while not in wait-for-sipi state | Maxim Levitsky | 1 | -7/+8 |
2020-11-27 | KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint | Paolo Bonzini | 1 | -1/+1 |
2020-11-15 | KVM: x86: fix apic_accept_events vs check_nested_events | Paolo Bonzini | 1 | -4/+26 |
2020-09-28 | KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI | Sean Christopherson | 1 | -0/+7 |
2020-09-28 | KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns | Wanpeng Li | 1 | -6/+5 |
2020-09-28 | KVM: LAPIC: Narrow down the kick target vCPU | Wanpeng Li | 1 | -1/+3 |
2020-09-28 | KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting | Wanpeng Li | 1 | -2/+1 |
2020-09-28 | KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di... | Wanpeng Li | 1 | -2/+1 |
2020-09-28 | KVM: LAPIC: Fix updating DFR missing apic map recalculation | Wanpeng Li | 1 | -5/+10 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+5 |
2020-07-31 | KVM: LAPIC: Set the TDCR settable bits | Wanpeng Li | 1 | -1/+1 |
2020-07-31 | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled | Wanpeng Li | 1 | -1/+1 |
2020-07-27 | KVM: Using macros instead of magic values | Haiwei Li | 1 | -1/+2 |
2020-07-09 | KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid() | Xiaoyao Li | 1 | -1/+1 |
2020-07-08 | KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version() | Xiaoyao Li | 1 | -3/+1 |
2020-06-22 | KVM: LAPIC: ensure APIC map is up to date on concurrent update requests | Paolo Bonzini | 1 | -20/+31 |
2020-06-22 | kvm: lapic: fix broken vcpu hotplug | Igor Mammedov | 1 | -0/+1 |
2020-05-27 | kvm/x86: Remove redundant function implementations | 彭浩(Richard) | 1 | -0/+1 |
2020-05-15 | KVM: X86: TSCDEADLINE MSR emulation fastpath | Wanpeng Li | 1 | -6/+12 |
2020-05-15 | KVM: x86: introduce kvm_can_use_hv_timer | Paolo Bonzini | 1 | -3/+10 |
2020-05-13 | kvm: Replace vcpu->swait with rcuwait | Davidlohr Bueso | 1 | -1/+1 |
2020-04-15 | KVM: x86: Return updated timer current count register from KVM_GET_LAPIC | Peter Shier | 1 | -10/+51 |
2020-04-07 | KVM: X86: Filter out the broadcast dest for IPI fastpath | Wanpeng Li | 1 | -3/+0 |
2020-04-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -32/+53 |
2020-03-31 | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection | Sean Christopherson | 1 | -15/+15 |
2020-03-26 | KVM: X86: Micro-optimize IPI fastpath delay | Wanpeng Li | 1 | -2/+2 |
2020-03-24 | KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer | Wanpeng Li | 1 | -0/+6 |
2020-03-23 | KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru... | He Zhe | 1 | -1/+1 |
2020-03-16 | KVM: LAPIC: Recalculate apic map in batch | Wanpeng Li | 1 | -10/+36 |
2020-03-16 | KVM: apic: remove unused function apic_lvt_vector() | Miaohe Lin | 1 | -5/+0 |
2020-02-21 | KVM: apic: avoid calculating pending eoi from an uninitialized val | Miaohe Lin | 1 | -1/+3 |