summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause2015-01-081-6/+1
| * KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti2015-01-081-0/+1
| * KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti2015-01-081-1/+56
| * kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2015-01-081-3/+5
* | KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář2015-01-301-0/+3
|/
* KVM: x86: allow 256 logical x2APICs againRadim Krčmář2014-12-041-5/+6
* KVM: x86: check bounds of APIC mapsRadim Krčmář2014-12-041-4/+5
* KVM: x86: fix APIC physical destination wrappingRadim Krčmář2014-12-041-1/+4
* KVM: x86: deliver phys lowest-prioRadim Krčmář2014-12-041-2/+0
* KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář2014-12-041-2/+2
* KVM: x86: use MSR_ICR instead of a numberRadim Krčmář2014-12-041-2/+2
* KVM: x86: Fix reserved x2apic registersNadav Amit2014-12-041-0/+9
OpenPOWER on IntegriCloud