summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-191-0/+6
* KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-2/+2
* KVM: x86: zero apic_arb_prio on resetRadim Krčmář2015-11-041-0/+2
* kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář2015-10-141-0/+2
* KVM: Define a new interface kvm_intr_is_single_vcpu()Feng Wu2015-10-011-0/+59
* KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-2/+1
* KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford2015-10-011-7/+17
* KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-2/+4
* KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-2/+2
* KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini2015-10-011-2/+2
* KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-2/+8
* KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini2015-10-011-9/+10
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+2
|\
| * Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-1/+1
| |\
| * | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-2/+2
* | | kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause2015-08-111-2/+3
| |/ |/|
* | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-231-1/+1
* | KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-231-1/+1
|/
* KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-031-6/+8
* KVM: x86: properly restore LVT0Radim Krčmář2015-07-031-0/+1
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-031-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-17/+42
|\
| * KVM: x86: latch INITs while in system management modePaolo Bonzini2015-06-041-1/+12
| * KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-041-1/+3
| * KVM: x86: preserve x2APIC LDR on INITRadim Krčmář2015-05-281-1/+2
| * KVM: x86: use correct APIC ID on x2APIC transitionRadim Krčmář2015-05-281-3/+10
| * kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan2015-05-071-1/+1
| * kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-071-2/+4
| * KVM: x86: tweak types of fields in kvm_lapic_irqPaolo Bonzini2015-05-071-1/+1
| * KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-5/+6
| * KVM: x86: Support for disabling quirksNadav Amit2015-05-071-2/+3
* | KVM: x86: fix lapic.timer_mode on restoreRadim Krčmář2015-06-161-10/+16
|/
* KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini2015-04-141-5/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-62/+85
|\
| * KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-081-2/+0
| * KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-081-50/+28
| * KVM: x86: avoid logical_map when it is invalidRadim Krčmář2015-04-081-1/+23
| * KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2015-04-081-5/+4
| * KVM: x86: use MDA for interrupt matchingRadim Krčmář2015-04-081-7/+33
| * Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-2/+2
| |\
| | * KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-2/+2
* | | KVM: x86: call irq notifiers with directed EOIRadim Krčmář2015-03-231-2/+1
|/ /
* / KVM: SVM: fix interrupt injection (apic->isr_count always 0)Radim Krčmář2015-03-021-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-51/+96
|\
| * KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-031-3/+10
| * KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti2015-02-021-6/+6
| * KVM: x86: fix x2apic logical address matchingRadim Krčmář2015-01-301-1/+2
| * KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář2015-01-301-4/+2
| * KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář2015-01-301-30/+16
| * KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-301-4/+4