summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds48-900/+3319
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds3-17/+25
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo2-3/+3
2026-06-09gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda2-6/+5
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo1-3/+3
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo35-145/+152
2026-06-03gpu: nova-core: gsp: enable FSP boot pathAlexandre Courbot1-2/+2
2026-06-03gpu: nova-core: add non-sec2 unload pathEliot Courtney1-2/+36
2026-06-03gpu: nova-core: Hopper/Blackwell: add GSP lockdown release pollingJohn Hubbard4-2/+115
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust bootJohn Hubbard8-13/+310
2026-06-03gpu: nova-core: Hopper/Blackwell: select FSP Chain of Trust versionJohn Hubbard4-4/+46
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP send/receive messagingJohn Hubbard2-4/+103
2026-06-03gpu: nova-core: add MCTP/NVDM protocol types for firmware communicationJohn Hubbard2-0/+91
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP message infrastructureJohn Hubbard2-3/+99
2026-06-03gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operationsJohn Hubbard2-5/+93
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC signature extractionJohn Hubbard1-3/+86
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waitingJohn Hubbard8-3/+186
2026-06-02gpu: nova-core: Hopper/Blackwell: add FMC firmware imageJohn Hubbard4-3/+72
2026-06-02gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stubJohn Hubbard2-0/+30
2026-06-02gpu: nova-core: add auto-detection of 32-bit, 64-bit firmware imagesJohn Hubbard2-6/+25
2026-06-02gpu: nova-core: add support for 32-bit firmware imagesJohn Hubbard1-0/+53
2026-06-02gpu: nova-core: don't assume 64-bit firmware imagesJohn Hubbard1-27/+85
2026-06-02gpu: nova-core: Blackwell: use correct sysmem flush registersJohn Hubbard3-6/+154
2026-06-02gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heapJohn Hubbard2-6/+15
2026-06-02gpu: nova-core: Hopper/Blackwell: larger non-WPR heapJohn Hubbard8-7/+136
2026-06-02gpu: nova-core: Blackwell: compute PMU-reserved framebuffer sizeJohn Hubbard7-6/+88
2026-06-02gpu: nova-core: Hopper/Blackwell: new location for PCI config mirrorJohn Hubbard7-8/+47
2026-06-02gpu: nova-core: set DMA mask width based on GPU architectureJohn Hubbard5-19/+30
2026-05-30gpu: nova-core: gsp: run the unload bundle if Gsp::boot() failsAlexandre Courbot4-31/+101
2026-05-30gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbindingAlexandre Courbot9-19/+209
2026-05-30gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloadingAlexandre Courbot6-1/+168
2026-05-30gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HALAlexandre Courbot5-152/+343
2026-05-29gpu: nova-core: gsp: shuffle boot code a bit to keep chipset-specific parts c...Alexandre Courbot1-7/+7
2026-05-29gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()John Hubbard2-22/+39
2026-05-29gpu: nova-core: do not import firmware commands into GSP command moduleAlexandre Courbot1-12/+13
2026-05-29gpu: nova-core: remove unneeded get_gsp_info proxy functionAlexandre Courbot2-8/+2
2026-05-29gpu: nova-core: gsp: replace ARef<Device> with &'a Device in sequencerDanilo Krummrich2-7/+6
2026-05-29gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlushDanilo Krummrich1-5/+4
2026-05-29gpu: nova-core: unregister sysmem flush page from DropDanilo Krummrich3-24/+11
2026-05-29gpu: nova-core: use lifetime for BarDanilo Krummrich2-37/+28
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich3-17/+25
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich1-6/+7
2026-05-27gpu: nova-core: separate driver type from driver dataDanilo Krummrich2-7/+9
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich1-3/+4
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich1-3/+6
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich2-3/+3
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich1-0/+1
2026-05-25gpu: nova-core: vbios: remove unused rom_header fieldEliot Courtney1-4/+0
2026-05-25gpu: nova-core: vbios: move constants and functions to be associatedEliot Courtney1-104/+108
2026-05-25gpu: nova-core: vbios: drop redundant TryFrom importEliot Courtney1-2/+0