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
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
3
-8
/
+10
2026-08-06
gpu: nova-core: transition fsp to TLV images
Timur Tabi
1
-47
/
+41
2026-08-06
gpu: nova-core: transition gen_bootloader to TLV images
Timur Tabi
1
-56
/
+19
2026-08-06
gpu: nova-core: transition gsp to TLV images
Timur Tabi
2
-98
/
+36
2026-08-06
gpu: nova-core: transition booter to TLV images
Timur Tabi
2
-271
/
+54
2026-08-06
gpu: nova-core: add TLV parser for firmware files
Timur Tabi
1
-0
/
+264
2026-07-15
gpu: nova-core: move GSP firmware files decision to GSP HAL
Eliot Courtney
1
-3
/
+2
2026-06-29
gpu: nova-core: falcon: store bar and dev in falcon
Tim Kovalenko
3
-39
/
+20
2026-06-10
gpu: nova-core: remove imports available from prelude
Gary Guo
1
-1
/
+0
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
3
-5
/
+5
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
1
-2
/
+0
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 FMC firmware image
John Hubbard
1
-0
/
+47
2026-06-02
gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware images
John Hubbard
1
-2
/
+2
2026-05-30
gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Alexandre Courbot
2
-2
/
+0
2026-05-29
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
1
-0
/
+31
2026-04-30
gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
1
-0
/
+3
2026-04-30
gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
John Hubbard
1
-11
/
+13
2026-04-29
gpu: nova-core: use correct fwsignature for GA100
Timur Tabi
1
-2
/
+1
2026-03-30
gpu: nova-core: firmware: move firmware image parsing code to firmware.rs
John Hubbard
1
-87
/
+4
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
Alexandre Courbot
1
-10
/
+12
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
Alexandre Courbot
1
-2
/
+3
2026-03-28
gpu: nova-core: firmware: fwsec: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: firmware: riscv: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-26
gpu: nova-core: convert falcon registers to kernel register macro
Alexandre Courbot
1
-8
/
+11
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
2
-0
/
+353
2026-03-09
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
2
-8
/
+8
2026-03-09
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
2
-20
/
+20
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
2
-87
/
+49
2026-02-25
gpu: nova-core: use checked arithmetic in RISC-V firmware parsing
Joel Fernandes
1
-2
/
+4
2026-02-25
gpu: nova-core: use checked arithmetic in frombytes_at helper
Joel Fernandes
1
-1
/
+2
2026-02-25
gpu: nova-core: use checked arithmetic in Booter signature parsing
Joel Fernandes
1
-5
/
+12
2026-02-25
gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
Joel Fernandes
1
-27
/
+37
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
3
-103
/
+137
2026-01-30
gpu: nova-core: remove imports available via prelude
Gary Guo
3
-10
/
+5
2026-01-24
gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
1
-27
/
+19
2026-01-24
gpu: nova-core: add Falcon HAL method load_method()
Timur Tabi
1
-1
/
+1
2026-01-24
gpu: nova-core: add support for Turing/GA100 fwsignature
Timur Tabi
1
-1
/
+8
2026-01-24
gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
1
-4
/
+24
2026-01-24
gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
2
-0
/
+14
2026-01-24
gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
2
-7
/
+7
2026-01-07
gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()
John Hubbard
1
-4
/
+1
2025-12-29
gpu: nova-core: fw: move appropriate code into pin initializer
Danilo Krummrich
1
-16
/
+18
2025-12-29
gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
Danilo Krummrich
1
-65
/
+67
2025-11-14
gpu: nova-core: gsp: Boot GSP
Alistair Popple
1
-2
/
+1
2025-11-14
gpu: nova-core: gsp: Create wpr metadata
Alistair Popple
2
-5
/
+4
2025-11-14
gpu: nova-core: compute layout of more framebuffer regions required for GSP
Alexandre Courbot
2
-3
/
+3
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
4
-25
/
+44
2025-11-07
gpu: nova-core: Fix capitalization of some comments
Daniel del Castillo
1
-6
/
+6
2025-11-07
gpu: nova-core: Simplify `transmute` and `transmute_mut` in fwsec.rs
Daniel del Castillo
1
-67
/
+58
[next]