summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-18x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King
2017-09-27x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner
2017-09-25x86/vector/msi: Switch to global reservation modeThomas Gleixner
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner
2017-09-25x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner
2017-09-25x86/apic/msi: Force reactivation of interrupts at startup timeThomas Gleixner
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner
2017-09-25x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner
2017-09-25x86/apic/x2apic: Simplify cluster managementThomas Gleixner
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner
2017-09-25x86/apic: Move APIC noop specific functionsThomas Gleixner
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner
2017-09-25x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner
2017-09-25Merge branch 'irq/core' into x86/apicThomas Gleixner
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner
2017-09-25x86/apic: Use lapic_is_integrated() consistentlyDou Liyang
2017-09-25x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang