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
/
nova-core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-11
gpu: nova-core: use I/O projection for cleaner encapsulation
Gary Guo
3
-111
/
+90
2026-07-08
gpu: nova-core: build SetRegistry entries dynamically
Zhi Wang
2
-34
/
+44
2026-07-08
gpu: nova-core: fsp: rename FSP response header type
Zhi Wang
1
-8
/
+9
2026-07-03
gpu: nova: fix rust-analyzer generation
Alexandre Courbot
1
-0
/
+1
2026-07-03
gpu: nova-core: remove local bitfield macro
Alexandre Courbot
1
-329
/
+0
2026-07-03
gpu: nova-core: convert to kernel bitfield macro
Alexandre Courbot
4
-52
/
+51
2026-07-01
gpu: nova-core: remove `#[allow(non_snake_case)]`
Gary Guo
2
-10
/
+0
2026-06-30
gpu: nova-core: vbios: parse structs via zerocopy
Nicolás Antinori
2
-50
/
+20
2026-06-29
gpu: nova-core: falcon: store bar and dev in falcon
Tim Kovalenko
17
-316
/
+263
2026-06-29
gpu: nova-core: export Rust symbols for nova-drm
Alexandre Courbot
2
-0
/
+16
2026-06-29
gpu: build nova-core and nova-drm from drivers/gpu/Makefile
Alexandre Courbot
1
-3
/
+1
2026-06-28
Merge tag 'v7.2-rc1' into drm-rust-next
Danilo Krummrich
5
-12
/
+11
2026-06-23
gpu: nova-core: fb: Move PDISP register definition
Antonin Malzieu Ridolfi
3
-24
/
+27
2026-06-23
gpu: nova-core: gsp: Extract and display usable FB regions from GSP
Joel Fernandes
3
-4
/
+67
2026-06-20
gpu: nova-core: move GPU static information acquisition to a GSP method
Alexandre Courbot
3
-11
/
+25
2026-06-20
gpu: nova-core: move GSP unload state to a pinned Gpu subobject
Alexandre Courbot
1
-42
/
+58
2026-06-20
gpu: nova-core: fsp: move FMC firmware loading into wait_secure_boot
Eliot Courtney
2
-11
/
+8
2026-06-20
gpu: nova-core: falcon: gsp: move PRIV target mask constants
Eliot Courtney
1
-5
/
+6
2026-06-17
gpu: nova-core: consolidate GSP boot parameters into GspBootContext
Zhi Wang
6
-62
/
+64
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
48
-896
/
+3315
2026-06-17
gpu: nova-core: fb: remove duplicated SysmemFlush doc link
John Hubbard
1
-1
/
+1
2026-06-17
gpu: nova-core: fb: fix Blackwell flush address composition
John Hubbard
1
-1
/
+1
2026-06-17
gpu: nova-core: Hopper: use correct sysmem flush registers
John Hubbard
2
-3
/
+47
2026-06-17
gpu: nova-core: Blackwell: use absolute FBHUB0 flush registers
John Hubbard
2
-30
/
+15
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
3
-17
/
+25
2026-06-10
gpu: nova-core: use `c"literal"` instead of `c_str!()`
Gary Guo
1
-1
/
+1
2026-06-10
gpu: nova-core: remove imports available from prelude
Gary Guo
2
-4
/
+1
2026-06-10
gpu: nova-core: gsp: Move gsp register definition into gsp module
Antonin Malzieu Ridolfi
4
-9
/
+14
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2
-3
/
+3
2026-06-10
gpu: nova-core: clean up FSP FRTS comments
John Hubbard
1
-3
/
+4
2026-06-09
gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
Alexandre Courbot
1
-4
/
+15
2026-06-09
gpu: nova-core: don't declare booter firmware for FSP chipsets
John Hubbard
1
-7
/
+8
2026-06-09
gpu: nova-core: return FSP response buffer to caller
Zhi Wang
1
-3
/
+4
2026-06-09
gpu: nova-core: factor out common FSP message header
Zhi Wang
1
-16
/
+40
2026-06-09
gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
Miguel Ojeda
2
-6
/
+5
2026-06-05
gpu: nova-core: convert to keyworded projection syntax
Gary Guo
1
-3
/
+3
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
35
-145
/
+152
2026-06-03
gpu: nova-core: gsp: enable FSP boot path
Alexandre Courbot
1
-2
/
+2
2026-06-03
gpu: nova-core: add non-sec2 unload path
Eliot Courtney
1
-2
/
+36
2026-06-03
gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
4
-2
/
+115
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
8
-13
/
+310
2026-06-03
gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust version
John Hubbard
4
-4
/
+46
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
John Hubbard
2
-4
/
+103
2026-06-03
gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
John Hubbard
2
-0
/
+91
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
John Hubbard
2
-3
/
+99
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
John Hubbard
2
-5
/
+93
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
John Hubbard
1
-3
/
+86
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
8
-3
/
+186
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FMC firmware image
John Hubbard
4
-3
/
+72
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
John Hubbard
2
-0
/
+30
[prev]
[next]