summaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru
Commit message (Expand)AuthorAgeFilesLines
* x86/platform/uv: Update Copyrights to conform to HPE standardsMike Travis2020-10-071-0/+1
* x86/platform/uv: Update UV MMRs for UV5Mike Travis2020-10-071-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri2020-07-273-0/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-4/+4
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-10/+10
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* misc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-182-2/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-21/+21
* sgi-gru: simplify procfs code some moreJoe Perches2019-10-101-7/+4
* misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_structJason Gunthorpe2019-08-163-62/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3011-154/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* misc/sgi-gru/grufault: fix a style errorPeng Hao2019-01-181-2/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+6
* drivers/misc/sgi-gru: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-11-111-0/+4
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-1/+0
* misc: sgi-gru: fix fall-through annotationsGustavo A. R. Silva2018-09-201-2/+2
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
* Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-052-2/+3
|\
| * misc: sgi-gru: Change return type to vm_fault_tSouptick Joarder2018-05-142-2/+3
* | sgi-gru: simplify procfs codeChristoph Hellwig2018-05-161-67/+14
|/
* mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-0/+1
* sgi-gru: update to new mmu_notifier semanticJérôme Glisse2017-08-311-12/+0
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-2/+7
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-242-2/+3
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-1/+1
* drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printkDimitri Sivanich2016-10-271-1/+1
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich2016-05-041-16/+22
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* misc: sgi-gru: fix return of errorSudip Mukherjee2015-10-041-10/+10
* misc: sgi-gru: gruhandles.c: Remove unused functionRickard Strandqvist2015-10-042-7/+0
* misc: sgi-gru: use time_before()Manuel Schölling2015-10-041-1/+3
* drivers/misc/sgi-gru: fix possible NULL dereferenceSudip Mukherjee2015-09-201-2/+3
* drivers/misc/sgi-gru: remove unused variableSudip Mukherjee2015-09-201-2/+0
* drivers/misc/sgi-gru: fix dereference of ERR_PTRSudip Mukherjee2015-09-201-1/+6
* drivers/misc/sgi-gru: remove always false conditionSudip Mukherjee2015-09-201-1/+1
* drivers/misc/sgi-gru: make functions staticSudip Mukherjee2015-09-201-3/+3
* drivers/misc/sgi-gru: add return on errorSudip Mukherjee2015-09-201-8/+6
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-031-3/+8
|\
| * x86/UV: Fix conditional in gru_exit()Dimitri Sivanich2014-04-011-3/+8
* | drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter2014-04-071-3/+3
|/
* drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...Dan Carpenter2014-02-101-6/+5
* drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()Dimitri Sivanich2013-07-031-2/+3
* Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman2013-06-171-0/+1
|\
| * drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter2013-06-121-0/+1
* | misc: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-061-9/+5
|/
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1