aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tlb_uv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01x86, UV: Initialize BAU hub mapCliff Wickman1-12/+14
2010-07-17x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman1-6/+10
2010-06-08x86, UV: Modularize BAU send and waitCliff Wickman1-38/+44
2010-06-08x86, UV: BAU broadcast to the local hubCliff Wickman1-85/+53
2010-06-08x86, UV: Correct BAU regular message typeCliff Wickman1-14/+1
2010-06-08x86, UV: Remove BAU check for stay-busyCliff Wickman1-23/+0
2010-06-08x86, UV: Correct BAU discovery of hubs and socketsCliff Wickman1-18/+31
2010-06-08x86, UV: Correct BAU software acknowledgeCliff Wickman1-9/+8
2010-06-08x86, UV: BAU structure rearrangingCliff Wickman1-12/+0
2010-06-08x86, UV: Shorten access to BAU statistics structureCliff Wickman1-8/+8
2010-06-08x86, UV: Disable BAU on network congestionCliff Wickman1-3/+73
2010-06-08x86, UV: BAU tunables into a debugfs fileCliff Wickman1-40/+241
2010-06-08x86, UV: Calculate BAU destination timeoutCliff Wickman1-4/+47
2010-05-18Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-374/+906
2010-04-14x86, UV: Improve BAU performance and error recoveryCliff Wickman1-370/+900
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-11x86, UV: Clean up UV headers for MMR definitionsJack Steiner1-4/+6
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2009-11-23x86: SGI UV: Fix BAU initializationCliff Wickman1-3/+1
2009-10-16x86, UV: Fix and clean up bau code to use uv_gpa_to_pnode()Robin Holt1-5/+2
2009-10-16x86, UV: Fix information in __uv_hub_info structureRobin Holt1-2/+2
2009-08-24x86: uv: Clean up uv_ptc_init(), use proc_create()Alexey Dobriyan1-2/+2
2009-08-15x86: Fix UV BAU destination subnode idCliff Wickman1-0/+1
2009-06-24x86: Fix uv bau sending buffer initializationCliff Wickman1-7/+2
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+13
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu1-1/+1
2009-06-03x86: Fix UV BAU activation descriptor initCliff Wickman1-2/+13
2009-04-16Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-61/+128
2009-04-16x86: UV BAU distribution and payload MMRsCliff Wickman1-3/+9
2009-04-14x86: UV: BAU partition-relative distribution mapCliff Wickman1-3/+16
2009-04-03x86: UV BAU messaging timeoutsCliff Wickman1-11/+45
2009-04-03x86: UV BAU and nodes with no memoryCliff Wickman1-47/+61
2009-03-30Merge branch 'linus' into cpumask-for-linusIngo Molnar1-1/+2
2009-03-18x86, uv: fix cpumask iterator in uv_bau_init()Rusty Russell1-1/+2
2009-03-13cpumask: use cpumask_var_t in uv_flush_tlb_others.Rusty Russell1-2/+7
2009-03-08x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman1-2/+0
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-2/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-2/+2
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar1-1/+1
2009-01-31x86: UV fix uv_flush_send_and_wait()Cliff Wickman1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-0/+1
2009-01-21x86: uv cleanupTejun Heo1-28/+40
2009-01-15x86, UV: cpu_relax in uv_wait_completionCliff Wickman1-0/+1
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-8/+8
2009-01-02x86, UV: remove erroneous BAU initializationCliff Wickman1-9/+0
2008-11-11x86, UV: fix redundant creation of sgi_uvCliff Wickman1-4/+0
2008-10-22x86/tlb_uv: remove strange mc146818rtc includeJeremy Fitzhardinge1-1/+1
2008-08-20x86, SGI UV: hardcode the TLB flush interrupt system vectorCliff Wickman1-1/+2
2008-07-08x86, SGI UV: uv_ptc_proc_write fixCliff Wickman1-1/+1