index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sgi-gru
/
grumain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
misc: sgi-gru: Change return type to vm_fault_t
Souptick Joarder
2018-05-14
1
-1
/
+1
*
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-24
1
-1
/
+2
*
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
*
misc: sgi-gru: use time_before()
Manuel Schölling
2015-10-04
1
-1
/
+3
*
sanitize <linux/prefetch.h> usage
Linus Torvalds
2011-05-20
1
-0
/
+1
*
gru: check for correct GRU chiplet assignment
Jack Steiner
2009-12-16
1
-14
/
+30
*
gru: preload tlb for bcopy instructions
Jack Steiner
2009-12-16
1
-2
/
+6
*
gru: add additional GRU statistics
Jack Steiner
2009-12-16
1
-3
/
+7
*
gru: update irq infrastructure
Jack Steiner
2009-12-16
1
-2
/
+7
*
gru: fix prefetch and speculation bugs
Jack Steiner
2009-12-16
1
-0
/
+9
*
gru: handle failures to mmu_notifier_register
Jack Steiner
2009-12-16
1
-7
/
+11
*
gru: allow users to specify gru chiplet 3
Jack Steiner
2009-12-16
1
-21
/
+9
*
gru: allow users to specify gru chiplet 2
Jack Steiner
2009-12-16
1
-42
/
+86
*
gru: allow users to specify gru chiplet 1
Jack Steiner
2009-12-16
1
-0
/
+2
*
gru: copyright fixes
Jack Steiner
2009-06-18
1
-4
/
+14
*
gru: add user request to specify gru slice
Jack Steiner
2009-06-18
1
-0
/
+7
*
gru: collect per-context user statistics
Jack Steiner
2009-06-18
1
-0
/
+1
*
gru: support instruction completion interrupts
Jack Steiner
2009-06-18
1
-0
/
+4
*
gru: check context state on reload
Jack Steiner
2009-06-18
1
-9
/
+23
*
gru: support contexts with zero dsrs or cbrs
Jack Steiner
2009-06-18
1
-2
/
+2
*
gru: change resource assignment for kernel threads
Jack Steiner
2009-06-18
1
-15
/
+40
*
gru: support cch_allocate for kernel threads
Jack Steiner
2009-06-18
1
-4
/
+11
*
gru: change context load and unload
Jack Steiner
2009-06-18
1
-5
/
+5
*
gru: dynamic allocation of kernel contexts
Jack Steiner
2009-06-18
1
-29
/
+31
*
gru: bug fixes for GRU exception handling
Jack Steiner
2009-06-18
1
-0
/
+3
*
sgi-gru: support multiple pagesizes in GRU
Jack Steiner
2009-04-02
1
-6
/
+11
*
sgi-gru: aSID (context management) bug fixes
Jack Steiner
2009-04-02
1
-4
/
+9
*
sgi-gru: improvements to GRU debug messages & statistics
Jack Steiner
2009-04-02
1
-22
/
+26
*
sgi-gru: misc GRU cleanup
Jack Steiner
2009-04-02
1
-3
/
+3
*
SGI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
1
-1
/
+1
*
GRU driver: minor updates
Jack Steiner
2008-10-16
1
-11
/
+18
*
GRU Driver V3: fixes to resolve code review comments
Jack Steiner
2008-07-30
1
-6
/
+10
*
GRU Driver: resource management
Jack Steiner
2008-07-30
1
-0
/
+798