summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_uv_x.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-09x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes1-1/+1
2014-01-25x86/uv/nmi: Fix Sparse warningsMike Travis1-1/+0
2013-11-12Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-69/+1
2013-10-15x86: Update UV3 hub revision IDRuss Anderson1-1/+1
2013-09-24x86/UV: Update UV support for external NMI signalsMike Travis1-0/+1
2013-09-24x86/UV: Move NMI supportMike Travis1-69/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-7/+7
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-1/+1
2013-05-30x86/UV: Add GRU distributed mode mappingsDimitri Sivanich1-7/+59
2013-02-11x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis1-35/+171
2012-06-14x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev1-4/+4
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-23/+6
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev1-1/+1
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-9/+18
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev1-7/+1
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-6/+1
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-1/+1
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-0/+1
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold1-1/+6
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-0/+1
2012-01-08x86, UV: Update Boot messages for SGI UV2 platformJack Steiner1-1/+6
2011-12-05x86, UV: Fix UV2 hub part numberJack Steiner1-0/+2
2011-10-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-16/+4
2011-09-21x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner1-2/+5
2011-08-05x86, UV: Remove UV delay in starting slave cpusJack Steiner1-1/+0
2011-06-14x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie1-4/+4
2011-05-25x86, UV: Add support for SGI UV2 hub chipJack Steiner1-9/+31
2011-05-22x86, apic: Make apic drivers staticSuresh Siddha1-1/+3
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha1-0/+2
2011-05-20x86, apic: Use probe routines to simplify apic selectionSuresh Siddha1-1/+6
2011-05-10x86, UV: Fix NMI handler for UV platformsJack Steiner1-5/+43
2011-03-31x86, UV: Fix kdump rebootCliff Wickman1-0/+9
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare1-0/+1
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo1-1/+0
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo1-1/+0
2011-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-01-11x86, UV: Fix APICID shift for Westmere processorsJack Steiner1-1/+1
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-27/+34
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-4/+4
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus1-1/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-4/+4
2010-12-22x86, UV: Fix the effect of extra bits in the hub nodeid registerJack Steiner1-12/+21
2010-12-22x86, UV: Add common uv_early_read_mmr() function for reading MMRsJack Steiner1-16/+14
2010-11-18x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich1-2/+23
2010-11-10x86, UV: Update node controller MMRsJack Steiner1-6/+6
2010-10-28x86, uv: More Westmere support on SGI UVRuss Anderson1-4/+3
2010-10-26x86, uv: Enable Westmere support on SGI UVRuss Anderson1-2/+23
2010-09-10x86, UV: Fix initialization of max_pnodeJack Steiner1-3/+3