index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
vbios.rs
Age
Commit message (
Expand
)
Author
Lines
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
-4
/
+5
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
-9
/
+19
2025-11-05
gpu: nova-core: vbios: use FromBytes for NpdeStruct
Alexandre Courbot
-18
/
+12
2025-11-05
gpu: nova-core: vbios: use FromBytes for BitHeader
Alexandre Courbot
-17
/
+6
2025-11-05
gpu: nova-core: vbios: use FromBytes for PcirStruct
Alexandre Courbot
-28
/
+12
2025-11-05
gpu: nova-core: vbios: use FromBytes for PmuLookupTable header
Alexandre Courbot
-21
/
+21
2025-11-04
gpu: nova-core: vbios: do not use `as` when comparing BiosImageType
Alexandre Courbot
-3
/
+2
2025-10-30
gpu: nova-core: replace `as` with `from` conversions where possible
Alexandre Courbot
-21
/
+21
2025-10-16
gpu: nova-core: vbios: Rework BiosImage to be simpler
Joel Fernandes
-132
/
+94
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-92
/
+84
2025-09-22
gpu: nova-core: use Alignment for alignment-related operations
Alexandre Courbot
-2
/
+2
2025-09-01
gpu: nova-core: vbios: store reference to Device where relevant
Alexandre Courbot
-27
/
+42
2025-09-01
gpu: nova-core: vbios: replace pci::Device with device::Device
Alexandre Courbot
-79
/
+56
2025-08-12
gpu: nova-core: vbios: change PmuLookupTableEntry to use size_of
Rhys Lloyd
-2
/
+2
2025-08-12
gpu: nova-core: vbios: use size_of instead of magic number
Rhys Lloyd
-2
/
+2
2025-07-17
gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Rhys Lloyd
-1
/
+1
2025-06-25
gpu: nova-core: consider `clippy::cast_lossless`
Danilo Krummrich
-4
/
+4
2025-06-23
gpu: nova-core: update and annotate TODO list
Alexandre Courbot
-1
/
+1
2025-06-23
gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
Alexandre Courbot
-9
/
+21
2025-06-23
gpu: nova-core: vbios: Add support for FWSEC ucode extraction
Joel Fernandes
-9
/
+304
2025-06-23
gpu: nova-core: vbios: Add support to look up PMU table in FWSEC
Joel Fernandes
-2
/
+180
2025-06-23
gpu: nova-core: vbios: Add base support for VBIOS construction and iteration
Joel Fernandes
-0
/
+681