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-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: firmware: fix and explain v2 header offsets computations
Alexandre Courbot
-4
/
+12
2026-03-09
gpu: nova-core: firmware: add comments to justify v3 header values
Alexandre Courbot
-0
/
+2
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
-3
/
+365
2026-03-09
gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
-6
/
+22
2026-03-09
gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
-1
/
+1
2026-03-09
gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
-7
/
+0
2026-03-09
gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
-3
/
+251
2026-03-09
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
-14
/
+14
2026-03-09
gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
-3
/
+3
2026-03-09
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
-45
/
+46
2026-03-09
gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
-1
/
+5
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
-127
/
+108
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-11
/
+15
2026-03-01
gpu: nova-core: Kconfig: Sort select statements alphabetically
Joel Fernandes
-1
/
+1
2026-02-25
gpu: nova-core: use core library's CStr instead of kernel one
Alexandre Courbot
-2
/
+2
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-25
gpu: nova-core: use checked arithmetic in RISC-V firmware parsing
Joel Fernandes
-2
/
+4
2026-02-25
gpu: nova-core: use checked arithmetic in BinFirmware::data
Joel Fernandes
-1
/
+2
2026-02-25
gpu: nova-core: use checked arithmetic in frombytes_at helper
Joel Fernandes
-1
/
+2
2026-02-25
gpu: nova-core: use checked arithmetic in Booter signature parsing
Joel Fernandes
-5
/
+12
2026-02-25
gpu: nova-core: use checked arithmetic in FWSEC firmware parsing
Joel Fernandes
-27
/
+37
2026-02-24
gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
-2
/
+13
2026-02-24
gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-28
/
+10
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-37
/
+59
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-296
/
+697
2026-01-30
gpu: nova-core: remove imports available via prelude
Gary Guo
-21
/
+7
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
-5
/
+17
2026-01-24
gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
-64
/
+249
2026-01-24
gpu: nova-core: add Falcon HAL method load_method()
Timur Tabi
-3
/
+34
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()
Timur Tabi
-17
/
+20
2026-01-24
gpu: nova-core: Add basic Turing HAL
Timur Tabi
-0
/
+97
2026-01-24
gpu: nova-core: move some functions into the HAL
Timur Tabi
-42
/
+54
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Timur Tabi
-11
/
+12
2026-01-24
gpu: nova-core: add support for Turing/GA100 fwsignature
Timur Tabi
-1
/
+8
2026-01-24
gpu: nova-core: support header parsing on Turing/GA100
Timur Tabi
-4
/
+24
2026-01-24
gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
-2
/
+32
[prev]
[next]