summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2016-05-04x86/platform/UV: Support UV4 socket address changesMike Travis
2016-05-04x86/platform/UV: Add UV4 addressing discovery functionMike Travis
2016-05-04x86/platform/UV: Fold blade info into per node hub info structsMike Travis
2016-05-04x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis
2016-05-04x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis
2016-05-04x86/platform/UV: Move scir info to the per cpu info structMike Travis
2016-05-04x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis
2016-05-04x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis
2016-05-04x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis
2016-05-04x86/platform/UV: Prep for UV4 MMR updatesMike Travis
2016-05-04x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis
2016-05-04x86/platform/UV: Add UV4 Specific DefinesMike Travis
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar
2016-04-28x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-19x86/apic/uv: Fix the hotplug notifierThomas Gleixner
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-08x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko
2016-02-29x86/topology: Create logical package idThomas Gleixner
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu
2016-01-15x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins
2015-12-19x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai
2015-12-19Merge branch 'linus' into x86/apicThomas Gleixner