index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
sgi-gru
/
grufault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
x86/cpu: Relocate sync_core() to sync_core.h
Ricardo Neri
1
-0
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-4
/
+4
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-8
/
+8
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-01-18
misc/sgi-gru/grufault: fix a style error
Peng Hao
1
-2
/
+2
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-2
/
+7
2016-10-19
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-02-16
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
1
-2
/
+1
2013-07-03
drivers/misc/sgi-gru/grufault.c: fix a sanity test in gru_set_context_option()
Dimitri Sivanich
1
-2
/
+3
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-0
/
+1
2009-12-16
gru: improve GRU TLB dropin statistics
Jack Steiner
1
-2
/
+3
2009-12-16
gru: fix GRU interrupt race at deallocate
Jack Steiner
1
-7
/
+17
2009-12-16
gru: add hugepage support
Jack Steiner
1
-3
/
+4
2009-12-16
gru: remove stray local_irq_enable
Jack Steiner
1
-1
/
+0
2009-12-16
gru: add symbolic names for GRU error code
Jack Steiner
1
-5
/
+11
2009-12-16
gru: preload tlb for bcopy instructions
Jack Steiner
1
-4
/
+85
2009-12-16
gru: add additional GRU statistics
Jack Steiner
1
-7
/
+11
2009-12-16
gru: update irq infrastructure
Jack Steiner
1
-17
/
+32
2009-12-16
gru: fix prefetch and speculation bugs
Jack Steiner
1
-0
/
+2
2009-12-16
gru: check for valid vma
Jack Steiner
1
-9
/
+12
2009-12-16
gru: handle failures to mmu_notifier_register
Jack Steiner
1
-3
/
+3
2009-12-16
gru: allow users to specify gru chiplet 3
Jack Steiner
1
-5
/
+3
2009-12-16
gru: allow users to specify gru chiplet 2
Jack Steiner
1
-11
/
+2
2009-12-16
gru: allow users to specify gru chiplet 1
Jack Steiner
1
-0
/
+10
2009-12-16
gru: fix istatus race in GRU tlb dropin
Jack Steiner
1
-29
/
+20
2009-12-16
gru: add comments raised in previous code reviews
Jack Steiner
1
-0
/
+5
2009-06-18
gru: fix potential use-after-free when purging GRU tlbs
Jack Steiner
1
-1
/
+3
2009-06-18
gru: add user request to specify gru slice
Jack Steiner
1
-0
/
+4
2009-06-18
gru: generic infrastructure for context options
Jack Steiner
1
-6
/
+18
2009-06-18
gru: collect per-context user statistics
Jack Steiner
1
-0
/
+27
2009-06-18
gru: fix cache coherency issues with instruction retry
Jack Steiner
1
-1
/
+2
2009-06-18
gru: update to rev 0.9 of gru spec
Jack Steiner
1
-2
/
+6
2009-06-18
gru: support for asynchronous gru instructions
Jack Steiner
1
-4
/
+0
2009-06-18
gru: support instruction completion interrupts
Jack Steiner
1
-7
/
+20
2009-06-18
gru: change context load and unload
Jack Steiner
1
-2
/
+2
2009-06-18
gru: bug fixes for GRU exception handling
Jack Steiner
1
-4
/
+21
2009-04-02
sgi-gru: support multiple pagesizes in GRU
Jack Steiner
1
-0
/
+15
2009-04-02
sgi-gru: macro for scanning all gru chiplets
Jack Steiner
1
-9
/
+2
2009-04-02
sgi-gru: restructure the GRU vtop functions
Jack Steiner
1
-24
/
+44
2009-04-02
sgi-gru: add support for a user to explicitly unload a GRU context
Jack Steiner
1
-0
/
+36
2009-04-02
sgi-gru: improvements to GRU debug messages & statistics
Jack Steiner
1
-1
/
+4
2009-04-02
sgi-gru: misc GRU cleanup
Jack Steiner
1
-7
/
+12
2008-12-09
[IA64] Fix GRU compile error w/o CONFIG_HUGETLB_PAGE
Jack Steiner
1
-0
/
+4
2008-10-16
GRU driver: minor updates
Jack Steiner
1
-6
/
+5
2008-07-30
GRU Driver: page faults & exceptions
Jack Steiner
1
-0
/
+633