summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
6 hoursMerge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
5 daysrust: make `build_assert` module the home of related macrosGary Guo
6 daysgpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`Miguel Ojeda
10 daysgpu: nova-core: convert to keyworded projection syntaxGary Guo
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich
2026-05-27gpu: nova-core: separate driver type from driver dataDanilo Krummrich
2026-05-27rust: pci: make Bar lifetime-parameterizedDanilo Krummrich
2026-05-27rust: pci: make Driver trait lifetime-parameterizedDanilo Krummrich
2026-05-27rust: device: make Core and CoreInternal lifetime-parameterizedDanilo Krummrich
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich
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-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot
2026-03-30gpu: nova-core: firmware: factor out an elf_str() functionJohn Hubbard
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for level0 tableAlexandre Courbot
2026-03-28gpu: nova-core: firmware: gsp: use dma::Coherent for signaturesAlexandre Courbot
2026-03-28gpu: nova-core: fb: use dma::CoherentHandleAlexandre Courbot
2026-03-28gpu: nova-core: falcon: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: fwsec: use dma::CoherentAlexandre Courbot
2026-03-28gpu: nova-core: firmware: riscv: use dma::CoherentAlexandre Courbot
2026-03-27gpu: nova-core: use sized array for GSP log buffersDanilo Krummrich
2026-03-26gpu: nova-core: remove `io::` qualifier to register macro invocationsAlexandre Courbot
2026-03-26gpu: nova-core: convert falcon registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PDISP registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert FUSE registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert GC6 registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PFB registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PBUS registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: convert PMC registers to kernel register macroAlexandre Courbot
2026-03-26gpu: nova-core: introduce `bounded_enum` macroAlexandre Courbot
2026-03-25gpu: nova-core: create GSP-RM logging buffers debugfs entriesTimur Tabi
2026-03-25gpu: nova-core: create debugfs root in module initTimur Tabi
2026-03-25gpu: nova-core: Replace module_pci_driver! with explicit module initTimur Tabi
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-23gpu: nova-core: convert Gsp::new() to use CoherentBoxDanilo Krummrich
2026-03-23gpu: nova-core: use Coherent::init to initialize GspFwWprMetaDanilo Krummrich
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