summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-061-2/+2
* x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-202/+2
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-0/+43
|\
| * x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com2017-10-241-1/+1
| * x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com2017-10-161-0/+43
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1314-826/+1040
|\ \
| * \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-079-2/+21
| |\ \
| * | | x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner2017-10-181-3/+2
| * | | x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-171-2/+2
| * | | x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner2017-10-121-0/+13
| * | | x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King2017-09-281-2/+2
| * | | x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov2017-09-271-1/+1
| * | | x86/vector: Respect affinity mask in irq descriptorThomas Gleixner2017-09-251-4/+17
| * | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-1/+31
| * | | x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner2017-09-251-23/+33
| * | | x86/vector/msi: Switch to global reservation modeThomas Gleixner2017-09-251-34/+63
| * | | x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-18/+172
| * | | x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner2017-09-251-15/+22
| * | | x86/apic/msi: Force reactivation of interrupts at startup timeThomas Gleixner2017-09-251-2/+3
| * | | x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-40/+48
| * | | x86/vector: Compile SMP only code conditionallyThomas Gleixner2017-09-251-15/+20
| * | | x86/apic: Remove unused callbacksThomas Gleixner2017-09-259-134/+0
| * | | x86/vector: Use matrix allocator for vector assignmentThomas Gleixner2017-09-251-172/+116
| * | | x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+2
| * | | x86/vector: Add vector domain debugfs supportThomas Gleixner2017-09-251-2/+48
| * | | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-4/+52
| * | | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-259-0/+30
| * | | x86/vector: Move helper functions aroundThomas Gleixner2017-09-251-15/+15
| * | | x86/vector: Remove pointless pointer checksThomas Gleixner2017-09-251-1/+1
| * | | x86/apic: Get rid of the legacy irq data storageThomas Gleixner2017-09-251-39/+13
| * | | x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2017-09-251-0/+1
| * | | x86/vector: Simplify vector move cleanupThomas Gleixner2017-09-251-144/+77
| * | | x86/vector: Store the single CPU targets in apic dataThomas Gleixner2017-09-251-0/+5
| * | | x86/vector: Cleanup variable namesThomas Gleixner2017-09-251-114/+114
| * | | x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner2017-09-251-29/+35
| * | | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-42/+0
| * | | x86/apic: Get rid of multi CPU affinityThomas Gleixner2017-09-251-10/+3
| * | | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
| * | | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-2511-41/+5
| * | | x86/apic/x2apic: Simplify cluster managementThomas Gleixner2017-09-251-77/+75
| * | | x86/apic: Move common APIC callbacksThomas Gleixner2017-09-252-28/+78
| * | | x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-252-1/+21
| * | | x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-0/+7
| * | | x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-252-10/+25
| * | | x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2017-09-251-2/+2
| * | | x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-255-6/+6
| * | | x86/apic: Deinline x2apic functionsThomas Gleixner2017-09-253-2/+49
| * | | Merge branch 'irq/core' into x86/apicThomas Gleixner2017-09-252-6/+8
| |\ \ \
| * | | | x86/apic: Use lapic_is_integrated() consistentlyDou Liyang2017-09-251-5/+4
| * | | | x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang2017-09-251-4/+0