index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
gsp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
12
-558
/
+585
2026-08-19
Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
2
-83
/
+65
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
5
-20
/
+22
2026-08-06
gpu: nova-core: update firmware module info for TLV images
Timur Tabi
1
-4
/
+4
2026-08-06
gpu: nova-core: transition gsp to TLV images
Timur Tabi
1
-5
/
+2
2026-08-06
gpu: nova-core: transition booter to TLV images
Timur Tabi
1
-9
/
+4
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
1
-2
/
+2
2026-08-05
gpu: nova-core: pass WPR metadata ownership to FmcBootArgs
Eliot Courtney
1
-3
/
+3
2026-08-05
gpu: nova-core: split FbLayout into FSP and non-FSP versions
Eliot Courtney
5
-65
/
+109
2026-08-05
gpu: nova-core: rename heap size field
Eliot Courtney
1
-3
/
+3
2026-07-30
gpu: nova-core: Move one PBUS register definition
Antonin Malzieu Ridolfi
2
-1
/
+12
2026-07-30
gpu: nova-core: Add function to query WPR2 range
Antonin Malzieu Ridolfi
1
-30
/
+24
2026-07-28
gpu: nova-core: fix packed registry table size
Alexandre Courbot
1
-4
/
+1
2026-07-24
gpu: nova-core: reserve vGPU WPR2 heap
Zhi Wang
3
-1
/
+7
2026-07-24
gpu: nova-core: set RMSetSriovMode for vGPU
Zhi Wang
2
-2
/
+14
2026-07-23
gpu: nova-core: wait for RISC-V HALTED on FSP unload
Eliot Courtney
1
-2
/
+9
2026-07-23
gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
Eliot Courtney
2
-13
/
+12
2026-07-23
gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
Eliot Courtney
1
-12
/
+7
2026-07-15
gpu: nova-core: store Fsp instance in Gpu
Alexandre Courbot
1
-11
/
+8
2026-07-15
gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
Alexandre Courbot
5
-11
/
+16
2026-07-15
gpu: nova-core: gsp: pass GspBootContext mutably
Alexandre Courbot
4
-21
/
+28
2026-07-15
gpu: nova-core: move GSP firmware files decision to GSP HAL
Eliot Courtney
1
-0
/
+19
2026-07-15
gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
Alexandre Courbot
3
-5
/
+29
2026-07-15
gpu: nova-core: gsp: turn FWSEC execution into HAL method
Alexandre Courbot
1
-75
/
+76
2026-07-15
gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
Alexandre Courbot
1
-46
/
+39
2026-07-15
gpu: nova-core: gsp: centralize missing unload bundle warnings
Alexandre Courbot
2
-9
/
+10
2026-07-15
gpu: nova-core: gsp: pass GspBootContext to unload methods
Alexandre Courbot
4
-54
/
+29
2026-07-15
gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
Alexandre Courbot
4
-89
/
+41
2026-07-15
gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
Alexandre Courbot
1
-20
/
+15
2026-07-15
gpu: nova-core: gsp: sequencer: use GspBootContext
Alexandre Courbot
2
-37
/
+20
2026-07-14
Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-next
Danilo Krummrich
2
-83
/
+65
2026-07-11
gpu: nova-core: use I/O projection for cleaner encapsulation
Gary Guo
2
-83
/
+65
2026-07-08
gpu: nova-core: build SetRegistry entries dynamically
Zhi Wang
2
-34
/
+44
2026-07-03
gpu: nova-core: convert to kernel bitfield macro
Alexandre Courbot
1
-5
/
+6
2026-07-01
gpu: nova-core: remove `#[allow(non_snake_case)]`
Gary Guo
2
-10
/
+0
2026-06-29
gpu: nova-core: falcon: store bar and dev in falcon
Tim Kovalenko
5
-86
/
+71
2026-06-28
Merge tag 'v7.2-rc1' into drm-rust-next
Danilo Krummrich
1
-3
/
+3
2026-06-23
gpu: nova-core: gsp: Extract and display usable FB regions from GSP
Joel Fernandes
2
-3
/
+50
2026-06-20
gpu: nova-core: move GPU static information acquisition to a GSP method
Alexandre Courbot
1
-7
/
+0
2026-06-20
gpu: nova-core: fsp: move FMC firmware loading into wait_secure_boot
Eliot Courtney
1
-7
/
+1
2026-06-17
gpu: nova-core: consolidate GSP boot parameters into GspBootContext
Zhi Wang
4
-60
/
+33
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
10
-214
/
+1099
2026-06-10
gpu: nova-core: gsp: Move gsp register definition into gsp module
Antonin Malzieu Ridolfi
2
-1
/
+13
2026-06-09
gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails
Alexandre Courbot
1
-4
/
+15
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
6
-27
/
+27
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
1
-2
/
+88
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
3
-5
/
+165
[next]