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
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
54
-2369
/
+2309
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
5
-118
/
+96
2026-08-06
gpu: nova-core: falcon: use I/O projection to check transfer bounds
Alexandre Courbot
1
-32
/
+23
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
12
-38
/
+42
2026-08-06
gpu: nova-core: falcon: remove unnecessary check
Alexandre Courbot
1
-8
/
+1
2026-08-06
gpu: nova-core: update firmware module info for TLV images
Timur Tabi
2
-12
/
+8
2026-08-06
gpu: nova-core: transition fsp to TLV images
Timur Tabi
3
-275
/
+46
2026-08-06
gpu: nova-core: transition gen_bootloader to TLV images
Timur Tabi
2
-79
/
+20
2026-08-06
gpu: nova-core: transition gsp to TLV images
Timur Tabi
4
-126
/
+38
2026-08-06
gpu: nova-core: transition booter to TLV images
Timur Tabi
4
-294
/
+59
2026-08-06
gpu: nova-core: add TLV parser for firmware files
Timur Tabi
2
-0
/
+265
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
2
-5
/
+5
2026-08-05
gpu: nova-core: split FbLayout into FSP and non-FSP versions
Eliot Courtney
7
-90
/
+170
2026-08-05
gpu: nova-core: return non-WPR heap size as u64 from HALs
Eliot Courtney
8
-13
/
+13
2026-08-05
gpu: nova-core: rename heap size field
Eliot Courtney
2
-8
/
+8
2026-08-05
gpu: nova-core: correct FRTS vidmem offset calculation
Eliot Courtney
7
-10
/
+48
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
1
-1
/
+0
2026-07-30
rust: pci: use `Option<&IdInfo>` for device ID info
Gary Guo
1
-1
/
+1
2026-07-30
gpu: nova-core: Move one PBUS register definition
Antonin Malzieu Ridolfi
3
-6
/
+12
2026-07-30
gpu: nova-core: Move PFB registers definitions
Antonin Malzieu Ridolfi
8
-142
/
+155
2026-07-30
gpu: nova-core: Add function to query WPR2 range
Antonin Malzieu Ridolfi
2
-30
/
+38
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
5
-8
/
+32
2026-07-24
gpu: nova-core: set RMSetSriovMode for vGPU
Zhi Wang
4
-4
/
+14
2026-07-24
gpu: nova-core: detect and store vGPU state
Zhi Wang
8
-1
/
+159
2026-07-24
gpu: nova-core: read vGPU mode from FSP via PRC protocol
Zhi Wang
2
-0
/
+172
2026-07-23
gpu: nova-core: wait for RISC-V HALTED on FSP unload
Eliot Courtney
5
-2
/
+36
2026-07-23
gpu: nova-core: correct RISC-V HALTED field
Eliot Courtney
1
-1
/
+1
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
3
-28
/
+29
2026-07-23
gpu: nova-core: fsp: catch bogus queue pointer issues
Eliot Courtney
1
-6
/
+10
2026-07-21
gpu: nova-core: fsp: limit FSP receive message allocation size
Eliot Courtney
1
-0
/
+9
2026-07-21
rust: device: make lifetime on `Core` and `CoreInternal` invariant
Gary Guo
1
-3
/
+3
2026-07-15
gpu: nova-core: store Fsp instance in Gpu
Alexandre Courbot
4
-13
/
+38
2026-07-15
gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
Alexandre Courbot
6
-18
/
+28
2026-07-15
gpu: nova-core: gsp: pass GspBootContext mutably
Alexandre Courbot
4
-21
/
+28
2026-07-15
gpu: nova-core: avoid repeated calls to pci::Device::as_ref
Alexandre Courbot
1
-11
/
+13
2026-07-15
gpu: nova-core: move GSP firmware files decision to GSP HAL
Eliot Courtney
5
-33
/
+33
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
5
-57
/
+45
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
3
-111
/
+90
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
3
-111
/
+90
2026-07-11
rust: types: rename ForLt to CovariantForLt
Danilo Krummrich
1
-2
/
+2
[next]