Age | Commit message (Expand) | Author |
2016-07-14 | KVM: x86: add kvm_apic_map_get_dest_lapic | Radim Krčmář |
2016-07-01 | KVM: vmx: fix missed cancellation of TSC deadline timer | Wanpeng Li |
2016-07-01 | KVM: x86: introduce cancel_hv_tscdeadline | Wanpeng Li |
2016-06-27 | KVM: LAPIC: cap __delay at lapic_timer_advance_ns | Marcelo Tosatti |
2016-06-16 | KVM: x86: support using the vmx preemption timer for tsc deadline timer | Yunhong Jiang |
2016-06-16 | kvm: lapic: separate start_sw_tscdeadline from start_apic_timer | Yunhong Jiang |
2016-05-18 | KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same | Paolo Bonzini |
2016-05-18 | KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore | Suravee Suthikulpanit |
2016-05-18 | KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg | Suravee Suthikulpanit |
2016-05-18 | KVM: x86: Misc LAPIC changes to expose helper functions | Suravee Suthikulpanit |
2016-04-05 | kvm: x86: make lapic hrtimer pinned | Luiz Capitulino |
2016-03-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-03-03 | kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map | Joerg Roedel |
2016-03-03 | kvm: x86: Convert ioapic->rtc_status.dest_map to a struct | Joerg Roedel |
2016-02-25 | KVM: Use simple waitqueue for vcpu->wq | Marcelo Tosatti |
2016-02-16 | KVM: x86: fix *NULL on invalid low-prio irq | Radim Krčmář |
2016-02-09 | KVM: x86: consolidate different ways to test for in-kernel LAPIC | Paolo Bonzini |
2016-02-09 | KVM: x86: consolidate "has lapic" checks into irq.c | Paolo Bonzini |
2016-02-09 | KVM: APIC: remove unnecessary double checks on APIC existence | Paolo Bonzini |
2016-02-09 | KVM: x86: Add lowest-priority support for vt-d posted-interrupts | Feng Wu |
2016-02-09 | KVM: x86: Use vector-hashing to deliver lowest-priority interrupts | Feng Wu |
2015-11-25 | kvm/x86: Hyper-V synthetic interrupt controller | Andrey Smetanin |
2015-11-25 | kvm/x86: per-vcpu apicv deactivation support | Andrey Smetanin |
2015-11-25 | kvm/x86: split ioapic-handled and EOI exit bitmaps | Andrey Smetanin |
2015-11-10 | KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc() | Haozhong Zhang |
2015-11-04 | KVM: x86: zero apic_arb_prio on reset | Radim Krčmář |
2015-10-14 | kvm: x86: set KVM_REQ_EVENT when updating IRR | Radim Krčmář |
2015-10-01 | KVM: Define a new interface kvm_intr_is_single_vcpu() | Feng Wu |
2015-10-01 | KVM: x86: Add EOI exit bitmap inference | Steve Rutherford |
2015-10-01 | KVM: x86: Add KVM exit for IOAPIC EOIs | Steve Rutherford |
2015-10-01 | KVM: x86: Split the APIC from the rest of IRQCHIP. | Steve Rutherford |
2015-10-01 | KVM: x86: introduce lapic_in_kernel | Paolo Bonzini |
2015-10-01 | KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv | Paolo Bonzini |
2015-10-01 | KVM: x86: store IOAPIC-handled vectors in each VCPU | Paolo Bonzini |
2015-10-01 | KVM: x86: set TMR when the interrupt is accepted | Paolo Bonzini |
2015-09-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-08-11 | kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic | Nicholas Krause |
2015-07-31 | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar |
2015-07-23 | KVM: x86: rename quirk constants to KVM_X86_QUIRK_* | Paolo Bonzini |
2015-07-23 | KVM: x86: introduce kvm_check_has_quirk | Paolo Bonzini |
2015-07-06 | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski |
2015-07-03 | KVM: x86: keep track of LVT0 changes under APICv | Radim Krčmář |
2015-07-03 | KVM: x86: properly restore LVT0 | Radim Krčmář |
2015-07-03 | KVM: x86: make vapics_in_nmi_mode atomic | Radim Krčmář |
2015-06-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-06-16 | KVM: x86: fix lapic.timer_mode on restore | Radim Krčmář |
2015-06-04 | KVM: x86: latch INITs while in system management mode | Paolo Bonzini |
2015-06-04 | KVM: x86: stubs for SMM support | Paolo Bonzini |
2015-05-28 | KVM: x86: preserve x2APIC LDR on INIT | Radim Krčmář |
2015-05-28 | KVM: x86: use correct APIC ID on x2APIC transition | Radim Krčmář |