index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
vbios.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-358
/
+274
2026-06-09
gpu: nova-core: firmware: parse `FalconUCodeDescV2` via `zerocopy`
Miguel Ojeda
1
-2
/
+4
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
1
-4
/
+4
2026-05-25
gpu: nova-core: vbios: remove unused rom_header field
Eliot Courtney
1
-4
/
+0
2026-05-25
gpu: nova-core: vbios: move constants and functions to be associated
Eliot Courtney
1
-104
/
+108
2026-05-25
gpu: nova-core: vbios: drop redundant TryFrom import
Eliot Courtney
1
-2
/
+0
2026-05-25
gpu: nova-core: vbios: drop unused image wrappers
Eliot Courtney
1
-12
/
+0
2026-05-25
gpu: nova-core: vbios: remove unnecessary fields in PciRomHeader
Eliot Courtney
1
-52
/
+16
2026-05-25
gpu: nova-core: vbios: use let-else in Vbios::new
Eliot Courtney
1
-8
/
+8
2026-05-25
gpu: nova-core: vbios: use single logical block for the FWSEC section
Eliot Courtney
1
-62
/
+37
2026-05-25
gpu: nova-core: vbios: use the first PCI-AT image
Eliot Courtney
1
-1
/
+4
2026-05-25
gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
Eliot Courtney
1
-59
/
+29
2026-05-25
gpu: nova-core: vbios: store PMU lookup entries in a KVVec
Eliot Courtney
1
-38
/
+18
2026-05-25
gpu: nova-core: vbios: read PMU lookup entries using FromBytes
Eliot Courtney
1
-14
/
+9
2026-05-25
gpu: nova-core: vbios: simplify setup_falcon_data
Eliot Courtney
1
-32
/
+24
2026-05-25
gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
Eliot Courtney
1
-29
/
+19
2026-05-25
gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
Eliot Courtney
1
-19
/
+6
2026-05-25
gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
Eliot Courtney
1
-5
/
+0
2026-05-25
gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
Eliot Courtney
1
-8
/
+9
2026-05-25
gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
Eliot Courtney
1
-10
/
+7
2026-05-25
gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
Eliot Courtney
1
-6
/
+8
2026-05-25
gpu: nova-core: vbios: read BitToken using FromBytes
Eliot Courtney
1
-20
/
+19
2026-05-25
gpu: nova-core: vbios: avoid reading too far in read_more_at_offset
Eliot Courtney
1
-14
/
+11
2026-05-25
gpu: nova-core: vbios: use checked arithmetic for bios image range end
Eliot Courtney
1
-3
/
+3
2026-05-25
gpu: nova-core: vbios: stop scanning at BIOS_MAX_SCAN_LEN
Eliot Courtney
1
-1
/
+1
2026-04-29
gpu: nova-core: skip the IFR header if present
Timur Tabi
1
-1
/
+84
2026-04-29
gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
Timur Tabi
1
-1
/
+1
2026-04-05
gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
John Hubbard
1
-6
/
+1
2026-02-11
Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2026-01-24
gpu: nova-core: add FalconUCodeDescV2 support
Timur Tabi
1
-33
/
+31
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
1
-0
/
+1
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
1
-1
/
+1
2026-01-12
gpu: nova-core: don't print raw PMU table entries
John Hubbard
1
-5
/
+0
2025-12-18
drivers: gpu: Update ARef imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
1
-4
/
+5
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
1
-9
/
+19
2025-11-05
gpu: nova-core: vbios: use FromBytes for NpdeStruct
Alexandre Courbot
1
-18
/
+12
2025-11-05
gpu: nova-core: vbios: use FromBytes for BitHeader
Alexandre Courbot
1
-17
/
+6
2025-11-05
gpu: nova-core: vbios: use FromBytes for PcirStruct
Alexandre Courbot
1
-28
/
+12
2025-11-05
gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
Alexandre Courbot
1
-21
/
+21
2025-11-04
gpu: nova-core: vbios: do not use `as` when comparing BiosImageType
Alexandre Courbot
1
-3
/
+2
2025-10-30
gpu: nova-core: replace `as` with `from` conversions where possible
Alexandre Courbot
1
-21
/
+21
2025-10-16
gpu: nova-core: vbios: Rework BiosImage to be simpler
Joel Fernandes
1
-132
/
+94
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-92
/
+84
2025-09-22
gpu: nova-core: use Alignment for alignment-related operations
Alexandre Courbot
1
-2
/
+2
2025-09-01
gpu: nova-core: vbios: store reference to Device where relevant
Alexandre Courbot
1
-27
/
+42
2025-09-01
gpu: nova-core: vbios: replace pci::Device with device::Device
Alexandre Courbot
1
-79
/
+56
2025-08-12
gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of
Rhys Lloyd
1
-2
/
+2
2025-08-12
gpu: nova-core: vbios: use size_of instead of magic number
Rhys Lloyd
1
-2
/
+2
2025-07-17
gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Rhys Lloyd
1
-1
/
+1
[next]