index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
gsp
/
boot.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
gpu: nova-core: transition gsp to TLV images
Timur Tabi
1
-5
/
+2
2026-08-05
gpu: nova-core: split FbLayout into FSP and non-FSP versions
Eliot Courtney
1
-19
/
+9
2026-07-24
gpu: nova-core: reserve vGPU WPR2 heap
Zhi Wang
1
-1
/
+1
2026-07-24
gpu: nova-core: set RMSetSriovMode for vGPU
Zhi Wang
1
-1
/
+1
2026-07-15
gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
Alexandre Courbot
1
-2
/
+2
2026-07-15
gpu: nova-core: gsp: pass GspBootContext mutably
Alexandre Courbot
1
-13
/
+15
2026-07-15
gpu: nova-core: gsp: centralize missing unload bundle warnings
Alexandre Courbot
1
-1
/
+9
2026-07-15
gpu: nova-core: gsp: pass GspBootContext to unload methods
Alexandre Courbot
1
-15
/
+13
2026-07-15
gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
Alexandre Courbot
1
-61
/
+6
2026-07-08
gpu: nova-core: build SetRegistry entries dynamically
Zhi Wang
1
-1
/
+1
2026-06-29
gpu: nova-core: falcon: store bar and dev in falcon
Tim Kovalenko
1
-11
/
+11
2026-06-20
gpu: nova-core: move GPU static information acquisition to a GSP method
Alexandre Courbot
1
-7
/
+0
2026-06-17
gpu: nova-core: consolidate GSP boot parameters into GspBootContext
Zhi Wang
1
-18
/
+7
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
1
-5
/
+5
2026-06-02
gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
John Hubbard
1
-1
/
+1
2026-05-30
gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails
Alexandre Courbot
1
-3
/
+64
2026-05-30
gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Alexandre Courbot
1
-9
/
+29
2026-05-30
gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
Alexandre Courbot
1
-0
/
+45
2026-05-30
gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
Alexandre Courbot
1
-152
/
+12
2026-05-29
gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...
Alexandre Courbot
1
-7
/
+7
2026-05-29
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
1
-22
/
+8
2026-05-29
gpu: nova-core: remove unneeded get_gsp_info proxy function
Alexandre Courbot
1
-1
/
+1
2026-05-29
gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencer
Danilo Krummrich
1
-1
/
+1
2026-04-30
gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
1
-1
/
+12
2026-04-29
gpu: nova-core: only boot FRTS if its region is allocated
Timur Tabi
1
-1
/
+4
2026-04-06
gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
1
-1
/
+1
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
1
-3
/
+3
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
1
-1
/
+4
2026-03-23
gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
1
-5
/
+2
2026-03-18
gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
1
-4
/
+4
2026-03-18
gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
1
-2
/
+3
2026-03-15
Merge tag 'v7.0-rc4' into drm-rust-next
Danilo Krummrich
1
-1
/
+1
2026-03-10
gpu: nova-core: add FbRange.len() and use it in boot.rs
John Hubbard
1
-1
/
+1
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
1
-3
/
+12
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
1
-1
/
+1
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
1
-1
/
+1
2026-02-24
gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
1
-25
/
+7
2026-01-24
gpu: nova-core: add Falcon HAL method load_method()
Timur Tabi
1
-1
/
+1
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
1
-1
/
+1
2026-01-12
gpu: nova-core: preserve error information in gpu_name()
John Hubbard
1
-5
/
+4
2025-12-29
gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
Danilo Krummrich
1
-4
/
+1
2025-11-15
gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information
Alistair Popple
1
-0
/
+8
2025-11-15
gpu: nova-core: gsp: Wait for gsp initialization to complete
Alistair Popple
1
-0
/
+3
2025-11-15
gpu: nova-core: Implement the GSP sequencer
Joel Fernandes
1
-0
/
+15
2025-11-14
gpu: nova-core: gsp: Boot GSP
Alistair Popple
1
-2
/
+63
2025-11-14
gpu: nova-core: gsp: Add SetRegistry command
Alistair Popple
1
-0
/
+1
2025-11-14
gpu: nova-core: gsp: Add SetSystemInfo command
Alistair Popple
1
-2
/
+8
2025-11-14
gpu: nova-core: gsp: Create wpr metadata
Alistair Popple
1
-0
/
+7
2025-11-14
gpu: nova-core: compute layout of more framebuffer regions required for GSP
Alexandre Courbot
1
-2
/
+2
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
1
-14
/
+28
[next]