aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16gru: fix bug in exception handlingJack Steiner1-8/+22
2009-12-16gru: preload tlb for bcopy instructionsJack Steiner9-16/+129
2009-12-16gru: expicitly set instruction status to activeJack Steiner2-56/+67
2009-12-16gru: add additional GRU statisticsJack Steiner8-48/+77
2009-12-16gru: update irq infrastructureJack Steiner4-70/+260
2009-12-16gru: fix prefetch and speculation bugsJack Steiner5-6/+38
2009-12-16gru: check for valid vmaJack Steiner1-9/+12
2009-12-16gru: add test for gru_copy_gpaJack Steiner1-9/+39
2009-12-16gru: add debug option for cache flushingJack Steiner2-5/+10
2009-12-16gru: handle failures to mmu_notifier_registerJack Steiner3-11/+21
2009-12-16gru: support 64-bit GRU addressesJack Steiner1-6/+0
2009-12-16gru: improve messages for malfunctioning GRUsJack Steiner2-3/+25
2009-12-16gru: fix bug in module unloadJack Steiner1-1/+1
2009-12-16gru: allow users to specify gru chiplet 3Jack Steiner3-29/+13
2009-12-16gru: allow users to specify gru chiplet 2Jack Steiner6-80/+109
2009-12-16gru: allow users to specify gru chiplet 1Jack Steiner4-2/+17
2009-12-16gru: handle blades without memoryJack Steiner1-2/+2
2009-12-16gru: fix istatus race in GRU tlb dropinJack Steiner1-29/+20
2009-12-16gru: add comments raised in previous code reviewsJack Steiner2-1/+8
2009-12-16gru: initial GRU based on blade topologyJack Steiner1-7/+5
2009-12-16X86: uv: implement a gru_read_gpa kernel functionRobin Holt5-0/+52
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-05sgi-gru: decrapfiy options_write() functionLinus Torvalds1-6/+7
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-2/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan2-2/+2
2009-09-24gru: allocation may fail in quicktest1()Roel Kluin1-0/+2
2009-09-24gru: use proc_create()Alexey Dobriyan1-2/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-2/+0
2009-06-18gru: copyright fixesJack Steiner2-8/+28
2009-06-18gru: remove references to the obsolete global status handleJack Steiner1-2/+0
2009-06-18gru: fixes to grudump utilityJack Steiner2-4/+8
2009-06-18gru: fix potential use-after-free when purging GRU tlbsJack Steiner1-1/+3
2009-06-18gru: add user request to specify gru sliceJack Steiner4-1/+13
2009-06-18gru: generic infrastructure for context optionsJack Steiner5-13/+35
2009-06-18gru: cleanup gru inline functionsJack Steiner1-17/+16
2009-06-18gru: delete user request for fetching chiplet statusJack Steiner2-41/+0
2009-06-18gru: collect per-context user statisticsJack Steiner5-0/+52
2009-06-18gru: fix automatic retry of gru instruction failuresJack Steiner1-3/+2
2009-06-18gru: add user request to explicitly unload a gru contextJack Steiner3-28/+41
2009-06-18gru: fix cache coherency issues with instruction retryJack Steiner4-4/+14
2009-06-18gru: update to rev 0.9 of gru specJack Steiner6-11/+24
2009-06-18gru: update gru kernel self testsJack Steiner4-16/+142
2009-06-18gru: support for asynchronous gru instructionsJack Steiner3-20/+213
2009-06-18gru: support instruction completion interruptsJack Steiner3-7/+29
2009-06-18gru: check context state on reloadJack Steiner2-9/+25
2009-06-18gru: fix handling of mesq failuresJack Steiner1-9/+24
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner2-6/+4
2009-06-18gru: change resource assignment for kernel threadsJack Steiner6-105/+184
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner4-19/+17
2009-06-18gru: change context load and unloadJack Steiner3-7/+11