aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru/grumain.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-4/+0
2022-11-23misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault ...Zheng Wang1-4/+18
2022-10-25misc: sgi-gru: use explicitly signed charJason A. Donenfeld1-3/+3
2021-07-21misc: sgi-gru: Convert from atomic_t to refcount_t on gru_thread_state->ts_re...Xiyu Yang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-05-14misc: sgi-gru: Change return type to vm_fault_tSouptick Joarder1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-1/+1
2016-10-27drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich1-1/+1
2015-10-04misc: sgi-gru: use time_before()Manuel Schölling1-1/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2009-12-16gru: check for correct GRU chiplet assignmentJack Steiner1-14/+30
2009-12-16gru: preload tlb for bcopy instructionsJack Steiner1-2/+6
2009-12-16gru: add additional GRU statisticsJack Steiner1-3/+7
2009-12-16gru: update irq infrastructureJack Steiner1-2/+7
2009-12-16gru: fix prefetch and speculation bugsJack Steiner1-0/+9
2009-12-16gru: handle failures to mmu_notifier_registerJack Steiner1-7/+11
2009-12-16gru: allow users to specify gru chiplet 3Jack Steiner1-21/+9
2009-12-16gru: allow users to specify gru chiplet 2Jack Steiner1-42/+86
2009-12-16gru: allow users to specify gru chiplet 1Jack Steiner1-0/+2
2009-06-18gru: copyright fixesJack Steiner1-4/+14
2009-06-18gru: add user request to specify gru sliceJack Steiner1-0/+7
2009-06-18gru: collect per-context user statisticsJack Steiner1-0/+1
2009-06-18gru: support instruction completion interruptsJack Steiner1-0/+4
2009-06-18gru: check context state on reloadJack Steiner1-9/+23
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner1-2/+2
2009-06-18gru: change resource assignment for kernel threadsJack Steiner1-15/+40
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner1-4/+11
2009-06-18gru: change context load and unloadJack Steiner1-5/+5
2009-06-18gru: dynamic allocation of kernel contextsJack Steiner1-29/+31
2009-06-18gru: bug fixes for GRU exception handlingJack Steiner1-0/+3
2009-04-02sgi-gru: support multiple pagesizes in GRUJack Steiner1-6/+11
2009-04-02sgi-gru: aSID (context management) bug fixesJack Steiner1-4/+9
2009-04-02sgi-gru: improvements to GRU debug messages & statisticsJack Steiner1-22/+26
2009-04-02sgi-gru: misc GRU cleanupJack Steiner1-3/+3
2009-01-06SGI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-16GRU driver: minor updatesJack Steiner1-11/+18
2008-07-30GRU Driver V3: fixes to resolve code review commentsJack Steiner1-6/+10
2008-07-30GRU Driver: resource managementJack Steiner1-0/+798