summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core/gsp/cmdq.rs
AgeCommit message (Expand)Author
6 hoursMerge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/rust/kern...Mark Brown
4 daysrust: dma: rename dma_handle to dma_addressAlexandre Courbot
5 daysrust: treewide: replace `__pinned_init` with `raw_[try_]init`Gary Guo
2026-07-14Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Danilo Krummrich
2026-07-11gpu: nova-core: use I/O projection for cleaner encapsulationGary Guo
2026-06-28Merge tag 'v7.2-rc1' into drm-rust-nextDanilo Krummrich
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-10gpu: nova-core: gsp: Move gsp register definition into gsp moduleAntonin Malzieu Ridolfi
2026-06-05gpu: nova-core: convert to keyworded projection syntaxGary Guo
2026-06-03gpu: nova-core: move lifetime to `Bar0`Gary Guo
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda
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-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-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: 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-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
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-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes
2025-11-14gpu: nova-core: gsp: Add SetSystemInfo commandAlistair Popple
2025-11-14gpu: nova-core: gsp: Create rmargsAlistair Popple
2025-11-14gpu: nova-core: gsp: Add GSP command queue bindings and handlingAlistair Popple