aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2-2/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-10/+7
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+30
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2016-07-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov1-0/+2
2016-07-19x86/apic: Remove duplicated include from probe_64.cWei Yongjun1-1/+0
2016-07-15x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior1-50/+30
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang8-10/+0
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker9-9/+7
2016-07-07timers, x86/apic/uv: Initialize the UV heartbeat timer as pinnedThomas Gleixner1-2/+2
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-2/+3
2016-06-10x86/apic: Fix misspelled APICClaudio Fontana1-3/+3
2016-06-10x86/ioapic: Simplify ioapic_setup_resources()Rui Wang1-11/+7
2016-06-10x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang1-1/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-1/+0
2016-05-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-183/+667
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-21/+21
2016-05-05Merge branch 'x86/urgent' into x86/platform, to resolve conflictIngo Molnar1-3/+1
2016-05-05x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_initAlex Thorlton1-3/+1
2016-05-04x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodesDimitri Sivanich1-30/+28
2016-05-04x86/platform/UV: Update physical address conversions for UV4Mike Travis1-1/+95
2016-05-04x86/platform/UV: Build GAM reference tablesMike Travis1-0/+139
2016-05-04x86/platform/UV: Support UV4 socket address changesMike Travis1-8/+120
2016-05-04x86/platform/UV: Add UV4 addressing discovery functionMike Travis1-13/+72
2016-05-04x86/platform/UV: Fold blade info into per node hub info structsMike Travis1-111/+101
2016-05-04x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis1-15/+44
2016-05-04x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis1-1/+1
2016-05-04x86/platform/UV: Move scir info to the per cpu info structMike Travis1-9/+9
2016-05-04x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis1-5/+10
2016-05-04x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis1-1/+2
2016-05-04x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis1-1/+0
2016-05-04x86/platform/UV: Prep for UV4 MMR updatesMike Travis1-84/+124
2016-05-04x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis1-0/+12
2016-05-04x86/platform/UV: Add UV4 Specific DefinesMike Travis1-3/+9
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar1-1/+2
2016-04-28x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch1-1/+2
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov5-15/+15
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-5/+5
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov1-1/+1
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+74
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+4
2016-03-19x86/apic/uv: Fix the hotplug notifierThomas Gleixner1-1/+2
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner1-18/+70
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2-2/+2
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+61
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-03-08x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko1-1/+1
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko1-0/+60