开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
gsp
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-05
gpu: nova-core: convert to keyworded projection syntax
Gary Guo
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
2026-06-03
gpu: nova-core: gsp: enable FSP boot path
Alexandre Courbot
2026-06-03
gpu: nova-core: add non-sec2 unload path
Eliot Courtney
2026-06-03
gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
John Hubbard
2026-06-03
gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
John Hubbard
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
John Hubbard
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FMC firmware image
John Hubbard
2026-06-02
gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
John Hubbard
2026-06-02
gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
John Hubbard
2026-06-02
gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
John Hubbard
2026-05-30
gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails
Alexandre Courbot
2026-05-30
gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
Alexandre Courbot
2026-05-30
gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
Alexandre Courbot
2026-05-30
gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
Alexandre Courbot
2026-05-29
gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...
Alexandre Courbot
2026-05-29
gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
John Hubbard
2026-05-29
gpu: nova-core: do not import firmware commands into GSP command module
Alexandre Courbot
2026-05-29
gpu: nova-core: remove unneeded get_gsp_info proxy function
Alexandre Courbot
2026-05-29
gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencer
Danilo Krummrich
2026-04-30
gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
2026-04-30
gpu: nova-core: make WPR heap sizing fallible
John Hubbard
2026-04-29
gpu: nova-core: only boot FRTS if its region is allocated
Timur Tabi
2026-04-29
gpu: nova-core: use SizeConstants trait for u64 size constants
John Hubbard
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2026-04-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
2026-04-06
gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
2026-03-24
gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
Alexandre Courbot
2026-03-23
gpu: nova-core: convert to new dma::Coherent API
Gary Guo
2026-03-23
gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
2026-03-23
gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
2026-03-18
gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
2026-03-15
Merge tag 'v7.0-rc4' into drm-rust-next
Danilo Krummrich
2026-03-11
gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
2026-03-10
gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko
2026-03-10
gpu: nova-core: apply the one "use" item per line policy to commands.rs
John Hubbard
2026-03-10
gpu: nova-core: add FbRange.len() and use it in boot.rs
John Hubbard
2026-03-10
gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: add `size` helper to `CommandToGsp`
Eliot Courtney
[next]