summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2026-03-10gpu: nova-core: gsp: add checking oversized commandsEliot Courtney
2026-03-10gpu: nova-core: gsp: add mechanism to wait for space on command queueEliot Courtney
2026-03-10gpu: nova-core: gsp: sort `MsgFunction` variants alphabeticallyEliot Courtney
2026-03-09gpu: nova-core: firmware: fix and explain v2 header offsets computationsAlexandre Courbot
2026-03-09gpu: nova-core: firmware: add comments to justify v3 header valuesAlexandre Courbot
2026-03-09gpu: nova-core: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi
2026-03-09gpu: nova-core: add gen_bootloader firmware to ModInfoBuilderAlexandre Courbot
2026-03-09gpu: nova-core: make Chipset::arch() constAlexandre Courbot
2026-03-09gpu: nova-core: falcon: remove unwarranted safety check in dma_loadAlexandre Courbot
2026-03-09gpu: nova-core: add PIO support for loading firmware imagesTimur Tabi
2026-03-09gpu: nova-core: move brom_params and boot_addr to FalconFirmwareAlexandre Courbot
2026-03-09gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadableAlexandre Courbot
2026-03-09gpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot
2026-03-09gpu: nova-core: falcon: add constant for memory block alignmentAlexandre Courbot
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
2026-03-01gpu: nova-core: Kconfig: Sort select statements alphabeticallyJoel Fernandes
2026-02-25gpu: nova-core: use core library's CStr instead of kernel oneAlexandre Courbot
2026-02-25gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfoAlexandre Courbot
2026-02-25gpu: nova-core: gsp: derive `Debug` on more sequencer typesAlexandre Courbot
2026-02-25gpu: nova-core: gsp: remove unneeded sequencer traitAlexandre Courbot
2026-02-25gpu: nova-core: gsp: simplify sequencer opcode parsingAlexandre Courbot
2026-02-25gpu: nova-core: gsp: remove unnecessary Display implsAlexandre Courbot
2026-02-25gpu: nova-core: gsp: warn if data remains after processing a messageAlexandre Courbot
2026-02-25gpu: nova-core: gsp: fix improper indexing in driver_read_areaEliot Courtney
2026-02-25gpu: nova-core: gsp: fix improper handling of empty slot in cmdqEliot Courtney
2026-02-25gpu: nova-core: gsp: use empty slices instead of [0..0] rangesEliot Courtney
2026-02-25gpu: nova-core: gsp: clarify comments about invariants and pointer rolesEliot Courtney
2026-02-25gpu: nova-core: gsp: fix incorrect advancing of write pointerEliot Courtney
2026-02-25gpu: nova-core: use checked arithmetic in RISC-V firmware parsingJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in BinFirmware::dataJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in frombytes_at helperJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in Booter signature parsingJoel Fernandes
2026-02-25gpu: nova-core: use checked arithmetic in FWSEC firmware parsingJoel Fernandes
2026-02-24gpu: nova-core: fix aux device registration for multi-GPU systemsJohn Hubbard
2026-02-24gpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot
2026-01-24gpu: nova-core: align LibosMemoryRegionInitArgument size to page sizeAlexandre Courbot
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()Timur Tabi
2026-01-24gpu: nova-core: Add basic Turing HALTimur Tabi
2026-01-24gpu: nova-core: move some functions into the HALTimur Tabi
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()Timur Tabi
2026-01-24gpu: nova-core: add support for Turing/GA100 fwsignatureTimur Tabi
2026-01-24gpu: nova-core: support header parsing on Turing/GA100Timur Tabi
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi