Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-16 | x86: uv: xpc needs to provide an abstraction for uv_gpa | Robin Holt | 1 | -0/+3 | |
Provide an SGI SN2/UV agnositic method for converting a global physical address into a socket physical address. Signed-off-by: Robin Holt <[email protected]> Cc: Jack Steiner <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2009-04-21 | sgi-xp/sgi-gru: allow modules to load on non-uv systems | Robin Holt | 1 | -6/+6 | |
For an upcoming distro release, we need to have the xp kernel module loadable even when not on UV equipment. The xpc module will not load. This will allow one set of modules dependent upon xp to work on either UV or non-UV equipment. Signed-off-by: Robin Holt <[email protected]> Signed-off-by: Jack Steiner <[email protected]> Cc: Ingo Molnar <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2009-01-06 | SGI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 | |
CC: Jack Steiner <[email protected]> Signed-off-by: Kay Sievers <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
2008-11-05 | sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect() | Dean Nelson | 1 | -0/+7 | |
Define xp_expand_memprotect() and xp_restrict_memprotect() so they can be tailered to the hardware they are run on. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> | |||||
2008-07-30 | sgi-xp: setup the notify GRU message queue | Dean Nelson | 1 | -2/+5 | |
Setup the notify GRU message queue that is used for sending user messages on UV systems. Signed-off-by: Dean Nelson <[email protected]> Cc: Jack Steiner <[email protected]> Cc: "Luck, Tony" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-07-30 | sgi-xp: add usage of GRU driver by xpc_remote_memcpy() | Dean Nelson | 1 | -1/+5 | |
Add UV support to xpc_remote_memcpy(), which involves interfacing to the GRU driver. Signed-off-by: Dean Nelson <[email protected]> Cc: Jack Steiner <[email protected]> Cc: "Luck, Tony" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-07-30 | sgi-xp: enable building of XPC/XPNET on x86_64 | Dean Nelson | 1 | -1/+9 | |
Get XPC/XPNET to build on x86_64. Trying to modprobe them up on a non-UV or sn2 system will result in a -ENODEV. Signed-off-by: Dean Nelson <[email protected]> Cc: Jack Steiner <[email protected]> Cc: "Luck, Tony" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-07-30 | sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify() | Dean Nelson | 1 | -14/+9 | |
Move xpc_allocate() functionality into xpc_send()/xpc_send_notify() so xpc_allocate() no longer needs to be called by XPNET. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-07-30 | sgi-xp: create a common xp_remote_memcpy() function | Dean Nelson | 1 | -0/+3 | |
Create a common remote memcpy function that maps to what the hardware booted supports. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-07-30 | sgi-xp: support runtime selection of xp_max_npartitions | Dean Nelson | 1 | -50/+34 | |
Support runtime selection of the max number of partitions based on the hardware being run on. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-05-13 | drivers/misc/sgi-xp: replace partid_t with a short | Dean Nelson | 1 | -15/+15 | |
In preparation for supporting greater than 64 partitions replace partid_t by short in drivers/misc/sgi-xp. Signed-off-by: Dean Nelson <[email protected]> Acked-by: Robin Holt <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-05-13 | drivers/misc/sgi-xp: clean up return values | Dean Nelson | 1 | -19/+19 | |
Make XP return values more generic to XP and not so tied to XPC by changing enum xpc_retval to xp_retval, along with changing return value prefixes from xpc to xp. Also, cleanup a comment block that referenced some of these return values as well as the handling of BTE related return values. Signed-off-by: Dean Nelson <[email protected]> Acked-by: Robin Holt <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
2008-04-22 | [IA64] run drivers/misc/sgi-xp through scripts/checkpatch.pl | Dean Nelson | 1 | -21/+20 | |
Addressed issues raised by scripts/checkpatch.pl. Removed unnecessary curly braces. Eliminated uses of volatiles and use of kernel_thread() and daemonize(). Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Tony Luck <[email protected]> | |||||
2008-04-22 | [IA64] run some drivers/misc/sgi-xp through scripts/Lindent | Dean Nelson | 1 | -54/+44 | |
Ran patches through scripts/Lindent (part 1). Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Tony Luck <[email protected]> | |||||
2008-04-22 | [IA64] move XP and XPC to drivers/misc/sgi-xp | Dean Nelson | 1 | -0/+290 | |
Move XPC and XPNET from arch/ia64/sn/kernel to drivers/misc/sgi-xp. Signed-off-by: Dean Nelson <[email protected]> Signed-off-by: Tony Luck <[email protected]> |