aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru/grukservices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27misc: sgi-gru: grukservices: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-03-18misc: sgi-gru: Fix spelling mistake "unexpect" -> "unexpected"Colin Ian King1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-09-20misc: sgi-gru: fix fall-through annotationsGustavo A. R. Silva1-2/+2
2016-05-04x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich1-16/+22
2015-09-20drivers/misc/sgi-gru: remove unused variableSudip Mukherjee1-2/+0
2015-09-20drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee1-1/+6
2015-09-20drivers/misc/sgi-gru: make functions staticSudip Mukherjee1-3/+3
2011-10-31drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-12-16gru: send cross partition interrupts using the gruJack Steiner1-15/+24
2009-12-16gru: fix bug in allocation of kernel contextsJack Steiner1-3/+11
2009-12-16gru: fix bug in exception handlingJack Steiner1-8/+22
2009-12-16gru: preload tlb for bcopy instructionsJack Steiner1-1/+1
2009-12-16gru: add additional GRU statisticsJack Steiner1-11/+24
2009-12-16gru: fix prefetch and speculation bugsJack Steiner1-4/+6
2009-12-16gru: add test for gru_copy_gpaJack Steiner1-9/+39
2009-12-16gru: allow users to specify gru chiplet 2Jack Steiner1-3/+5
2009-12-16gru: add comments raised in previous code reviewsJack Steiner1-1/+3
2009-12-16X86: uv: implement a gru_read_gpa kernel functionRobin Holt1-0/+23
2009-09-24gru: allocation may fail in quicktest1()Roel Kluin1-0/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
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 Steiner1-20/+35
2009-06-18gru: fix cache coherency issues with instruction retryJack Steiner1-2/+10
2009-06-18gru: update to rev 0.9 of gru specJack Steiner1-1/+2
2009-06-18gru: update gru kernel self testsJack Steiner1-15/+135
2009-06-18gru: support for asynchronous gru instructionsJack Steiner1-16/+162
2009-06-18gru: fix handling of mesq failuresJack Steiner1-9/+24
2009-06-18gru: change resource assignment for kernel threadsJack Steiner1-81/+120
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner1-1/+4
2009-04-02sgi-gru: support multiple pagesizes in GRUJack Steiner1-1/+1
2009-04-02sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner1-0/+19
2009-04-02sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner1-46/+58
2009-04-02sgi-gru: improvements to GRU debug messages & statisticsJack Steiner1-2/+2
2009-04-02sgi-gru: misc GRU cleanupJack Steiner1-2/+2
2008-10-16GRU driver: minor updatesJack Steiner1-0/+1
2008-10-16drivers/misc: Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-07-30GRU Driver V3: fixes to resolve code review commentsJack Steiner1-3/+3
2008-07-30GRU Driver: kernel services provide by driverJack Steiner1-0/+679