index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
vbios.rs
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-09
gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
Miguel Ojeda
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
2026-05-25
gpu: nova-core: vbios: remove unused rom_header field
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: move constants and functions to be associated
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: drop redundant TryFrom import
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: drop unused image wrappers
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use let-else in Vbios::new
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use single logical block for the FWSEC section
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use the first PCI-AT image
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: store PMU lookup entries in a KVVec
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: read PMU lookup entries using FromBytes
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: simplify setup_falcon_data
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: read BitToken using FromBytes
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: use checked arithmetic for bios image range end
Eliot Courtney
2026-05-25
gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
Eliot Courtney
2026-04-29
gpu: nova-core: skip the IFR header if present
Timur Tabi
2026-04-29
gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
Timur Tabi
2026-04-05
gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
John Hubbard
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-01-24
gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
2026-01-12
gpu: nova-core: don't print raw PMU table entries
John Hubbard
2025-12-18
drivers: gpu: Update ARef imports from sync::aref
Shankari Anand
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
2025-11-05
gpu: nova-core: vbios: use FromBytes for NpdeStruct
Alexandre Courbot
2025-11-05
gpu: nova-core: vbios: use FromBytes for BitHeader
Alexandre Courbot
2025-11-05
gpu: nova-core: vbios: use FromBytes for PcirStruct
Alexandre Courbot
2025-11-05
gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
Alexandre Courbot
2025-11-04
gpu: nova-core: vbios: do not use `as` when comparing BiosImageType
Alexandre Courbot
2025-10-30
gpu: nova-core: replace `as` with `from` conversions where possible
Alexandre Courbot
2025-10-16
gpu: nova-core: vbios: Rework BiosImage to be simpler
Joel Fernandes
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-09-22
gpu: nova-core: use Alignment for alignment-related operations
Alexandre Courbot
2025-09-01
gpu: nova-core: vbios: store reference to Device where relevant
Alexandre Courbot
2025-09-01
gpu: nova-core: vbios: replace pci::Device with device::Device
Alexandre Courbot
2025-08-12
gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of
Rhys Lloyd
2025-08-12
gpu: nova-core: vbios: use size_of instead of magic number
Rhys Lloyd
2025-07-17
gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Rhys Lloyd
[next]