index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-11
rust: auxiliary: add registration data to auxiliary devices
Danilo Krummrich
1
-5
/
+5
2026-05-09
gpu: nova: Use module names consistently
Cheng-Yang Chou
3
-3
/
+4
2026-05-09
gpu: nova, nova-core: Rename to kebab-case
Cheng-Yang Chou
1
-1
/
+1
2026-04-30
gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
John Hubbard
2
-6
/
+23
2026-04-30
gpu: nova-core: move GFW boot wait into a GPU HAL
John Hubbard
5
-79
/
+118
2026-04-30
gpu: nova-core: add Copy/Clone to Spec and Revision
John Hubbard
1
-0
/
+2
2026-04-30
gpu: nova-core: Hopper/Blackwell: basic GPU identification
John Hubbard
5
-3
/
+43
2026-04-30
gpu: nova-core: use GPU Architecture to simplify HAL selections
John Hubbard
2
-16
/
+20
2026-04-30
gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
John Hubbard
1
-11
/
+13
2026-04-30
gpu: nova-core: make WPR heap sizing fallible
John Hubbard
2
-8
/
+10
2026-04-29
gpu: nova: require little endian
Eliot Courtney
1
-0
/
+1
2026-04-29
gpu: nova-core: enable GA100
Timur Tabi
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: add FbHal::frts_size() for GA100 support
Timur Tabi
5
-4
/
+26
2026-04-29
gpu: nova-core: only boot FRTS if its region is allocated
Timur Tabi
1
-1
/
+4
2026-04-29
gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
Timur Tabi
1
-1
/
+1
2026-04-29
gpu: nova-core: use correct fwsignature for GA100
Timur Tabi
1
-2
/
+1
2026-04-29
gpu: nova-core: program_brom cannot fail
Timur Tabi
4
-11
/
+7
2026-04-29
gpu: nova-core: use SizeConstants trait for u64 size constants
John Hubbard
3
-24
/
+19
2026-04-27
gpu: nova-core: simplify and_then with condition to filter
Eliot Courtney
1
-7
/
+1
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
36
-2232
/
+2702
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
4
-115
/
+127
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
1
-5
/
+1
2026-04-07
gpu: nova-core: bindings: remove unneeded `cfg_attr`
Miguel Ojeda
1
-3
/
+0
2026-04-06
gpu: nova-core: fix missing colon in SEC2 boot debug message
David Carlier
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-04-05
gpu: nova-core: bitfield: fix broken Default implementation
Eliot Courtney
1
-3
/
+2
2026-04-05
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
Alexandre Courbot
1
-2
/
+19
2026-04-05
gpu: nova-core: gsp: fix undefined behavior in command queue code
Alexandre Courbot
1
-44
/
+66
2026-03-30
gpu: nova-core: firmware: factor out an elf_str() function
John Hubbard
1
-24
/
+14
2026-03-30
gpu: nova-core: firmware: move firmware image parsing code to firmware.rs
John Hubbard
2
-87
/
+92
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for level0 table
Alexandre Courbot
3
-64
/
+12
2026-03-28
gpu: nova-core: firmware: gsp: use dma::Coherent for signatures
Alexandre Courbot
1
-2
/
+3
2026-03-28
gpu: nova-core: fb: use dma::CoherentHandle
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: falcon: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: firmware: fwsec: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-28
gpu: nova-core: firmware: riscv: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-27
gpu: nova-core: use sized array for GSP log buffers
Danilo Krummrich
1
-10
/
+6
2026-03-26
gpu: nova-core: remove `io::` qualifier to register macro invocations
Alexandre Courbot
1
-15
/
+15
2026-03-26
gpu: nova-core: convert falcon registers to kernel register macro
Alexandre Courbot
8
-1275
/
+450
2026-03-26
gpu: nova-core: convert PDISP registers to kernel register macro
Alexandre Courbot
2
-5
/
+13
2026-03-26
gpu: nova-core: convert FUSE registers to kernel register macro
Alexandre Courbot
4
-22
/
+41
2026-03-26
gpu: nova-core: convert GC6 registers to kernel register macro
Alexandre Courbot
4
-37
/
+49
2026-03-26
gpu: nova-core: convert PFB registers to kernel register macro
Alexandre Courbot
5
-50
/
+70
2026-03-26
gpu: nova-core: convert PBUS registers to kernel register macro
Alexandre Courbot
2
-6
/
+11
2026-03-26
gpu: nova-core: convert PMC registers to kernel register macro
Alexandre Courbot
3
-57
/
+53
2026-03-26
gpu: nova-core: introduce `bounded_enum` macro
Alexandre Courbot
2
-0
/
+81
2026-03-25
gpu: nova-core: create GSP-RM logging buffers debugfs entries
Timur Tabi
1
-8
/
+39
2026-03-25
gpu: nova-core: create debugfs root in module init
Timur Tabi
1
-0
/
+25
2026-03-25
gpu: nova-core: Replace module_pci_driver! with explicit module init
Timur Tabi
1
-2
/
+23
[prev]
[next]