summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpc_sn2.c
Commit message (Expand)AuthorAgeFilesLines
* sgi-xp: Replace spin_is_locked() with lockdepLance Roy2018-10-151-1/+1
* drivers/sgi-xp: Convert timers to use timer_setup()Kees Cook2017-11-021-9/+6Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [IA64] sgi-xp: fix printk format warningsRandy Dunlap2009-09-151-19/+21
* sgi-xpc: clean up numerous globalsRobin Holt2009-04-141-59/+63
* sgi-xpc: implement opencomplete messagingRobin Holt2009-04-141-0/+8
* sgi-xpc: prevent false heartbeat failuresRobin Holt2009-04-141-7/+37
* xpc_sn2: fix max() warning about pointers of different typesRobin Holt2009-04-031-5/+5
* sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner2009-04-031-1/+9
* sgi-xpc: fix up stale DBUG_ON statementsRobin Holt2009-01-301-4/+11
* sgi-xpc: Remove NULL pointer dereference.Robin Holt2009-01-301-4/+6
* sgi-xpc: ensure flags are updated before bte_copyRobin Holt2009-01-301-4/+5
* sgi-xp: eliminate false detection of no heartbeatDean Nelson2009-01-161-1/+1
* sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect()Dean Nelson2008-11-061-10/+5Star
* sgi-xp: setup the notify GRU message queueDean Nelson2008-07-301-82/+96
* sgi-xp: setup the activate GRU message queueDean Nelson2008-07-301-233/+154Star
* sgi-xp: cleanup naming of partition definesDean Nelson2008-07-301-10/+10
* sgi-xp: move xpc_check_remote_hb() to support both SN2 and UVDean Nelson2008-07-301-47/+23Star
* sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson2008-07-301-32/+36
* sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson2008-07-301-5/+25
* sgi-xp: add 'jiffies' to reserved page's timestamp nameDean Nelson2008-07-301-12/+14
* sgi-xp: use standard bitops macros and functionsDean Nelson2008-07-301-34/+39
* sgi-xp: eliminate '>>>' in commentsDean Nelson2008-07-301-4/+4
* 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-301-19/+69
* sgi-xp: isolate allocation of XPC's msgqueues to sn2 onlyDean Nelson2008-07-301-12/+193
* sgi-xp: replace AMO_t typedef by struct amoDean Nelson2008-07-301-67/+72
* sgi-xp: separate chctl_flags from XPC's notify IRQDean Nelson2008-07-301-149/+152
* sgi-xp: isolate additional sn2 specific codeDean Nelson2008-07-301-312/+539
* sgi-xp: isolate activate IRQ's hardware specific componentsDean Nelson2008-07-301-27/+190
* sgi-xp: move xpc_allocate() into xpc_send()/xpc_send_notify()Dean Nelson2008-07-301-35/+29Star
* sgi-xp: base xpc_rsvd_page's timestamp on jiffiesDean Nelson2008-07-301-10/+6Star
* sgi-xp: isolate xpc_vars structure to sn2 onlyDean Nelson2008-07-301-6/+1175
* sgi-xp: isolate xpc_vars_part structure to sn2 onlyDean Nelson2008-07-301-3/+560
* sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardwareDean Nelson2008-07-301-0/+111