summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
6 hoursgpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier
6 hoursgpu: nova-core: remove redundant `.as_ref()` for `dev_*` printGary Guo
6 hoursgpu: nova-core: bitfield: fix broken Default implementationEliot Courtney
6 hoursgpu: nova-core: firmware: fix and explain v2 header offsets computationsAlexandre Courbot
6 hoursgpu: nova-core: falcon: rename load parameters to reflect DMA dependencyAlexandre Courbot
6 hoursgpu: nova-core: create falcon firmware DMA objects lazilyAlexandre Courbot
6 hoursgpu: nova-core: use checked arithmetic in FWSEC firmware parsingJoel Fernandes
6 hoursgpu: nova-core: gsp: fix improper handling of empty slot in cmdqEliot Courtney
6 hoursgpu: nova-core: gsp: use empty slices instead of [0..0] rangesEliot Courtney
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich
2026-03-10gpu: nova-core: fix stack overflow in GSP memory allocationTim Kovalenko
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-01-30gpu: nova-core: remove imports available via preludeGary Guo
2026-01-26gpu: nova-core: gsp: use () as message type for GspInitDone messageAlexandre Courbot
2026-01-24gpu: nova-core: align LibosMemoryRegionInitArgument size to page sizeAlexandre Courbot
2026-01-24gpu: nova-core: add FalconUCodeDescV2 supportTimur Tabi
2026-01-24gpu: nova-core: add Falcon HAL method load_method()Timur Tabi
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_ENGINE::reset_engine()Timur Tabi
2026-01-24gpu: nova-core: Add basic Turing HALTimur Tabi
2026-01-24gpu: nova-core: move some functions into the HALTimur Tabi
2026-01-24gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()Timur Tabi
2026-01-24gpu: nova-core: add support for Turing/GA100 fwsignatureTimur Tabi
2026-01-24gpu: nova-core: support header parsing on Turing/GA100Timur Tabi
2026-01-24gpu: nova-core: add ImemNonSecure section infrastructureTimur Tabi
2026-01-24gpu: nova-core: rename Imem to ImemSecureTimur Tabi
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi
2026-01-12gpu: nova-core: check for overflow to DMATRFBASE1Timur Tabi
2026-01-12gpu: nova-core: don't print raw PMU table entriesJohn Hubbard
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() in elf64_section()John Hubbard
2026-01-07gpu: nova-core: use CStr::from_bytes_until_nul() and remove util.rsJohn Hubbard
2025-12-29gpu: nova-core: gsp: move appropriate code into pin initializerDanilo Krummrich
2025-12-29gpu: nova-core: gsp: get rid of redundant Result in Gsp::new()Danilo Krummrich
2025-12-29gpu: nova-core: fw: move appropriate code into pin initializerDanilo Krummrich
2025-12-29gpu: nova-core: fw: get rid of redundant Result in GspFirmware::new()Danilo Krummrich
2025-12-22gpu: nova: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand
2025-12-16gpu: nova-core: gsp: replace firmware version with "bindings" aliasAlexandre Courbot
2025-12-16gpu: nova-core: bindings: derive `MaybeZeroable`Alexandre Courbot
2025-12-16gpu: nova-core: gsp: fix length of received messagesAlexandre Courbot
2025-12-16gpu: nova-core: bindings: add missing explicit paddingAlexandre Courbot
2025-12-16gpu: nova-core: select RUST_FW_LOADER_ABSTRACTIONSAlexandre Courbot
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard