summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp
AgeCommit message (Expand)Author
4 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
11 daysMerge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
12 daysrust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda
12 daysgpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda
14 daysgpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot
2026-03-24gpu: nova-core: gsp: move Cmdq's DMA handle to a struct memberAlexandre Courbot
2026-03-23gpu: nova-core: convert to new dma::Coherent APIGary Guo
2026-03-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich
2026-03-18gpu: nova-core: gsp: add mutex locking to CmdqEliot Courtney
2026-03-18gpu: nova-core: gsp: make `Cmdq` a pinned typeEliot Courtney
2026-03-18gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`Eliot Courtney
2026-03-18gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queueEliot Courtney
2026-03-18gpu: nova-core: gsp: fix stale doc comments on command queue methodsEliot Courtney
2026-03-15Merge tag 'v7.0-rc4' into drm-rust-nextDanilo Krummrich
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko
2026-03-10gpu: nova-core: apply the one "use" item per line policy to commands.rsJohn Hubbard
2026-03-10gpu: nova-core: add FbRange.len() and use it in boot.rsJohn Hubbard
2026-03-10gpu: nova-core: gsp: add tests for continuation recordsEliot Courtney
2026-03-10gpu: nova-core: gsp: support large RPCs via continuation recordEliot Courtney
2026-03-10gpu: nova-core: gsp: add `size` helper to `CommandToGsp`Eliot Courtney
2026-03-10gpu: nova-core: gsp: unconditionally call variable payload handlingEliot Courtney
2026-03-10gpu: nova-core: gsp: clarify invariant on command queueEliot Courtney
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: use the Generic Bootloader to boot FWSEC on TuringTimur Tabi
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-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-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