aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+1
2017-08-31sgi-gru: update to new mmu_notifier semanticJérôme Glisse1-12/+0
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-2/+7
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-2/+3
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
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2016-05-04x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich1-16/+22
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2015-10-04misc: sgi-gru: fix return of errorSudip Mukherjee1-10/+10
2015-10-04misc: sgi-gru: gruhandles.c: Remove unused functionRickard Strandqvist2-7/+0
2015-10-04misc: sgi-gru: use time_before()Manuel Schölling1-1/+3
2015-09-20drivers/misc/sgi-gru: fix possible NULL dereferenceSudip Mukherjee1-2/+3
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: remove always false conditionSudip Mukherjee1-1/+1
2015-09-20drivers/misc/sgi-gru: make functions staticSudip Mukherjee1-3/+3
2015-09-20drivers/misc/sgi-gru: add return on errorSudip Mukherjee1-8/+6
2014-06-03Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+8
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-01x86/UV: Fix conditional in gru_exit()Dimitri Sivanich1-3/+8
2014-02-10drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_context()Dan Carpenter1-6/+5
2013-07-03drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich1-2/+3
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2013-06-12drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter1-0/+1
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han1-9/+5
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-11x86, uv, uv3: Check current gru hub support for SGI UV3Mike Travis1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-3/+2
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-10-31drivers/misc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds2-0/+2
2011-04-14drivers/misc/sgi-gru/grufile.c: fix the wrong members of gru_chipWanlong Gao1-4/+4
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-17misc: change to new flag variablematt mooney1-3/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-12sgi-gru: use for_each_set_bit()Akinobu Mita1-11/+4
2009-12-16gru: send cross partition interrupts using the gruJack Steiner2-15/+36
2009-12-16gru: update driver version numberJack Steiner1-1/+1
2009-12-16gru: improve GRU TLB dropin statisticsJack Steiner4-14/+17
2009-12-16gru: fix GRU interrupt race at deallocateJack Steiner3-7/+19
2009-12-16gru: add hugepage supportJack Steiner1-3/+4
2009-12-16gru: fix bug in allocation of kernel contextsJack Steiner1-3/+11
2009-12-16gru: update GRU structures to match latest hardware specJack Steiner2-1/+15
2009-12-16gru: check for correct GRU chiplet assignmentJack Steiner1-14/+30
2009-12-16gru: remove stray local_irq_enableJack Steiner1-1/+0
2009-12-16gru: add symbolic names for GRU error codeJack Steiner1-5/+11