aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_uv_x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-27/+34
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus 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
2010-07-21x86, UV: Make kdump avoid stack dumpsCliff Wickman1-0/+4
2010-05-18Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-17x86, UV: Delete unneeded boot messagesJack Steiner1-3/+0
2010-03-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2010-03-12x86, UV: Fix target_cpus() in x2apic_uv_x.cJack Steiner1-3/+1
2010-02-28Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+7
2010-02-27x86: Enable NMI on all cpus on UVRuss Anderson1-0/+44
2010-02-05x86, uv: Update UV arch to target Legacy VGA I/O correctly.Mike Travis1-0/+30
2010-01-15x86, uv: Ensure hub revision set for all ACPI modes.Russ Anderson1-1/+4
2010-01-15x86, uv: Add function retrieving node controller revision numberJack Steiner1-0/+6
2010-01-13x86: SGI UV: Fix mapping of MMIO registersMike Travis1-7/+8
2010-01-07x86, uv: Remove recursion in uv_heartbeat_enable()Roel Kluin1-5/+4
2009-12-29x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis1-6/+6
2009-12-17x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha1-4/+1
2009-12-17x86, uv: Add serial number parameter to uv_bios_get_sn_info()Russ Anderson1-3/+3
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+18
2009-12-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+8
2009-11-30x86, mm: Correct the implementation of is_untracked_pat_range()H. Peter Anvin1-1/+1
2009-11-26x86: SGI UV: Map low MMR rangesJack Steiner1-0/+8
2009-11-23x86, platform: Change is_untracked_pat_range() to bool; cleanup initH. Peter Anvin1-2/+2
2009-11-23x86: UV SGI: Don't track GRU space in PATJack Steiner1-1/+18
2009-10-16x86, UV: Fix information in __uv_hub_info structureRobin Holt1-4/+4
2009-09-18x86: SGI UV: Map MMIO-High memory rangeJack Steiner1-0/+11
2009-08-16x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.cLeonardo Potenza1-2/+2
2009-08-04x86, UV: Fix UV apic modeJack Steiner1-1/+1
2009-08-04x86, UV: Delete mapping of MMR rangs mapped by BIOSJack Steiner1-30/+1
2009-08-04x86, UV: Handle missing blade-local memory correctlyJack Steiner1-0/+5
2009-06-15Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+9
2009-06-08x86, UV: Fix macros for multiple coherency domainsJack Steiner1-6/+9