aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+3
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross1-1/+1
2017-11-10Merge branch 'linus' into x86/platform, to refresh the branchIngo Molnar8-0/+8
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar9-2/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-24x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com1-1/+1
2017-10-18x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner1-3/+2
2017-10-17x86/platform/UV: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner1-2/+2
2017-10-16x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com1-0/+43
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown1-1/+11
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini1-1/+2
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner1-0/+13
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King1-2/+2
2017-09-27x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov1-1/+1
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner1-4/+17
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-1/+31
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner1-23/+33
2017-09-25x86/vector/msi: Switch to global reservation modeThomas Gleixner1-34/+63
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner1-18/+172
2017-09-25x86/io_apic: Reevaluate vector configuration on activate()Thomas Gleixner1-15/+22
2017-09-25x86/apic/msi: Force reactivation of interrupts at startup timeThomas Gleixner1-2/+3
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner1-40/+48
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner1-15/+20
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner9-134/+0
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner1-172/+116
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner1-0/+2
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner1-2/+48
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-4/+52
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner9-0/+30
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner1-15/+15
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner1-1/+1
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner1-39/+13
2017-09-25x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner1-0/+1
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner1-144/+77
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner1-0/+5
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner1-114/+114
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner1-29/+35
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner1-42/+0
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner1-10/+3
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner1-1/+1
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner11-41/+5
2017-09-25x86/apic/x2apic: Simplify cluster managementThomas Gleixner1-77/+75
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner2-28/+78
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2-1/+21
2017-09-25x86/apic: Move APIC noop specific functionsThomas Gleixner1-0/+7
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner2-10/+25
2017-09-25x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner1-2/+2