开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
Age
Commit message (
Expand
)
Author
6 hours
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
5 days
rust: make `build_assert` module the home of related macros
Gary Guo
6 days
gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
Miguel Ojeda
10 days
gpu: nova-core: convert to keyworded projection syntax
Gary Guo
2026-05-27
rust: auxiliary: generalize Registration over ForLt
Danilo Krummrich
2026-05-27
gpu: nova-core: separate driver type from driver data
Danilo Krummrich
2026-05-27
rust: pci: make Bar lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: pci: make Driver trait lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
2026-05-11
rust: auxiliary: add registration data to auxiliary devices
Danilo Krummrich
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-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
2026-04-06
gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
2026-04-05
gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
John Hubbard
2026-04-05
gpu: nova-core: bitfield: fix broken Default implementation
Eliot Courtney
2026-04-05
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
Alexandre Courbot
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
2026-03-30
gpu: nova-core: firmware: factor out an elf_str() function
John Hubbard
2026-03-30
gpu: nova-core: firmware: move firmware image parsing code to firmware.rs
John Hubbard
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
Alexandre Courbot
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
Alexandre Courbot
2026-03-28
gpu: nova-core: fb: use dma::CoherentHandle
Alexandre Courbot
2026-03-28
gpu: nova-core: falcon: use dma::Coherent
Alexandre Courbot
2026-03-28
gpu: nova-core: firmware: fwsec: use dma::Coherent
Alexandre Courbot
2026-03-28
gpu: nova-core: firmware: riscv: use dma::Coherent
Alexandre Courbot
2026-03-27
gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
2026-03-26
gpu: nova-core: remove `io::` qualifier to register macro invocations
Alexandre Courbot
2026-03-26
gpu: nova-core: convert falcon registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PDISP registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert FUSE registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert GC6 registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: convert PMC registers to kernel register macro
Alexandre Courbot
2026-03-26
gpu: nova-core: introduce `bounded_enum` macro
Alexandre Courbot
2026-03-25
gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
2026-03-25
gpu: nova-core: create debugfs root in module init
Timur Tabi
2026-03-25
gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
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-23
gpu: nova-core: convert Gsp::new() to use CoherentBox
Danilo Krummrich
2026-03-23
gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
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
[next]