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