index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
Age
Commit message (
Expand
)
Author
2026-03-11
gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessors
Danilo Krummrich
2026-03-10
gpu: nova-core: fix stack overflow in GSP memory allocation
Tim Kovalenko
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
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
2026-01-24
gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
2026-01-16
Merge tag 'v6.19-rc5' into drm-rust-next
Danilo Krummrich
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
2026-01-12
gpu: nova-core: check for overflow to DMATRFBASE1
Timur Tabi
2026-01-12
gpu: nova-core: don't print raw PMU table entries
John Hubbard
2026-01-12
gpu: nova-core: preserve error information in gpu_name()
John Hubbard
2026-01-07
gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()
John Hubbard
2026-01-07
gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rs
John Hubbard
2025-12-29
gpu: nova-core: gsp: move appropriate code into pin initializer
Danilo Krummrich
2025-12-29
gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()
Danilo Krummrich
2025-12-29
gpu: nova-core: fw: move appropriate code into pin initializer
Danilo Krummrich
2025-12-29
gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()
Danilo Krummrich
2025-12-22
gpu: nova: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2025-12-18
drivers: gpu: Update ARef imports from sync::aref
Shankari Anand
2025-12-16
gpu: nova-core: gsp: replace firmware version with "bindings" alias
Alexandre Courbot
2025-12-16
gpu: nova-core: bindings: derive `MaybeZeroable`
Alexandre Courbot
2025-12-16
gpu: nova-core: gsp: fix length of received messages
Alexandre Courbot
2025-12-16
gpu: nova-core: bindings: add missing explicit padding
Alexandre Courbot
2025-12-16
gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONS
Alexandre Courbot
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-11-17
gpu: nova-core: make formatting compatible with rust tree
Alice Ryhl
2025-11-15
gpu: nova-core: provide a clear error report for unsupported GPUs
John Hubbard
2025-11-15
gpu: nova-core: add boot42 support for next-gen GPUs
John Hubbard
2025-11-15
gpu: nova-core: make Architecture behave as a u8 type
John Hubbard
2025-11-15
gpu: nova-core: prepare Spec and Revision types for boot0/boot42
John Hubbard
2025-11-15
gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information
Alistair Popple
2025-11-15
gpu: nova-core: gsp: Wait for gsp initialization to complete
Alistair Popple
2025-11-15
gpu: nova-core: sequencer: Implement core resume operation
Joel Fernandes
2025-11-15
gpu: nova-core: sequencer: Implement basic core operations
Joel Fernandes
2025-11-15
gpu: nova-core: sequencer: Add delay opcode support
Joel Fernandes
2025-11-15
gpu: nova-core: sequencer: Add register opcodes
Joel Fernandes
2025-11-15
gpu: nova-core: Implement the GSP sequencer
Joel Fernandes
[next]