summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-181-19/+21
|\
| * [IA64] sgi-xp: fix printk format warningsRandy Dunlap2009-09-151-19/+21
* | drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-2/+2
|\ \ | |/
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
* net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-131-1/+2
* sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt2009-04-211-6/+6
* sgi-xpc: clean up numerous globalsRobin Holt2009-04-136-295/+254
* sgi-xpc: implement opencomplete messagingRobin Holt2009-04-135-61/+124
* sgi-xpc: prevent false heartbeat failuresRobin Holt2009-04-134-152/+123
* xpc_sn2: fix max() warning about pointers of different typesRobin Holt2009-04-021-5/+5
* sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner2009-04-025-63/+223
* SGI IA64 UV: fix ia64 build error in the linux-next treeDean Nelson2009-02-111-14/+8
* Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-093-9/+10
|\
| * sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson2009-02-052-8/+8
| * sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson2009-02-031-1/+2
* | Merge branch 'linus' into core/percpuIngo Molnar2009-01-303-16/+23
|\ \ | |/
| * sgi-xpc: fix up stale DBUG_ON statementsRobin Holt2009-01-292-7/+11
| * sgi-xpc: Remove NULL pointer dereference.Robin Holt2009-01-291-4/+6
| * sgi-xpc: ensure flags are updated before bte_copyRobin Holt2009-01-292-5/+6
* | x86: uv cleanup, build fix #2Ingo Molnar2009-01-211-0/+2
* | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-211-1/+1
|\ \ | |/
| * sgi-xp: eliminate false detection of no heartbeatDean Nelson2009-01-151-1/+1
* | cpumask: convert misc driver functionsRusty Russell2009-01-111-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-083-6/+6
|\
| * SGI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-063-6/+6
* | xpnet: convert devices to new APIStephen Hemminger2009-01-071-48/+20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-9/+4
|\
| * sgi-xp: Kill directly reference of netdev->privWang Chen2008-12-041-9/+4
* | sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson2008-12-161-4/+4
* | Merge branch 'linus' into x86/uvIngo Molnar2008-11-203-4/+8
|\ \ | |/
| * sgi-xp: only build for ia64-sn2 when CONFIG_IA64_GENERIC specifiedDean Nelson2008-10-303-4/+8
* | sgi-xp: support getting the address of a partition's reserved pageDean Nelson2008-11-051-3/+28
* | sgi-xp: define xp_partition_id and xp_region_sizeDean Nelson2008-11-051-2/+2
* | sgi-xp: create activate and notify gru message queuesDean Nelson2008-11-052-53/+218
* | sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect()Dean Nelson2008-11-055-12/+117
|/
* sgi-xp: setup the notify GRU message queueDean Nelson2008-07-308-384/+1032
* sgi-xp: setup the activate GRU message queueDean Nelson2008-07-308-390/+1328
* sgi-xp: cleanup naming of partition definesDean Nelson2008-07-305-51/+51
* sgi-xp: move xpc_check_remote_hb() to support both SN2 and UVDean Nelson2008-07-303-49/+57
* sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson2008-07-3011-127/+154
* sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson2008-07-3011-125/+154
* sgi-xp: add 'jiffies' to reserved page's timestamp nameDean Nelson2008-07-304-26/+28
* sgi-xp: use standard bitops macros and functionsDean Nelson2008-07-304-86/+76
* sgi-xp: eliminate '>>>' in commentsDean Nelson2008-07-309-44/+43
* sgi-xp: add _sn2 suffix to a few variablesDean Nelson2008-07-301-59/+65
* sgi-xp: isolate remote copy buffer to sn2 onlyDean Nelson2008-07-305-102/+97
* sgi-xp: enable XPNET to handle more than 64 partitionsDean Nelson2008-07-301-119/+94
OpenPOWER on IntegriCloud