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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
23
-520
/
+1959
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-5
/
+28
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
4
-10
/
+9
2025-09-22
gpu: nova-core: use Alignment for alignment-related operations
Alexandre Courbot
2
-5
/
+5
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next
Dave Airlie
23
-520
/
+1959
2025-09-16
gpu: nova-core: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2
-5
/
+4
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+1
2025-09-13
gpu: nova-core: Add base files for r570.144 firmware bindings
Alistair Popple
4
-0
/
+39
2025-09-13
gpu: nova-core: firmware: use 570.144 firmware
Alexandre Courbot
1
-1
/
+1
2025-09-13
gpu: nova-core: firmware: process the GSP bootloader
Alexandre Courbot
4
-21
/
+99
2025-09-13
gpu: nova-core: firmware: process and prepare the GSP firmware
Alexandre Courbot
4
-2
/
+246
2025-09-13
gpu: nova-core: firmware: process Booter and patch its signature
Alexandre Courbot
4
-9
/
+393
2025-09-13
gpu: nova-core: firmware: add support for common firmware header
Alexandre Courbot
1
-0
/
+62
2025-09-13
gpu: nova-core: firmware: move firmware request code into a function
Alexandre Courbot
1
-6
/
+14
2025-09-13
gpu: nova-core: add Chipset::name() method
Alexandre Courbot
3
-33
/
+20
2025-09-13
gpu: nova-core: move GSP boot code to its own module
Alexandre Courbot
5
-120
/
+184
2025-09-13
gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
Alexandre Courbot
2
-2
/
+2
2025-09-06
gpu: nova-core: take advantage of pci::Device::unbind()
Danilo Krummrich
2
-10
/
+16
2025-09-04
rust: dma: add type alias for bindings::dma_addr_t
Danilo Krummrich
1
-2
/
+2
2025-09-01
gpu: nova-core: avoid probing non-display/compute PCI functions
John Hubbard
1
-5
/
+28
2025-09-01
gpu: nova-core: vbios: store reference to Device where relevant
Alexandre Courbot
2
-31
/
+46
2025-09-01
gpu: nova-core: vbios: replace pci::Device with device::Device
Alexandre Courbot
2
-80
/
+57
2025-09-01
gpu: nova-core: depend on CONFIG_64BIT
Danilo Krummrich
1
-0
/
+1
2025-08-22
gpu: nova-core: falcon: align DMA transfers to 256 bytes
Alexandre Courbot
2
-17
/
+23
2025-08-21
gpu: nova-core: Update ARef imports from sync::aref
Shankari Anand
2
-2
/
+2
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
4
-6
/
+248
2025-08-15
gpu: nova-core: falcon: use register arrays for FUSE registers
Alexandre Courbot
2
-21
/
+20
2025-08-15
gpu: nova-core: register: add support for register arrays
Alexandre Courbot
3
-8
/
+204
2025-08-15
gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
4
-8
/
+23
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
6
-96
/
+212
2025-08-15
gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
1
-8
/
+8
2025-08-15
gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
1
-6
/
+6
2025-08-15
gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
1
-3
/
+23
2025-08-15
gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
1
-10
/
+15
2025-08-15
gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
1
-10
/
+32
2025-08-15
gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
Alexandre Courbot
1
-0
/
+4
2025-08-15
gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
1
-25
/
+9
2025-08-15
gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
1
-10
/
+9
2025-08-15
gpu: nova-core: register: remove `try_` accessors for relative registers
Alexandre Courbot
1
-37
/
+1
2025-08-15
gpu: nova-core: register: simplify @leaf_accessor rule
Alexandre Courbot
1
-4
/
+4
2025-08-15
gpu: nova-core: register: improve documentation for basic registers
Alexandre Courbot
1
-11
/
+13
2025-08-15
gpu: nova-core: register: allow fields named `offset`
Alexandre Courbot
2
-3
/
+4
2025-08-15
gpu: nova-core: register: add missing space in register!()
Alexandre Courbot
1
-1
/
+1
2025-08-15
gpu: nova-core: register: minor grammar and spelling fixes
John Hubbard
1
-7
/
+7
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-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
6
-8
/
+9
2025-07-31
gpu: nova-core: fix up formatting after merge
Miguel Ojeda
1
-1
/
+1
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
21
-18
/
+3472
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
1
-2
/
+3
[next]