aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpc_partition.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09misc/sgi-xp: Replace in_interrupt() usageThomas Gleixner1-5/+15
2020-10-07x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis1-0/+1
2020-10-07drivers/misc/sgi-xp: Adjust references in UV kernel modulesMike Travis1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-08-16misc/sgi-xp: remove SGI SN2 supportChristoph Hellwig1-5/+0
2019-05-24misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_paNathan Chancellor1-1/+1
2018-09-14misc: sgi-xp: remove meaningless null check before kfreezhong jiang1-2/+1
2018-07-07sgi-xp: xpc_partition: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-07-03sgi-xp: remove redundant pointers ch and rpColin Ian King1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2010-11-25sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com1-10/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16x86: uv: update XPC to handle updated BIOS interfaceRobin Holt1-4/+9
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt1-9/+11
2008-07-30sgi-xp: setup the activate GRU message queueDean Nelson1-6/+22
2008-07-30sgi-xp: cleanup naming of partition definesDean Nelson1-9/+9
2008-07-30sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson1-20/+17
2008-07-30sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson1-27/+20
2008-07-30sgi-xp: add 'jiffies' to reserved page's timestamp nameDean Nelson1-7/+7
2008-07-30sgi-xp: use standard bitops macros and functionsDean Nelson1-21/+22
2008-07-30sgi-xp: eliminate '>>>' in commentsDean Nelson1-1/+1
2008-07-30sgi-xp: isolate remote copy buffer to sn2 onlyDean Nelson1-20/+11
2008-07-30sgi-xp: isolate additional sn2 specific codeDean Nelson1-33/+26
2008-07-30sgi-xp: isolate activate IRQ's hardware specific componentsDean Nelson1-121/+0
2008-07-30sgi-xp: base xpc_rsvd_page's timestamp on jiffiesDean Nelson1-16/+17
2008-07-30sgi-xp: isolate xpc_vars structure to sn2 onlyDean Nelson1-448/+6
2008-07-30sgi-xp: isolate xpc_vars_part structure to sn2 onlyDean Nelson1-0/+1
2008-07-30sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardwareDean Nelson1-105/+44
2008-07-30sgi-xp: create a common xp_remote_memcpy() functionDean Nelson1-31/+24
2008-07-30sgi-xp: support runtime selection of xp_max_npartitionsDean Nelson1-12/+4
2008-05-13drivers/misc/sgi-xp: replace partid_t with a shortDean Nelson1-5/+5
2008-05-13drivers/misc/sgi-xp: clean up return valuesDean Nelson1-32/+32
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson1-2/+2
2008-04-22[IA64] run drivers/misc/sgi-xp through scripts/checkpatch.plDean Nelson1-56/+43
2008-04-22[IA64] run some drivers/misc/sgi-xp through scripts/LindentDean Nelson1-190/+138
2008-04-22[IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson1-0/+1239