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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
drm/nouveau/dmem: device memory helpers for SVM
Jérôme Glisse
7
-0
/
+983
2019-02-20
drm/nouveau/svm: initial support for shared virtual memory
Ben Skeggs
10
-1
/
+818
2019-02-20
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
9
-37
/
+42
2019-02-20
drm/nouveau/fault/gv100-: expose VoltaFaultBufferA
Ben Skeggs
3
-0
/
+18
2019-02-20
drm/nouveau/fault/gp100: expose MaxwellFaultBufferA
Ben Skeggs
9
-8
/
+142
2019-02-20
drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabled
Ben Skeggs
10
-12
/
+56
2019-02-20
drm/nouveau/mmu/gp100-: add privileged methods for fault replay/cancel
Ben Skeggs
8
-0
/
+101
2019-02-20
drm/nouveau/mmu: add a privileged method to directly manage PTEs
Ben Skeggs
6
-34
/
+451
2019-02-20
drm/nouveau/mmu: store mapped flag separately from memory pointer
Ben Skeggs
2
-5
/
+11
2019-02-20
drm/nouveau/mmu: support initialisation of client-managed address-spaces
Ben Skeggs
22
-115
/
+172
2019-02-20
drm/nouveau/gr/gf100-: expose method to determine current context
Ben Skeggs
4
-0
/
+18
2019-02-20
drm/nouveau/gr/gf100-: expose fecs methods for pausing ctxsw
Ben Skeggs
5
-0
/
+80
2019-02-20
drm/nouveau/falcon: fix a few indentation issues
Colin Ian King
1
-3
/
+3
2019-02-20
drm/nouveau/mmu/gf100-: virtualise setting pdb base address for invalidation
Ben Skeggs
9
-2
/
+49
2019-02-20
drm/nouveau/mmu/gf100-: make mmu invalidate function more general
Ben Skeggs
3
-9
/
+12
2019-02-20
drm/nouveau/gr/gf100-: store fecs/gpccs falcon pointers in substructures
Ben Skeggs
2
-18
/
+28
2019-02-20
drm/nouveau/gr/gf100-: move fecs bind_pointer into a function
Ben Skeggs
3
-7
/
+24
2019-02-20
drm/nouveau/gr/gf100-: remove some unnecessary reg writes
Ben Skeggs
1
-6
/
+1
2019-02-20
drm/nouveau/gr/gf100-: move fecs elpg setup into functions
Ben Skeggs
1
-29
/
+84
2019-02-20
drm/nouveau/gr/gf100-: move fecs discover_pm_image_size into a function
Ben Skeggs
2
-8
/
+21
2019-02-20
drm/nouveau/gr/gf100-: move fecs discover_zcull_image_size into a function
Ben Skeggs
2
-8
/
+21
2019-02-20
drm/nouveau/gr/gf100-: move fecs discover_image_size into a function
Ben Skeggs
1
-8
/
+21
2019-02-20
drm/nouveau/gr/gf100-: move fecs set_watchdog_timeout method into a function
Ben Skeggs
1
-3
/
+11
2019-02-20
drm/nouveau: allow accelerated buffer moves even when gr isn't present
Ben Skeggs
1
-85
/
+128
2019-02-20
drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hook
Ben Skeggs
5
-69
/
+74
2019-02-20
drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hook
Ben Skeggs
4
-28
/
+29
2019-02-20
drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04
Ben Skeggs
8
-246
/
+235
2019-02-20
drm/nouveau/kms: display destroy/init/fini hooks can be static
Ben Skeggs
3
-61
/
+58
2019-02-20
drm/nouveau: allocate kernel channel(s) before initialising display
Ben Skeggs
1
-2
/
+4
2019-02-20
drm/nouveau/disp/gf119-: decode exception reason to human-readable string
Ben Skeggs
4
-12
/
+26
2019-02-20
drm/nouveau/bios/init: handle INIT_GENERIC_CONDITION_ID_NO_PANEL_SEQ_DELAYS
Ben Skeggs
1
-0
/
+3
2019-02-20
drm/nouveau/bios/init: label existing INIT_GENERIC_CONDITION types
Ben Skeggs
1
-4
/
+4
2019-02-20
drm/nouveau/secboot: fix missing newline in error messages
Ben Skeggs
1
-2
/
+2
2019-02-20
drm/nouveau/sec2/tu102-: instantiate SEC2 falcon
Ben Skeggs
4
-0
/
+38
2019-02-20
drm/nouveau/sec2: utilise engine PRI address from TOP
Ben Skeggs
4
-10
/
+20
2019-02-20
drm/nouveau/nvdec/tu102-: instantiate NVDEC0 falcon
Ben Skeggs
1
-0
/
+3
2019-02-20
drm/nouveau/nvdec/gp102-: utilise engine PRI address from TOP
Ben Skeggs
2
-1
/
+11
2019-02-20
drm/nouveau/gsp/gv100-: instantiate GSP falcon
Ben Skeggs
5
-0
/
+75
2019-02-20
drm/nouveau/top/gv100-: translate entry for the GSP
Ben Skeggs
1
-0
/
+2
2019-02-20
drm/nouveau/top: add function to lookup PRI address for devices
Ben Skeggs
2
-0
/
+17
2019-02-20
drm/nouveau/core: define GSP subdev
Ben Skeggs
7
-0
/
+17
2019-02-20
drm/nouveau: fix missing break in switch statement
Colin Ian King
1
-0
/
+1
2019-02-20
drm/nouveau: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-20
drm/nouveau: Don't WARN_ON VCPI allocation failures
Lyude Paul
1
-1
/
+2
2019-02-20
drm/nouveau/pmu: don't print reply values if exec is false
Colin Ian King
1
-2
/
+2
2019-02-20
drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
Colin Ian King
1
-1
/
+1
2019-02-20
drm/nouveau/bios/dp: make array vsoff static, shrinks object size
Colin Ian King
1
-1
/
+1
2019-02-20
drm/nouveau/ce/tu102: rename implementation from tu104
Ben Skeggs
4
-20
/
+20
2019-02-20
drm/nouveau/fifo/tu102: rename implementation from tu104
Ben Skeggs
8
-34
/
+34
2019-02-20
drm/nouveau/disp/tu102: rename implementation from tu104
Ben Skeggs
14
-43
/
+43
[next]