index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
regs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-107
/
+644
2025-09-16
gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-3
/
+3
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
1
-0
/
+242
2025-08-15
gpu: nova-core: register: add support for register arrays
Alexandre Courbot
1
-0
/
+195
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
1
-28
/
+128
2025-08-15
gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
1
-8
/
+8
2025-08-15
gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
1
-6
/
+6
2025-08-15
gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
1
-3
/
+23
2025-08-15
gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
1
-10
/
+15
2025-08-15
gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
1
-10
/
+32
2025-08-15
gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...
Alexandre Courbot
1
-0
/
+4
2025-08-15
gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
1
-25
/
+9
2025-08-15
gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
1
-10
/
+9
2025-08-15
gpu: nova-core: register: remove `try_` accessors for relative registers
Alexandre Courbot
1
-37
/
+1
2025-08-15
gpu: nova-core: register: simplify @leaf_accessor rule
Alexandre Courbot
1
-4
/
+4
2025-08-15
gpu: nova-core: register: improve documentation for basic registers
Alexandre Courbot
1
-11
/
+13
2025-08-15
gpu: nova-core: register: allow fields named `offset`
Alexandre Courbot
1
-1
/
+1
2025-08-15
gpu: nova-core: register: add missing space in register!()
Alexandre Courbot
1
-1
/
+1
2025-08-15
gpu: nova-core: register: minor grammar and spelling fixes
John Hubbard
1
-7
/
+7
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-1
/
+1
2025-06-23
gpu: nova-core: update and annotate TODO list
Alexandre Courbot
1
-1
/
+1
2025-06-23
gpu: nova-core: allow register aliases
Alexandre Courbot
1
-2
/
+38
2025-06-23
gpu: nova-core: expose the offset of each register as a type constant
Alexandre Courbot
1
-3
/
+8
2025-06-23
gpu: nova-core: add delimiter for helper rules in register!() macro
Alexandre Courbot
1
-0
/
+2
2025-06-23
gpu: nova-core: use absolute paths in register!() macro
Alexandre Courbot
1
-6
/
+6
2025-06-23
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
1
-1
/
+1
2025-05-13
gpu: nova-core: define registers layout using helper macro
Alexandre Courbot
1
-0
/
+380