summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-381/+821
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-93/+103
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda-5/+1
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda-3/+0
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier-1/+1
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot-46/+68
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot-7/+8
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot-1/+4
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot-12/+16
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo-43/+24
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich-18/+44
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich-10/+17
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney-77/+107
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney-5/+4
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney-16/+75
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney-4/+6
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney-9/+8
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich-95/+103
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich-88/+84
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko-2/+12
2026-03-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard-3/+9
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard-1/+1
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney-0/+138
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney-2/+207
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney-3/+9
2026-03-10gpu: nova-core: gsp: unconditionally call variable payload handlingEliot Courtney-9/+7
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney-1/+3
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: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi-3/+12
2026-03-09gpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot-1/+1
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo-4/+8
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-24gpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo-25/+7
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+4
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-26/+51
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo-7/+1
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-1/+13