index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sgi-xp
/
xpc_sn2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sgi-xp: Replace spin_is_locked() with lockdep
Lance Roy
2018-10-15
1
-1
/
+1
*
drivers/sgi-xp: Convert timers to use timer_setup()
Kees Cook
2017-11-02
1
-9
/
+6
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[IA64] sgi-xp: fix printk format warnings
Randy Dunlap
2009-09-15
1
-19
/
+21
*
sgi-xpc: clean up numerous globals
Robin Holt
2009-04-13
1
-59
/
+63
*
sgi-xpc: implement opencomplete messaging
Robin Holt
2009-04-13
1
-0
/
+8
*
sgi-xpc: prevent false heartbeat failures
Robin Holt
2009-04-13
1
-7
/
+37
*
xpc_sn2: fix max() warning about pointers of different types
Robin Holt
2009-04-02
1
-5
/
+5
*
sgi-gru: add support to the GRU driver for message queue interrupts
Jack Steiner
2009-04-02
1
-1
/
+9
*
sgi-xpc: fix up stale DBUG_ON statements
Robin Holt
2009-01-29
1
-4
/
+11
*
sgi-xpc: Remove NULL pointer dereference.
Robin Holt
2009-01-29
1
-4
/
+6
*
sgi-xpc: ensure flags are updated before bte_copy
Robin Holt
2009-01-29
1
-4
/
+5
*
sgi-xp: eliminate false detection of no heartbeat
Dean Nelson
2009-01-15
1
-1
/
+1
*
sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect()
Dean Nelson
2008-11-05
1
-10
/
+5
*
sgi-xp: setup the notify GRU message queue
Dean Nelson
2008-07-30
1
-82
/
+96
*
sgi-xp: setup the activate GRU message queue
Dean Nelson
2008-07-30
1
-233
/
+154
*
sgi-xp: cleanup naming of partition defines
Dean Nelson
2008-07-30
1
-10
/
+10
*
sgi-xp: move xpc_check_remote_hb() to support both SN2 and UV
Dean Nelson
2008-07-30
1
-47
/
+23
*
sgi-xp: add usage of GRU driver by xpc_remote_memcpy()
Dean Nelson
2008-07-30
1
-32
/
+36
*
sgi-xp: enable building of XPC/XPNET on x86_64
Dean Nelson
2008-07-30
1
-5
/
+25
*
sgi-xp: add 'jiffies' to reserved page's timestamp name
Dean Nelson
2008-07-30
1
-12
/
+14
*
sgi-xp: use standard bitops macros and functions
Dean Nelson
2008-07-30
1
-34
/
+39
*
sgi-xp: eliminate '>>>' in comments
Dean Nelson
2008-07-30
1
-4
/
+4
*
sgi-xp: add _sn2 suffix to a few variables
Dean Nelson
2008-07-30
1
-59
/
+65
*
sgi-xp: isolate remote copy buffer to sn2 only
Dean Nelson
2008-07-30
1
-19
/
+69
*
sgi-xp: isolate allocation of XPC's msgqueues to sn2 only
Dean Nelson
2008-07-30
1
-12
/
+193
*
sgi-xp: replace AMO_t typedef by struct amo
Dean Nelson
2008-07-30
1
-67
/
+72
*
sgi-xp: separate chctl_flags from XPC's notify IRQ
Dean Nelson
2008-07-30
1
-149
/
+152
*
sgi-xp: isolate additional sn2 specific code
Dean Nelson
2008-07-30
1
-312
/
+539
*
sgi-xp: isolate activate IRQ's hardware specific components
Dean Nelson
2008-07-30
1
-27
/
+190
*
sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()
Dean Nelson
2008-07-30
1
-35
/
+29
*
sgi-xp: base xpc_rsvd_page's timestamp on jiffies
Dean Nelson
2008-07-30
1
-10
/
+6
*
sgi-xp: isolate xpc_vars structure to sn2 only
Dean Nelson
2008-07-30
1
-6
/
+1175
*
sgi-xp: isolate xpc_vars_part structure to sn2 only
Dean Nelson
2008-07-30
1
-3
/
+560
*
sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardware
Dean Nelson
2008-07-30
1
-0
/
+111