index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sgi-gru
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: sgi-gru: Convert from atomic_t to refcount_t on gru_thread_state->ts_re...
Xiyu Yang
2021-07-21
2
-4
/
+5
*
misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
Liam Howlett
2021-06-29
1
-2
/
+2
*
x86/platform/uv: Update Copyrights to conform to HPE standards
Mike Travis
2020-10-07
1
-0
/
+1
*
x86/platform/uv: Update UV MMRs for UV5
Mike Travis
2020-10-07
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
x86/cpu: Relocate sync_core() to sync_core.h
Ricardo Neri
2020-07-27
3
-0
/
+3
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-4
/
+4
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
2
-10
/
+10
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
misc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-18
2
-2
/
+2
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-21
/
+21
*
sgi-gru: simplify procfs code some more
Joe Perches
2019-10-10
1
-7
/
+4
*
misc/sgi-gru: use mmu_notifier_get/put for struct gru_mm_struct
Jason Gunthorpe
2019-08-16
3
-62
/
+25
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
11
-154
/
+11
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
misc/sgi-gru/grufault: fix a style error
Peng Hao
2019-01-18
1
-2
/
+2
*
mm/mmu_notifier: use structure for invalidate_range_start/end callback
Jérôme Glisse
2018-12-28
1
-8
/
+6
*
drivers/misc/sgi-gru: fix Spectre v1 vulnerability
Gustavo A. R. Silva
2018-11-11
1
-0
/
+4
*
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
2018-10-26
1
-1
/
+0
*
misc: sgi-gru: fix fall-through annotations
Gustavo A. R. Silva
2018-09-20
1
-2
/
+2
*
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-08-22
1
-2
/
+5
*
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-05
2
-2
/
+3
|
\
|
*
misc: sgi-gru: Change return type to vm_fault_t
Souptick Joarder
2018-05-14
2
-2
/
+3
*
|
sgi-gru: simplify procfs code
Christoph Hellwig
2018-05-16
1
-67
/
+14
|
/
*
mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks
David Rientjes
2018-01-31
1
-0
/
+1
*
sgi-gru: update to new mmu_notifier semantic
Jérôme Glisse
2017-08-31
1
-12
/
+0
*
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
1
-2
/
+7
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
2
-2
/
+3
*
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
1
-1
/
+1
*
drivers/misc/sgi-gru/grumain.c: remove bogus 0x prefix from printk
Dimitri Sivanich
2016-10-27
1
-1
/
+1
*
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-1
/
+1
*
x86/platform/UV: Remove Obsolete GRU MMR address translation
Dimitri Sivanich
2016-05-04
1
-16
/
+22
*
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
2016-02-16
1
-2
/
+1
*
misc: sgi-gru: fix return of error
Sudip Mukherjee
2015-10-04
1
-10
/
+10
*
misc: sgi-gru: gruhandles.c: Remove unused function
Rickard Strandqvist
2015-10-04
2
-7
/
+0
*
misc: sgi-gru: use time_before()
Manuel Schölling
2015-10-04
1
-1
/
+3
*
drivers/misc/sgi-gru: fix possible NULL dereference
Sudip Mukherjee
2015-09-20
1
-2
/
+3
*
drivers/misc/sgi-gru: remove unused variable
Sudip Mukherjee
2015-09-20
1
-2
/
+0
*
drivers/misc/sgi-gru: fix dereference of ERR_PTR
Sudip Mukherjee
2015-09-20
1
-1
/
+6
*
drivers/misc/sgi-gru: remove always false condition
Sudip Mukherjee
2015-09-20
1
-1
/
+1
*
drivers/misc/sgi-gru: make functions static
Sudip Mukherjee
2015-09-20
1
-3
/
+3
*
drivers/misc/sgi-gru: add return on error
Sudip Mukherjee
2015-09-20
1
-8
/
+6
*
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-06-03
1
-3
/
+8
|
\
|
*
x86/UV: Fix conditional in gru_exit()
Dimitri Sivanich
2014-04-01
1
-3
/
+8
*
|
drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a little
Dan Carpenter
2014-04-07
1
-3
/
+3
|
/
*
drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...
Dan Carpenter
2014-02-10
1
-6
/
+5
*
drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()
Dimitri Sivanich
2013-07-03
1
-2
/
+3
*
Merge 3.10-rc6 into char-misc-next
Greg Kroah-Hartman
2013-06-17
1
-0
/
+1
|
\
|
*
drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()
Dan Carpenter
2013-06-12
1
-0
/
+1
*
|
misc: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-06-06
1
-9
/
+5
|
/
[next]