aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-19/+21
2009-09-15[IA64] sgi-xp: fix printk format warningsRandy Dunlap1-19/+21
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+1
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy1-1/+2
2009-04-21sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt1-6/+6
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt6-295/+254
2009-04-13sgi-xpc: implement opencomplete messagingRobin Holt5-61/+124
2009-04-13sgi-xpc: prevent false heartbeat failuresRobin Holt4-152/+123
2009-04-02xpc_sn2: fix max() warning about pointers of different typesRobin Holt1-5/+5
2009-04-02sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner5-63/+223
2009-02-11SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson1-14/+8
2009-02-09Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar3-9/+10
2009-02-05sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson2-8/+8
2009-02-03sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson1-1/+2
2009-01-30Merge branch 'linus' into core/percpuIngo Molnar3-16/+23
2009-01-29sgi-xpc: fix up stale DBUG_ON statementsRobin Holt2-7/+11
2009-01-29sgi-xpc: Remove NULL pointer dereference.Robin Holt1-4/+6
2009-01-29sgi-xpc: ensure flags are updated before bte_copyRobin Holt2-5/+6
2009-01-21x86: uv cleanup, build fix #2Ingo Molnar1-0/+2
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-1/+1
2009-01-15sgi-xp: eliminate false detection of no heartbeatDean Nelson1-1/+1
2009-01-11cpumask: convert misc driver functionsRusty Russell1-1/+1
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-6/+6
2009-01-07xpnet: convert devices to new APIStephen Hemminger1-48/+20
2009-01-06SGI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-6/+6
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-9/+4
2008-12-16sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson1-4/+4
2008-12-04sgi-xp: Kill directly reference of netdev->privWang Chen1-9/+4
2008-11-20Merge branch 'linus' into x86/uvIngo Molnar3-4/+8
2008-11-05sgi-xp: support getting the address of a partition's reserved pageDean Nelson1-3/+28
2008-11-05sgi-xp: define xp_partition_id and xp_region_sizeDean Nelson1-2/+2
2008-11-05sgi-xp: create activate and notify gru message queuesDean Nelson2-53/+218
2008-11-05sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect()Dean Nelson5-12/+117
2008-10-30sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specifiedDean Nelson3-4/+8
2008-07-30sgi-xp: setup the notify GRU message queueDean Nelson8-384/+1032
2008-07-30sgi-xp: setup the activate GRU message queueDean Nelson8-390/+1328
2008-07-30sgi-xp: cleanup naming of partition definesDean Nelson5-51/+51
2008-07-30sgi-xp: move xpc_check_remote_hb() to support both SN2 and UVDean Nelson3-49/+57
2008-07-30sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson11-127/+154
2008-07-30sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson11-125/+154
2008-07-30sgi-xp: add 'jiffies' to reserved page's timestamp nameDean Nelson4-26/+28
2008-07-30sgi-xp: use standard bitops macros and functionsDean Nelson4-86/+76
2008-07-30sgi-xp: eliminate '>>>' in commentsDean Nelson9-44/+43
2008-07-30sgi-xp: add _sn2 suffix to a few variablesDean Nelson1-59/+65
2008-07-30sgi-xp: isolate remote copy buffer to sn2 onlyDean Nelson5-102/+97
2008-07-30sgi-xp: enable XPNET to handle more than 64 partitionsDean Nelson1-119/+94