aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp
Commit message (Expand)AuthorAgeFilesLines
* SGI-XP: handle non-fatal trapsRobin Holt2013-01-271-2/+32
* drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-10-021-19/+65
* sgi-xp: fix a use after freeEric Dumazet2011-06-191-3/+3
* sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com2010-11-251-10/+15
* sgi-xp: incoming XPC channel messages can come in after the channel's partiti...Robin Holt2010-10-261-0/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* UV - XPC: pass nasid instead of nid to gru_create_message_queueRobin Holt2009-12-161-1/+4
* x86: uv: XPC receive message reuse triggers invalid BUG_ON()Robin Holt2009-12-161-3/+0
* X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE stateRobin Holt2009-12-161-1/+2
* x86: uv: xpc NULL deref when mesq becomes emptyRobin Holt2009-12-161-3/+5
* x86: uv: update XPC to handle updated BIOS interfaceRobin Holt2009-12-163-16/+47
* x86: uv: xpc needs to provide an abstraction for uv_gpaRobin Holt2009-12-164-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-11/+3
|\
| * sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
| * sysctl ia64: Remove dead binary sysctl supportEric W. Biederman2009-11-121-8/+0
* | x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich2009-10-141-2/+3
|/
* 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
|\|