summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
13 daysMerge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo
2026-06-09gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust versionJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP send/receive messagingJohn Hubbard
2026-06-03gpu: nova-core: add MCTP/NVDM protocol types for firmware communicationJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP message infrastructureJohn Hubbard
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operationsJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC signature extractionJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stubJohn Hubbard
2026-06-02gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware imagesJohn Hubbard
2026-06-02gpu: nova-core: add support for 32-bit firmware imagesJohn Hubbard
2026-06-02gpu: nova-core: don't assume 64-bit firmware imagesJohn Hubbard
2026-06-02gpu: nova-core: Blackwell: use correct sysmem flush registersJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heapJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: larger non-WPR heapJohn Hubbard
2026-06-02gpu: nova-core: Blackwell: compute PMU-reserved framebuffer sizeJohn Hubbard
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard
2026-06-02gpu: nova-core: set DMA mask width based on GPU architectureJohn Hubbard
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich
2026-05-29gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlushDanilo Krummrich
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich
2026-05-27gpu: nova-core: separate driver type from driver dataDanilo Krummrich
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich
2026-05-25gpu: nova-core: vbios: remove unused rom_header fieldEliot Courtney
2026-05-25gpu: nova-core: vbios: move constants and functions to be associatedEliot Courtney
2026-05-25gpu: nova-core: vbios: drop redundant TryFrom importEliot Courtney