index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
Age
Commit message (
Expand
)
Author
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-10
gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
Eliot Courtney
2026-03-09
gpu: nova-core: firmware: fix and explain v2 header offsets computations
Alexandre Courbot
2026-03-09
gpu: nova-core: firmware: add comments to justify v3 header values
Alexandre Courbot
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
2026-03-09
gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
2026-03-09
gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
2026-03-09
gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
2026-03-09
gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
2026-03-09
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
2026-03-09
gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
2026-03-09
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
2026-03-09
gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
2026-03-01
gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
2026-02-25
gpu: nova-core: use core library's CStr instead of kernel one
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: derive Zeroable for GspStaticConfigInfo
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: derive `Debug` on more sequencer types
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: remove unneeded sequencer trait
Alexandre Courbot
2026-02-25
gpu: nova-core: gsp: simplify sequencer opcode parsing
Alexandre Courbot
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-02-25
gpu: nova-core: use checked arithmetic in RISC-V firmware parsing
Joel Fernandes
2026-02-25
gpu: nova-core: use checked arithmetic in BinFirmware::data
Joel Fernandes
2026-02-25
gpu: nova-core: use checked arithmetic in frombytes_at helper
Joel Fernandes
2026-02-25
gpu: nova-core: use checked arithmetic in Booter signature parsing
Joel Fernandes
2026-02-25
gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
Joel Fernandes
2026-02-24
gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
2026-02-24
gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-01-30
gpu: nova-core: remove imports available via prelude
Gary Guo
2026-01-26
gpu: nova-core: gsp: use () as message type for GspInitDone message
Alexandre Courbot
2026-01-24
gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
Alexandre Courbot
2026-01-24
gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
2026-01-24
gpu: nova-core: add Falcon HAL method load_method()
Timur Tabi
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()
Timur Tabi
2026-01-24
gpu: nova-core: Add basic Turing HAL
Timur Tabi
2026-01-24
gpu: nova-core: move some functions into the HAL
Timur Tabi
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Timur Tabi
2026-01-24
gpu: nova-core: add support for Turing/GA100 fwsignature
Timur Tabi
2026-01-24
gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
2026-01-24
gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
[prev]
[next]