index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
gsp
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-381
/
+821
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
-93
/
+103
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
-5
/
+1
2026-04-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
-3
/
+0
2026-04-06
gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
-1
/
+1
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
-46
/
+68
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
-7
/
+8
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
-1
/
+4
2026-03-24
gpu: nova-core: gsp: move Cmdq's DMA handle to a struct member
Alexandre Courbot
-12
/
+16
2026-03-23
gpu: nova-core: convert to new dma::Coherent API
Gary Guo
-43
/
+24
2026-03-23
gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
-18
/
+44
2026-03-23
gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
-10
/
+17
2026-03-18
gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
-77
/
+107
2026-03-18
gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
-5
/
+4
2026-03-18
gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`
Eliot Courtney
-16
/
+75
2026-03-18
gpu: nova-core: gsp: add `RECEIVE_TIMEOUT` constant for command queue
Eliot Courtney
-4
/
+6
2026-03-18
gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
-9
/
+8
2026-03-15
Merge tag 'v7.0-rc4' into drm-rust-next
Danilo Krummrich
-95
/
+103
2026-03-11
gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
-88
/
+84
2026-03-10
gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko
-2
/
+12
2026-03-10
gpu: nova-core: apply the one "use" item per line policy to commands.rs
John Hubbard
-3
/
+9
2026-03-10
gpu: nova-core: add FbRange.len() and use it in boot.rs
John Hubbard
-1
/
+1
2026-03-10
gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
-0
/
+138
2026-03-10
gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
-2
/
+207
2026-03-10
gpu: nova-core: gsp: add `size` helper to `CommandToGsp`
Eliot Courtney
-3
/
+9
2026-03-10
gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
-9
/
+7
2026-03-10
gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
-1
/
+3
2026-03-10
gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
-1
/
+11
2026-03-10
gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
-12
/
+30
2026-03-10
gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
Eliot Courtney
-32
/
+35
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
-3
/
+12
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
-1
/
+1
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-4
/
+8
2026-02-25
gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
Alexandre Courbot
-4
/
+1
2026-02-25
gpu: nova-core: gsp: derive `Debug` on more sequencer types
Alexandre Courbot
-5
/
+6
2026-02-25
gpu: nova-core: gsp: remove unneeded sequencer trait
Alexandre Courbot
-11
/
+6
2026-02-25
gpu: nova-core: gsp: simplify sequencer opcode parsing
Alexandre Courbot
-35
/
+5
2026-02-25
gpu: nova-core: gsp: remove unnecessary Display impls
Alexandre Courbot
-55
/
+1
2026-02-25
gpu: nova-core: gsp: warn if data remains after processing a message
Alexandre Courbot
-1
/
+11
2026-02-25
gpu: nova-core: gsp: fix improper indexing in driver_read_area
Eliot Courtney
-8
/
+13
2026-02-25
gpu: nova-core: gsp: fix improper handling of empty slot in cmdq
Eliot Courtney
-14
/
+20
2026-02-25
gpu: nova-core: gsp: use empty slices instead of [0..0] ranges
Eliot Courtney
-4
/
+4
2026-02-25
gpu: nova-core: gsp: clarify comments about invariants and pointer roles
Eliot Courtney
-8
/
+10
2026-02-25
gpu: nova-core: gsp: fix incorrect advancing of write pointer
Eliot Courtney
-1
/
+1
2026-02-24
gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-25
/
+7
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+4
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-26
/
+51
2026-01-30
gpu: nova-core: remove imports available via prelude
Gary Guo
-7
/
+1
2026-01-26
gpu: nova-core: gsp: use () as message type for GspInitDone message
Alexandre Courbot
-3
/
+3
2026-01-24
gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
-1
/
+13
[next]