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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
6
-8
/
+9
2025-07-31
gpu: nova-core: fix up formatting after merge
Miguel Ojeda
1
-1
/
+1
2025-07-31
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
21
-18
/
+3472
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
1
-2
/
+3
2025-07-17
gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Rhys Lloyd
1
-1
/
+1
2025-07-09
gpu: nova-core: convert `/*` comments to `//`
Alexandre Courbot
1
-9
/
+9
2025-07-09
gpu: nova-core: Clarify falcon code
Joel Fernandes
1
-7
/
+22
2025-07-09
gpu: nova-core: Clarify sysmembar operations
Joel Fernandes
3
-2
/
+14
2025-07-09
gpu: nova-core: Add code comments related to devinit
Joel Fernandes
2
-7
/
+48
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
2
-5
/
+8
2025-06-25
gpu: nova-core: replace `Duration` with `Delta`
Alexandre Courbot
4
-16
/
+13
2025-06-25
gpu: nova-core: consider `clippy::cast_lossless`
Danilo Krummrich
7
-14
/
+14
2025-06-25
gpu: nova-core: impl From for u32 for enums used from register!
Danilo Krummrich
1
-0
/
+19
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
1
-1
/
+1
2025-06-23
gpu: nova-core: update and annotate TODO list
Alexandre Courbot
12
-21
/
+27
2025-06-23
gpu: nova-core: load and run FWSEC-FRTS
Alexandre Courbot
4
-13
/
+136
2025-06-23
gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
Alexandre Courbot
5
-15
/
+434
2025-06-23
gpu: nova-core: add types for patching firmware binaries
Alexandre Courbot
1
-0
/
+64
2025-06-23
gpu: nova-core: compute layout of the FRTS region
Alexandre Courbot
7
-2
/
+224
2025-06-23
gpu: nova-core: vbios: Add support for FWSEC ucode extraction
Joel Fernandes
2
-11
/
+304
2025-06-23
gpu: nova-core: vbios: Add support to look up PMU table in FWSEC
Joel Fernandes
1
-2
/
+180
2025-06-23
gpu: nova-core: vbios: Add base support for VBIOS construction and iteration
Joel Fernandes
4
-2
/
+688
2025-06-23
gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
Alexandre Courbot
1
-0
/
+45
2025-06-23
gpu: nova-core: add falcon register definitions and base code
Alexandre Courbot
8
-0
/
+916
2025-06-23
gpu: nova-core: register sysmem flush page
Alexandre Courbot
7
-2
/
+215
2025-06-23
gpu: nova-core: add DMA object struct
Alexandre Courbot
2
-0
/
+62
2025-06-23
gpu: nova-core: wait for GFW_BOOT completion
Alexandre Courbot
5
-1
/
+72
2025-06-23
gpu: nova-core: add helper function to wait on condition
Alexandre Courbot
1
-0
/
+29
2025-06-23
gpu: nova-core: increase BAR0 size to 16MB
Alexandre Courbot
1
-2
/
+2
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
2
-2
/
+2
2025-06-23
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
1
-1
/
+1
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
7
-101
/
+503
2025-05-15
gpu: nova-core: select AUXILIARY_BUS instead of depending on it
Alexandre Courbot
1
-1
/
+1
2025-05-13
gpu: nova-core: move Firmware to firmware module
Alexandre Courbot
2
-36
/
+43
2025-05-13
gpu: nova-core: fix layout of NV_PMC_BOOT_0
Alexandre Courbot
2
-5
/
+39
2025-05-13
gpu: nova-core: define registers layout using helper macro
Alexandre Courbot
3
-54
/
+397
2025-05-13
gpu: nova-core: take bound device in Gpu::new
Alexandre Courbot
1
-6
/
+13
2025-05-13
gpu: nova-core: add missing GA100 definition
Alexandre Courbot
1
-1
/
+2
2025-05-13
gpu: nova-core: derive useful traits for Chipset
Alexandre Courbot
1
-1
/
+1
2025-05-12
gpu: nova-core: register auxiliary device for nova-drm
Danilo Krummrich
3
-1
/
+11
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
1
-1
/
+1
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+3
2025-03-09
gpu: nova-core: add initial driver stub
Danilo Krummrich
8
-0
/
+404