index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
falcon
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-16
nouveau/firmware: use dma non-coherent allocator
Dave Airlie
1
-0
/
+6
2023-10-31
drm/nouveau/gsp/r535: add interrupt handling
Ben Skeggs
2
-0
/
+13
2023-10-31
drm/nouveau/gsp/r535: add support for booting GSP-RM
Ben Skeggs
4
-0
/
+44
2023-01-30
drm/nouveau/acr/gm20b: regression fixes
Ben Skeggs
1
-1
/
+13
2022-11-09
drm/nouveau/acr/ga102: initial support
Ben Skeggs
2
-6
/
+32
2022-11-09
drm/nouveau/fb/ga102: load and boot VPR scrubber FW
Ben Skeggs
7
-1
/
+349
2022-11-09
drm/nouveau/sec2: dump tracepc info on halt
Ben Skeggs
1
-0
/
+15
2022-11-09
drm/nouveau/acr: use common falcon HS FW code for ACR FWs
Ben Skeggs
7
-216
/
+239
2022-11-09
drm/nouveau/flcn: new code to load+boot simple HS FWs (VPR scrubber)
Ben Skeggs
4
-0
/
+428
2022-11-09
drm/nouveau/flcn: rework falcon reset
Ben Skeggs
6
-76
/
+130
2022-11-09
drm/nouveau/sec2: unload RTOS before tearing down WPR
Ben Skeggs
2
-5
/
+5
2022-11-09
drm/nouveau/pmu/gm20b,gp10b: boot RTOS from PMU init
Ben Skeggs
1
-2
/
+2
2022-11-09
drm/nouveau/flcn: show falcon user in debug output
Ben Skeggs
1
-4
/
+3
2022-07-13
drm/nouveau/flcn: remove unused functions
Ben Skeggs
2
-35
/
+0
2021-11-12
drm/nouveau/pmu/gm200-: use alternate falcon reset sequence
Ben Skeggs
1
-2
/
+6
2021-02-11
drm/nouveau/falcon: use split type+inst when looking up PRI addr
Ben Skeggs
1
-1
/
+1
2021-02-11
drm/nouveau/mc: use split type+inst in device reset APIs
Ben Skeggs
1
-6
/
+4
2021-02-11
drm/nouveau/subdev: store full subdev name in struct
Ben Skeggs
1
-1
/
+1
2020-07-24
drm/nouveau/nvfw: firmware structures should begin with nvfw_
Timur Tabi
3
-8
/
+8
2020-01-15
drm/nouveau/secboot: move code to boot LS falcons to subdevs
Ben Skeggs
6
-404
/
+0
2020-01-15
drm/nouveau/flcn/msgq: rename msgq-related nvkm_msgqueue_queue to nvkm_falcon...
Ben Skeggs
3
-74
/
+71
2020-01-15
drm/nouveau/flcn/msgq: pass explicit message queue pointer to recv()
Ben Skeggs
5
-34
/
+1
2020-01-15
drm/nouveau/flcn/msgq: move handling of init message to subdevs
Ben Skeggs
5
-261
/
+18
2020-01-15
drm/nouveau/flcn/msgq: drop nvkm_msgqueue argument to functions
Ben Skeggs
1
-26
/
+19
2020-01-15
drm/nouveau/flcn/msgq: switch to falcon queue printk macros
Ben Skeggs
1
-8
/
+6
2020-01-15
drm/nouveau/flcn/msgq: simplify msg_queue_pop() error handling
Ben Skeggs
1
-18
/
+7
2020-01-15
drm/nouveau/flcn/msgq: remove error handling for msg_queue_open(), it can't fail
Ben Skeggs
1
-7
/
+2
2020-01-15
drm/nouveau/flcn/cmdq: move command generation to subdevs
Ben Skeggs
4
-258
/
+0
2020-01-15
drm/nouveau/flcn/cmdq: rename cmdq-related nvkm_msqqueue_queue to nvkm_falcon...
Ben Skeggs
1
-41
/
+37
2020-01-15
drm/nouveau/flcn/cmdq: implement a more explicit send() interface
Ben Skeggs
4
-79
/
+35
2020-01-15
drm/nouveau/flcn/cmdq: drop nvkm_msgqueue argument to functions
Ben Skeggs
1
-22
/
+18
2020-01-15
drm/nouveau/flcn/cmdq: switch to falcon queue printk macros
Ben Skeggs
1
-5
/
+5
2020-01-15
drm/nouveau/flcn/cmdq: cmd_queue_close always commits, simplify it
Ben Skeggs
1
-9
/
+3
2020-01-15
drm/nouveau/flcn/cmdq: cmd_queue_push can't fail, remove error handling for it
Ben Skeggs
1
-15
/
+3
2020-01-15
drm/nouveau/flcn/cmdq: split the condition for queue readiness vs pmu acr rea...
Ben Skeggs
5
-15
/
+26
2020-01-15
drm/nouveau/flcn/qmgr: rename remaining nvkm_msgqueue bits to nvkm_falcon_qmgr
Ben Skeggs
4
-30
/
+32
2020-01-15
drm/nouveau/flcn/qmgr: support syncronous command submission from common code
Ben Skeggs
6
-34
/
+31
2020-01-15
drm/nouveau/flcn/qmgr: allow arbtrary priv + return code for callbacks
Ben Skeggs
6
-38
/
+47
2020-01-15
drm/nouveau/flcn/qmgr: move sequence tracking from nvkm_msgqueue to nvkm_falc...
Ben Skeggs
6
-53
/
+55
2020-01-15
drm/nouveau/flcn/msgq: explicitly create message queue from subdevs
Ben Skeggs
3
-54
/
+48
2020-01-15
drm/nouveau/flcn/cmdq: explicitly create command queue(s) from subdevs
Ben Skeggs
5
-19
/
+70
2020-01-15
drm/nouveau/flcn/qmgr: explicitly create queue manager from subdevs
Ben Skeggs
3
-0
/
+28
2020-01-15
drm/nouveau/flcn: split msgqueue into multiple pieces
Ben Skeggs
6
-410
/
+474
2020-01-15
drm/nouveau/flcn: specify queue register offsets from subdev
Ben Skeggs
3
-26
/
+17
2020-01-15
drm/nouveau/flcn: specify debug/production register offset from subdev
Ben Skeggs
1
-26
/
+3
2020-01-15
drm/nouveau/flcn: specify EMEM address from subdev
Ben Skeggs
2
-7
/
+6
2020-01-15
drm/nouveau/flcn: move bind_context WAR out of common code
Ben Skeggs
1
-36
/
+0
2020-01-15
drm/nouveau/flcn: specify FBIF offset from subdev
Ben Skeggs
1
-15
/
+1
2020-01-15
drm/nouveau/flcn: export existing funcs
Ben Skeggs
3
-16
/
+19
2020-01-15
drm/nouveau/flcn: fetch PRI address from TOP if not provided by constructor
Ben Skeggs
1
-0
/
+7
[next]