summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
* | x86/ioapic: Simplify ioapic_setup_resources()Rui Wang2016-06-101-11/+7
|/
* x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-1/+0
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-183/+667
|\
| * Merge branch 'x86/urgent' into x86/platform, to resolve conflictIngo Molnar2016-05-051-3/+1
| |\
| * | x86/platform/UV: Fix incorrect nodes and pnodes for cpuless and memoryless nodesDimitri Sivanich2016-05-041-30/+28
| * | x86/platform/UV: Update physical address conversions for UV4Mike Travis2016-05-041-1/+95
| * | x86/platform/UV: Build GAM reference tablesMike Travis2016-05-041-0/+139
| * | x86/platform/UV: Support UV4 socket address changesMike Travis2016-05-041-8/+120
| * | x86/platform/UV: Add UV4 addressing discovery functionMike Travis2016-05-041-13/+72
| * | x86/platform/UV: Fold blade info into per node hub info structsMike Travis2016-05-041-111/+101
| * | x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2016-05-041-15/+44
| * | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-041-1/+1
| * | x86/platform/UV: Move scir info to the per cpu info structMike Travis2016-05-041-9/+9
| * | x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2016-05-041-5/+10
| * | x86/platform/UV: Update MMIOH setup function to work for both UV3 and UV4Mike Travis2016-05-041-1/+2
| * | x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2016-05-041-1/+0
| * | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-84/+124
| * | x86/platform/UV: Add UV MMR Illegal Access FunctionMike Travis2016-05-041-0/+12
| * | x86/platform/UV: Add UV4 Specific DefinesMike Travis2016-05-041-3/+9
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-165-21/+21
|\ \ \ | |_|/ |/| |
| * | Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-1/+2
| |\ \ | | |/
| * | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-135-15/+15
| * | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-5/+5
| * | x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov2016-03-311-1/+1
* | | x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_initAlex Thorlton2016-05-051-3/+1
| |/ |/|
* | x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch2016-04-281-1/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-243-21/+74
|\
| * x86/apic/uv: Fix the hotplug notifierThomas Gleixner2016-03-191-1/+2
| * x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-181-18/+70
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-172-2/+2
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-242-2/+2
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+4
|/ /
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-152-1/+61
|\ \
| * | x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko2016-03-081-1/+1
| * | x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko2016-03-081-0/+60
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-2/+2
|\ \
| * \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-183-78/+154
| |\ \ | | |/
| * | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-301-2/+2
* | | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+14
| |/ |/|
* | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-1/+4
* | x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
* | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-151-4/+7
* | x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
* | x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3
* | x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
* | x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
* | x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15
* | x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
* | x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
OpenPOWER on IntegriCloud