index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
gsp
/
r535.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-19
drm/nouveau: Fix error pointer dereference in r535_gsp_msgq_recv()
Dan Carpenter
1
-0
/
+1
2025-01-25
drm/nouveau: consume the return of large GSP message
Zhi Wang
1
-14
/
+18
2025-01-25
drm/nouveau: support handling the return of large GSP message
Zhi Wang
1
-19
/
+97
2025-01-25
drm/nouveau: factor out r535_gsp_msgq_recv_one_elem()
Zhi Wang
1
-20
/
+52
2025-01-25
drm/nouveau: factor out r535_gsp_msgq_peek()
Zhi Wang
1
-23
/
+66
2025-01-25
drm/nouveau: rename the variable "cmd" to "msg" in r535_gsp_cmdq_{get, push}()
Zhi Wang
1
-16
/
+16
2025-01-25
drm/nouveau: refine the variable names in r535_gsp_msg_recv()
Zhi Wang
1
-23
/
+24
2025-01-25
drm/nouveau: refine the variable names in r535_gsp_rpc_push()
Zhi Wang
1
-12
/
+15
2025-01-25
drm/nouveau: remove the magic number in r535_gsp_rpc_push()
Zhi Wang
1
-1
/
+1
2025-01-25
drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE
Zhi Wang
1
-1
/
+1
2025-01-25
drm/nouveau: rename "argc" to what it represents in GSP RPC routines
Zhi Wang
1
-24
/
+34
2025-01-25
drm/nouveau: rename "argv" to what it represents in *rm_{alloc, ctrl}_*()
Zhi Wang
1
-11
/
+14
2025-01-25
drm/nouveau: remove unused param repc in *rm_alloc_push()
Zhi Wang
1
-5
/
+3
2025-01-25
drm/nouveau: rename "argv" to what it represents on the GSP message send path
Zhi Wang
1
-12
/
+15
2025-01-25
drm/nouveau: rename "repc" to "gsp_rpc_len" on the GSP message recv path
Zhi Wang
1
-19
/
+27
2025-01-25
drm/nouveau: add a kernel doc to introduce the GSP RPC
Zhi Wang
1
-0
/
+45
2025-01-09
drm/nouveau: fix kernel-doc comments
Timur Tabi
1
-4
/
+8
2024-12-04
drm/nouveau: expose GSP-RM logging buffers via debugfs
Timur Tabi
1
-1
/
+441
2024-12-04
drm/nouveau: retain device pointer in nvkm_gsp_mem object
Timur Tabi
1
-17
/
+33
2024-12-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-3
/
+3
2024-11-25
nvkm: correctly calculate the available space of the GSP cmdq buffer
Zhi Wang
1
-2
/
+4
2024-11-25
nvkm/gsp: correctly advance the read pointer of GSP message queue
Zhi Wang
1
-6
/
+4
2024-11-14
nouveau: handle EBUSY and EAGAIN for GSP aux errors.
Dave Airlie
1
-3
/
+3
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-26
/
+51
2024-04-30
drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
Lyude Paul
1
-26
/
+51
2024-04-30
nouveau: Add missing break statement
Chaitanya Kumar Borah
1
-0
/
+1
2024-04-26
nouveau: add command-line GSP-RM registry support
Timur Tabi
1
-24
/
+337
2024-04-05
nouveau/gsp: Avoid addressing beyond end of rpc->entries
Kees Cook
1
-1
/
+1
2024-03-21
Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+9
2024-03-12
drm/nouveau: fix kerneldoc warnings
Timur Tabi
1
-0
/
+9
2024-03-01
drm/nouveau: keep DMA buffers required for suspend/resume
Sid Pranjale
1
-2
/
+2
2024-02-23
nouveau/gsp: add kconfig option to enable GSP paths by default
Dave Airlie
1
-1
/
+5
2024-02-05
drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
Timur Tabi
1
-9
/
+9
2024-02-05
drm/nouveau: fix several DMA buffer leaks
Timur Tabi
1
-21
/
+38
2024-02-05
nouveau/gsp: use correct size for registry rpc.
Dave Airlie
1
-1
/
+1
2024-01-05
nouveau/gsp: always free the alloc messages on r535
Dave Airlie
1
-2
/
+1
2024-01-05
nouveau/gsp: don't free ctrl messages on errors
Dave Airlie
1
-15
/
+21
2024-01-05
nouveau/gsp: convert gsp errors to generic errors
Dave Airlie
1
-5
/
+21
2024-01-05
drm/nouveau/gsp: Fix ACPI MXDM/MXDS method invocations
Lyude Paul
1
-2
/
+8
2024-01-05
nouveau/gsp: free acpi object after use
Dave Airlie
1
-0
/
+1
2024-01-05
nouveau/gsp: drop some acpi related debug
Dave Airlie
1
-9
/
+0
2024-01-05
nouveau/gsp: add three notifier callbacks that we see in normal operation (v2)
Dave Airlie
1
-2
/
+5
2023-11-30
nouveau/gsp: document some aspects of GSP-RM
Timur Tabi
1
-0
/
+82
2023-11-29
nouveau/gsp: replace zero-length array with flex-array member and use __counted_by
Gustavo A. R. Silva
1
-1
/
+1
2023-11-29
nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()
Dan Carpenter
1
-3
/
+1
2023-11-14
nouveau/gsp/r535: Fix a NULL vs error pointer bug
Dan Carpenter
1
-2
/
+2
2023-11-14
nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()
Dan Carpenter
1
-1
/
+1
2023-11-03
nouveau/gsp: add some basic registry entries.
Dave Airlie
1
-10
/
+35
2023-11-03
nouveau/gsp: fix message signature.
Dave Airlie
1
-1
/
+1
2023-11-03
nouveau/gsp: move to 535.113.01
Dave Airlie
1
-30
/
+46
[next]