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-01-24
gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
-14
/
+20
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
-37
/
+59
2026-01-16
Merge tag 'v6.19-rc5' into drm-rust-next
Danilo Krummrich
-97
/
+113
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
-15
/
+15
2026-01-12
gpu: nova-core: check for overflow to DMATRFBASE1
Timur Tabi
-1
/
+10
2026-01-12
gpu: nova-core: don't print raw PMU table entries
John Hubbard
-5
/
+0
2026-01-12
gpu: nova-core: preserve error information in gpu_name()
John Hubbard
-11
/
+26
2026-01-07
gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()
John Hubbard
-4
/
+1
2026-01-07
gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
John Hubbard
-19
/
+3
2025-12-29
gpu: nova-core: gsp: move appropriate code into pin initializer
Danilo Krummrich
-33
/
+28
2025-12-29
gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()
Danilo Krummrich
-39
/
+41
2025-12-29
gpu: nova-core: fw: move appropriate code into pin initializer
Danilo Krummrich
-16
/
+18
2025-12-29
gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
Danilo Krummrich
-69
/
+68
2025-12-22
gpu: nova: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-3
/
+2
2025-12-18
drivers: gpu: Update ARef imports from sync::aref
Shankari Anand
-3
/
+3
2025-12-16
gpu: nova-core: gsp: replace firmware version with "bindings" alias
Alexandre Courbot
-29
/
+29
2025-12-16
gpu: nova-core: bindings: derive `MaybeZeroable`
Alexandre Courbot
-57
/
+54
2025-12-16
gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
-10
/
+17
2025-12-16
gpu: nova-core: bindings: add missing explicit padding
Alexandre Courbot
-0
/
+12
2025-12-16
gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
Alexandre Courbot
-1
/
+1
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-28
/
+22
2025-11-17
gpu: nova-core: make formatting compatible with rust tree
Alice Ryhl
-7
/
+4
2025-11-15
gpu: nova-core: provide a clear error report for unsupported GPUs
John Hubbard
-3
/
+24
2025-11-15
gpu: nova-core: add boot42 support for next-gen GPUs
John Hubbard
-12
/
+45
2025-11-15
gpu: nova-core: make Architecture behave as a u8 type
John Hubbard
-1
/
+14
2025-11-15
gpu: nova-core: prepare Spec and Revision types for boot0/boot42
John Hubbard
-5
/
+12
2025-11-15
gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information
Alistair Popple
-0
/
+266
2025-11-15
gpu: nova-core: gsp: Wait for gsp initialization to complete
Alistair Popple
-3
/
+48
2025-11-15
gpu: nova-core: sequencer: Implement core resume operation
Joel Fernandes
-3
/
+42
2025-11-15
gpu: nova-core: sequencer: Implement basic core operations
Joel Fernandes
-0
/
+19
2025-11-15
gpu: nova-core: sequencer: Add delay opcode support
Joel Fernandes
-3
/
+18
2025-11-15
gpu: nova-core: sequencer: Add register opcodes
Joel Fernandes
-15
/
+107
2025-11-15
gpu: nova-core: Implement the GSP sequencer
Joel Fernandes
-3
/
+252
2025-11-15
gpu: nova-core: Add bindings required by GSP sequencer
Joel Fernandes
-0
/
+407
2025-11-15
gpu: nova-core: gsp: Add support for checking if GSP reloaded
Joel Fernandes
-0
/
+24
2025-11-15
gpu: nova-core: falcon: Move dma_reset functionality into helper
Joel Fernandes
-2
/
+7
2025-11-15
gpu: nova-core: falcon: Move mbox functionalities into helper
Joel Fernandes
-19
/
+35
2025-11-15
gpu: nova-core: falcon: Move start functionality into separate helper
Joel Fernandes
-10
/
+16
2025-11-15
gpu: nova-core: falcon: Move waiting until halted to a helper
Joel Fernandes
-7
/
+14
2025-11-14
gpu: nova-core: implement Display for Spec
John Hubbard
-7
/
+13
2025-11-14
gpu: nova-core: gsp: Boot GSP
Alistair Popple
-6
/
+64
2025-11-14
gpu: nova-core: falcon: Add support to write firmware version
Joel Fernandes
-0
/
+14
2025-11-14
gpu: nova-core: falcon: Add support to check if RISC-V is active
Joel Fernandes
-1
/
+15
2025-11-14
gpu: nova-core: gsp: Add SetRegistry command
Alistair Popple
-7
/
+165
2025-11-14
gpu: nova-core: gsp: Add SetSystemInfo command
Alistair Popple
-3
/
+235
2025-11-14
gpu: nova-core: gsp: Create rmargs
Alistair Popple
-4
/
+85
2025-11-14
gpu: nova-core: gsp: Add GSP command queue bindings and handling
Alistair Popple
-4
/
+1410
2025-11-14
gpu: nova-core: Add zeroable trait to bindings
Alistair Popple
-9
/
+12
2025-11-14
gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
Joel Fernandes
-0
/
+233
2025-11-14
gpu: nova-core: gsp: Create wpr metadata
Alistair Popple
-7
/
+73
[prev]
[next]