summaryrefslogtreecommitdiff
path: root/drivers/gpu/nova-core
AgeCommit message (Expand)Author
2026-05-25gpu: nova-core: vbios: drop unused image wrappersEliot Courtney
2026-05-25gpu: nova-core: vbios: remove unnecessary fields in PciRomHeaderEliot Courtney
2026-05-25gpu: nova-core: vbios: use let-else in Vbios::newEliot Courtney
2026-05-25gpu: nova-core: vbios: use single logical block for the FWSEC sectionEliot Courtney
2026-05-25gpu: nova-core: vbios: use the first PCI-AT imageEliot Courtney
2026-05-25gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS imagesEliot Courtney
2026-05-25gpu: nova-core: vbios: store PMU lookup entries in a KVVecEliot Courtney
2026-05-25gpu: nova-core: vbios: read PMU lookup entries using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: simplify setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: compute FWSEC-relative Falcon data offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_dataEliot Courtney
2026-05-25gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilderEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`Eliot Courtney
2026-05-25gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`Eliot Courtney
2026-05-25gpu: nova-core: vbios: read BitToken using FromBytesEliot Courtney
2026-05-25gpu: nova-core: vbios: avoid reading too far in read_more_at_offsetEliot Courtney
2026-05-25gpu: nova-core: vbios: use checked arithmetic for bios image range endEliot Courtney
2026-05-25gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LENEliot Courtney
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich
2026-05-09gpu: nova: Use module names consistentlyCheng-Yang Chou
2026-05-09gpu: nova, nova-core: Rename to kebab-caseCheng-Yang Chou
2026-04-30gpu: nova-core: Hopper/Blackwell: skip GFW boot waitingJohn Hubbard
2026-04-30gpu: nova-core: move GFW boot wait into a GPU HALJohn Hubbard
2026-04-30gpu: nova-core: add Copy/Clone to Spec and RevisionJohn Hubbard
2026-04-30gpu: nova-core: Hopper/Blackwell: basic GPU identificationJohn Hubbard
2026-04-30gpu: nova-core: use GPU Architecture to simplify HAL selectionsJohn Hubbard
2026-04-30gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_secti...John Hubbard
2026-04-30gpu: nova-core: make WPR heap sizing fallibleJohn Hubbard
2026-04-29gpu: nova: require little endianEliot Courtney
2026-04-29gpu: nova-core: enable GA100Timur Tabi
2026-04-29gpu: nova-core: skip the IFR header if presentTimur Tabi
2026-04-29gpu: nova-core: add FbHal::frts_size() for GA100 supportTimur Tabi
2026-04-29gpu: nova-core: only boot FRTS if its region is allocatedTimur Tabi
2026-04-29gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signatureTimur Tabi
2026-04-29gpu: nova-core: use correct fwsignature for GA100Timur Tabi
2026-04-29gpu: nova-core: program_brom cannot failTimur Tabi
2026-04-29gpu: nova-core: use SizeConstants trait for u64 size constantsJohn Hubbard
2026-04-27gpu: nova-core: simplify and_then with condition to filterEliot Courtney
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda
2026-04-07gpu: nova-core: bindings: remove unneeded `cfg_attr`Miguel Ojeda
2026-04-06gpu: nova-core: fix missing colon in SEC2 boot debug messageDavid Carlier
2026-04-05gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsingJohn Hubbard
2026-04-05gpu: nova-core: bitfield: fix broken Default implementationEliot Courtney
2026-04-05gpu: nova-core: falcon: pad firmware DMA object size to required block alignmentAlexandre Courbot
2026-04-05gpu: nova-core: gsp: fix undefined behavior in command queue codeAlexandre Courbot
2026-03-30gpu: nova-core: firmware: factor out an elf_str() functionJohn Hubbard
2026-03-30gpu: nova-core: firmware: move firmware image parsing code to firmware.rsJohn Hubbard