开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
gsp
/
cmdq.rs
Age
Commit message (
Expand
)
Author
6 hours
Merge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/rust/kern...
Mark Brown
4 days
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
5 days
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
2026-07-14
Merge tag 'rust-io-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Danilo Krummrich
2026-07-11
gpu: nova-core: use I/O projection for cleaner encapsulation
Gary Guo
2026-06-28
Merge tag 'v7.2-rc1' into drm-rust-next
Danilo Krummrich
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-10
gpu: nova-core: gsp: Move gsp register definition into gsp module
Antonin Malzieu Ridolfi
2026-06-05
gpu: nova-core: convert to keyworded projection syntax
Gary Guo
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
2026-03-24
gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
Alexandre Courbot
2026-03-23
gpu: nova-core: convert to new dma::Coherent API
Gary Guo
2026-03-18
gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
2026-03-18
gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
2026-03-15
Merge tag 'v7.0-rc4' into drm-rust-next
Danilo Krummrich
2026-03-11
gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
2026-03-10
gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko
2026-03-10
gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: add `size` helper to `CommandToGsp`
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
2026-03-10
gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
2026-02-25
gpu: nova-core: gsp: remove unnecessary Display impls
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: warn if data remains after processing a message
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: fix improper indexing in driver_read_area
Eliot Courtney
2026-02-25
gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
Eliot Courtney
2026-02-25
gpu: nova-core: gsp: use empty slices instead of [0..0] ranges
Eliot Courtney
2026-02-25
gpu: nova-core: gsp: clarify comments about invariants and pointer roles
Eliot Courtney
2026-02-25
gpu: nova-core: gsp: fix incorrect advancing of write pointer
Eliot Courtney
2026-01-16
Merge tag 'v6.19-rc5' into drm-rust-next
Danilo Krummrich
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
2025-12-16
gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
2025-11-15
gpu: nova-core: Implement the GSP sequencer
Joel Fernandes
2025-11-14
gpu: nova-core: gsp: Add SetSystemInfo command
Alistair Popple
2025-11-14
gpu: nova-core: gsp: Create rmargs
Alistair Popple
2025-11-14
gpu: nova-core: gsp: Add GSP command queue bindings and handling
Alistair Popple