summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru/grufault.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* misc/sgi-gru/grufault: fix a style errorPeng Hao2019-01-181-2/+2
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-2/+7
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1Star
* drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich2013-07-041-2/+3
* sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-201-0/+1
* gru: improve GRU TLB dropin statisticsJack Steiner2009-12-161-2/+3
* gru: fix GRU interrupt race at deallocateJack Steiner2009-12-161-7/+17
* gru: add hugepage supportJack Steiner2009-12-161-3/+4
* gru: remove stray local_irq_enableJack Steiner2009-12-161-1/+0Star
* gru: add symbolic names for GRU error codeJack Steiner2009-12-161-5/+11
* gru: preload tlb for bcopy instructionsJack Steiner2009-12-161-4/+85
* gru: add additional GRU statisticsJack Steiner2009-12-161-7/+11
* gru: update irq infrastructureJack Steiner2009-12-161-17/+32
* gru: fix prefetch and speculation bugsJack Steiner2009-12-161-0/+2
* gru: check for valid vmaJack Steiner2009-12-161-9/+12
* gru: handle failures to mmu_notifier_registerJack Steiner2009-12-161-3/+3
* gru: allow users to specify gru chiplet 3Jack Steiner2009-12-161-5/+3Star
* gru: allow users to specify gru chiplet 2Jack Steiner2009-12-161-11/+2Star
* gru: allow users to specify gru chiplet 1Jack Steiner2009-12-161-0/+10
* gru: fix istatus race in GRU tlb dropinJack Steiner2009-12-161-29/+20Star
* gru: add comments raised in previous code reviewsJack Steiner2009-12-161-0/+5
* gru: fix potential use-after-free when purging GRU tlbsJack Steiner2009-06-181-1/+3
* gru: add user request to specify gru sliceJack Steiner2009-06-181-0/+4
* gru: generic infrastructure for context optionsJack Steiner2009-06-181-6/+18
* gru: collect per-context user statisticsJack Steiner2009-06-181-0/+27
* gru: fix cache coherency issues with instruction retryJack Steiner2009-06-181-1/+2
* gru: update to rev 0.9 of gru specJack Steiner2009-06-181-2/+6
* gru: support for asynchronous gru instructionsJack Steiner2009-06-181-4/+0Star
* gru: support instruction completion interruptsJack Steiner2009-06-181-7/+20
* gru: change context load and unloadJack Steiner2009-06-181-2/+2
* gru: bug fixes for GRU exception handlingJack Steiner2009-06-181-4/+21
* sgi-gru: support multiple pagesizes in GRUJack Steiner2009-04-031-0/+15
* sgi-gru: macro for scanning all gru chipletsJack Steiner2009-04-031-9/+2Star
* sgi-gru: restructure the GRU vtop functionsJack Steiner2009-04-031-24/+44
* sgi-gru: add support for a user to explicitly unload a GRU contextJack Steiner2009-04-031-0/+36
* sgi-gru: improvements to GRU debug messages & statisticsJack Steiner2009-04-031-1/+4
* sgi-gru: misc GRU cleanupJack Steiner2009-04-031-7/+12
* [IA64] Fix GRU compile error w/o CONFIG_HUGETLB_PAGEJack Steiner2008-12-091-0/+4
* GRU driver: minor updatesJack Steiner2008-10-161-6/+5Star
* GRU Driver: page faults & exceptionsJack Steiner2008-07-301-0/+633