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
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
-2237
/
+2707
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
-115
/
+127
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: vbios: use from_le_bytes() for PCI ROM header parsing
John Hubbard
-6
/
+1
2026-04-05
gpu: nova-core: bitfield: fix broken Default implementation
Eliot Courtney
-3
/
+2
2026-04-05
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
Alexandre Courbot
-2
/
+19
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
-46
/
+68
2026-03-30
gpu: nova-core: firmware: factor out an elf_str() function
John Hubbard
-25
/
+15
2026-03-30
gpu: nova-core: firmware: move firmware image parsing code to firmware.rs
John Hubbard
-87
/
+92
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
Alexandre Courbot
-64
/
+12
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
Alexandre Courbot
-2
/
+3
2026-03-28
gpu: nova-core: fb: use dma::CoherentHandle
Alexandre Courbot
-3
/
+3
2026-03-28
gpu: nova-core: falcon: use dma::Coherent
Alexandre Courbot
-3
/
+3
2026-03-28
gpu: nova-core: firmware: fwsec: use dma::Coherent
Alexandre Courbot
-3
/
+3
2026-03-28
gpu: nova-core: firmware: riscv: use dma::Coherent
Alexandre Courbot
-3
/
+3
2026-03-27
gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
-10
/
+6
2026-03-26
gpu: nova-core: remove `io::` qualifier to register macro invocations
Alexandre Courbot
-15
/
+15
2026-03-26
gpu: nova-core: convert falcon registers to kernel register macro
Alexandre Courbot
-1291
/
+466
2026-03-26
gpu: nova-core: convert PDISP registers to kernel register macro
Alexandre Courbot
-5
/
+13
2026-03-26
gpu: nova-core: convert FUSE registers to kernel register macro
Alexandre Courbot
-22
/
+41
2026-03-26
gpu: nova-core: convert GC6 registers to kernel register macro
Alexandre Courbot
-37
/
+49
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
-50
/
+70
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
-6
/
+11
2026-03-26
gpu: nova-core: convert PMC registers to kernel register macro
Alexandre Courbot
-57
/
+53
2026-03-26
gpu: nova-core: introduce `bounded_enum` macro
Alexandre Courbot
-0
/
+81
2026-03-25
gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
-8
/
+39
2026-03-25
gpu: nova-core: create debugfs root in module init
Timur Tabi
-0
/
+25
2026-03-25
gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
-2
/
+23
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
-65
/
+47
2026-03-23
gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
-44
/
+65
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
-7
/
+7
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
-117
/
+127
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
-17
/
+29
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
-2
/
+8
2026-03-10
gpu: nova-core: print FB sizes, along with ranges
John Hubbard
-17
/
+66
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
[next]