index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: signal pending fences when channel has been killed
Ben Skeggs
2020-01-29
3
-1
/
+12
*
drm/nouveau: reject attempts to submit to dead channels
Ben Skeggs
2020-01-29
1
-0
/
+2
*
drm/nouveau: zero vma pointer even if we only unreference it rather than free
Ben Skeggs
2020-01-29
1
-1
/
+1
*
drm/nouveau: Add HD-audio component notifier support
Takashi Iwai
2020-01-29
3
-0
/
+119
*
drm/nouveau: fix build error without CONFIG_IOMMU_API
Chen Zhou
2020-01-23
1
-0
/
+1
*
drm/nouveau/kms/nv04: remove set but not used variable 'width'
YueHaibing
2020-01-23
1
-2
/
+1
*
drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'
YueHaibing
2020-01-23
1
-2
/
+0
*
drm/nouveau/mmu: fix comptag memory leak
Ben Skeggs
2020-01-23
1
-1
/
+1
*
drm/nouveau/gr/gp10b: Use gp100_grctx and gp100_gr_zbc
Thierry Reding
2020-01-23
3
-3
/
+4
*
drm/nouveau/pmu/gm20b,gp10b: Fix Falcon bootstrapping
Thierry Reding
2020-01-23
2
-4
/
+14
*
drm/nouveau/gr/tu10x: initial support
Ben Skeggs
2020-01-15
12
-11
/
+313
*
drm/nouveau/acr/tu10x: initial support
Ben Skeggs
2020-01-15
6
-0
/
+229
*
drm/nouveau/core: remove previous versioned fw loader
Ben Skeggs
2020-01-15
4
-32
/
+16
*
drm/nouveau/secboot: remove
Ben Skeggs
2020-01-15
33
-4189
/
+1
*
drm/nouveau/acr: implement new subdev to replace "secure boot"
Ben Skeggs
2020-01-15
30
-47
/
+2207
*
drm/nouveau/fb/gp102-: unlock VPR as part of FB init
Ben Skeggs
2020-01-15
10
-121
/
+226
*
drm/nouveau/core/memory: add macros to read/write blocks from objects
Ben Skeggs
2020-01-15
1
-0
/
+16
*
drm/nouveau/secboot: move code to boot LS falcons to subdevs
Ben Skeggs
2020-01-15
24
-517
/
+77
*
drm/nouveau/flcn/msgq: rename msgq-related nvkm_msgqueue_queue to nvkm_falcon...
Ben Skeggs
2020-01-15
4
-77
/
+71
*
drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()
Ben Skeggs
2020-01-15
9
-49
/
+4
*
drm/nouveau/flcn/msgq: move handling of init message to subdevs
Ben Skeggs
2020-01-15
19
-265
/
+202
*
drm/nouveau/flcn/msgq: drop nvkm_msgqueue argument to functions
Ben Skeggs
2020-01-15
1
-26
/
+19
*
drm/nouveau/flcn/msgq: switch to falcon queue printk macros
Ben Skeggs
2020-01-15
1
-8
/
+6
*
drm/nouveau/flcn/msgq: simplify msg_queue_pop() error handling
Ben Skeggs
2020-01-15
1
-18
/
+7
*
drm/nouveau/flcn/msgq: remove error handling for msg_queue_open(), it can't fail
Ben Skeggs
2020-01-15
1
-7
/
+2
*
drm/nouveau/flcn/cmdq: move command generation to subdevs
Ben Skeggs
2020-01-15
16
-276
/
+300
*
drm/nouveau/flcn/cmdq: rename cmdq-related nvkm_msqqueue_queue to nvkm_falcon...
Ben Skeggs
2020-01-15
2
-41
/
+38
*
drm/nouveau/flcn/cmdq: implement a more explicit send() interface
Ben Skeggs
2020-01-15
5
-79
/
+40
*
drm/nouveau/flcn/cmdq: drop nvkm_msgqueue argument to functions
Ben Skeggs
2020-01-15
1
-22
/
+18
*
drm/nouveau/flcn/cmdq: switch to falcon queue printk macros
Ben Skeggs
2020-01-15
1
-5
/
+5
*
drm/nouveau/flcn/cmdq: cmd_queue_close always commits, simplify it
Ben Skeggs
2020-01-15
1
-9
/
+3
*
drm/nouveau/flcn/cmdq: cmd_queue_push can't fail, remove error handling for it
Ben Skeggs
2020-01-15
1
-15
/
+3
*
drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...
Ben Skeggs
2020-01-15
7
-15
/
+31
*
drm/nouveau/flcn/qmgr: rename remaining nvkm_msgqueue bits to nvkm_falcon_qmgr
Ben Skeggs
2020-01-15
4
-30
/
+32
*
drm/nouveau/flcn/qmgr: support syncronous command submission from common code
Ben Skeggs
2020-01-15
6
-34
/
+31
*
drm/nouveau/flcn/qmgr: allow arbtrary priv + return code for callbacks
Ben Skeggs
2020-01-15
7
-38
/
+65
*
drm/nouveau/flcn/qmgr: move sequence tracking from nvkm_msgqueue to nvkm_falc...
Ben Skeggs
2020-01-15
6
-53
/
+55
*
drm/nouveau/flcn/msgq: explicitly create message queue from subdevs
Ben Skeggs
2020-01-15
9
-56
/
+64
*
drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevs
Ben Skeggs
2020-01-15
11
-21
/
+95
*
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
Ben Skeggs
2020-01-15
8
-3
/
+52
*
drm/nouveau/flcn: split msgqueue into multiple pieces
Ben Skeggs
2020-01-15
6
-410
/
+474
*
drm/nouveau/flcn: add printk macros
Ben Skeggs
2020-01-15
1
-0
/
+9
*
drm/nouveau/flcn: reset sec2/gsp falcons harder
Ben Skeggs
2020-01-15
4
-2
/
+13
*
drm/nouveau/flcn: specify queue register offsets from subdev
Ben Skeggs
2020-01-15
7
-26
/
+29
*
drm/nouveau/flcn: specify debug/production register offset from subdev
Ben Skeggs
2020-01-15
6
-26
/
+8
*
drm/nouveau/flcn: specify EMEM address from subdev
Ben Skeggs
2020-01-15
5
-8
/
+9
*
drm/nouveau/flcn: move bind_context WAR out of common code
Ben Skeggs
2020-01-15
5
-39
/
+45
*
drm/nouveau/flcn: specify FBIF offset from subdev
Ben Skeggs
2020-01-15
9
-15
/
+11
*
drm/nouveau/nvenc: add a stub implementation for the GPUs where it should be ...
Ben Skeggs
2020-01-15
7
-6
/
+185
*
drm/nouveau/nvdec/gm107-: add missing engine instances
Ben Skeggs
2020-01-15
1
-0
/
+8
[next]