aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpc_uv.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-85/+0
2022-06-27sgi-xp: xpc_uv: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2021-08-03sgi-xpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-7/+7
2019-08-16misc/sgi-xp: remove SGI SN2 supportChristoph Hellwig1-0/+2
2019-08-15sgi-xpc: Use GFP_ATOMIC for kmalloc in atomic context.Fuqian Huang1-1/+1
2019-08-15sgi-xp: xpc_uv: Make structure xpc_arch_ops_uv constantNishka Dasgupta1-1/+1
2019-03-28sgi-xpc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2018-10-15sgi-xp: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-1/+1
2012-08-21drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-07-11sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter1-2/+2
2010-10-26sgi-xp: incoming XPC channel messages can come in after the channel's partiti...Robin Holt1-0/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-16UV - XPC: pass nasid instead of nid to gru_create_message_queueRobin Holt1-1/+4
2009-12-16x86: uv: XPC receive message reuse triggers invalid BUG_ON()Robin Holt1-3/+0
2009-12-16X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE stateRobin Holt1-1/+2
2009-12-16x86: uv: xpc NULL deref when mesq becomes emptyRobin Holt1-3/+5
2009-12-16x86: uv: update XPC to handle updated BIOS interfaceRobin Holt1-12/+15
2009-10-14x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich1-2/+3
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-1/+1
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt1-59/+63
2009-04-13sgi-xpc: implement opencomplete messagingRobin Holt1-0/+22
2009-04-13sgi-xpc: prevent false heartbeat failuresRobin Holt1-80/+43
2009-04-02sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner1-48/+181
2009-02-05sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson1-6/+5
2009-01-29sgi-xpc: ensure flags are updated before bte_copyRobin Holt1-1/+1
2008-12-16sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson1-4/+4
2008-11-05sgi-xp: support getting the address of a partition's reserved pageDean Nelson1-3/+28
2008-11-05sgi-xp: create activate and notify gru message queuesDean Nelson1-53/+206
2008-07-30sgi-xp: setup the notify GRU message queueDean Nelson1-188/+763
2008-07-30sgi-xp: setup the activate GRU message queueDean Nelson1-30/+751
2008-07-30sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson1-1/+1
2008-07-30sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson1-5/+2
2008-07-30sgi-xp: eliminate '>>>' in commentsDean Nelson1-16/+16
2008-07-30sgi-xp: separate chctl_flags from XPC's notify IRQDean Nelson1-5/+5
2008-07-30sgi-xp: isolate additional sn2 specific codeDean Nelson1-4/+11
2008-07-30sgi-xp: isolate xpc_vars structure to sn2 onlyDean Nelson1-5/+52
2008-07-30sgi-xp: isolate xpc_vars_part structure to sn2 onlyDean Nelson1-0/+48
2008-07-30sgi-xp: prepare xpc_rsvd_page to work on either sn2 or uv hardwareDean Nelson1-0/+48