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
Age
Commit message (
Expand
)
Author
Lines
2025-09-13
gpu: nova-core: move GSP boot code to its own module
Alexandre Courbot
-120
/
+184
2025-09-13
gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
Alexandre Courbot
-2
/
+2
2025-09-06
gpu: nova-core: take advantage of pci::Device::unbind()
Danilo Krummrich
-10
/
+16
2025-09-04
rust: dma: add type alias for bindings::dma_addr_t
Danilo Krummrich
-2
/
+2
2025-09-01
gpu: nova-core: avoid probing non-display/compute PCI functions
John Hubbard
-5
/
+28
2025-09-01
gpu: nova-core: vbios: store reference to Device where relevant
Alexandre Courbot
-31
/
+46
2025-09-01
gpu: nova-core: vbios: replace pci::Device with device::Device
Alexandre Courbot
-80
/
+57
2025-09-01
gpu: nova-core: depend on CONFIG_64BIT
Danilo Krummrich
-0
/
+1
2025-08-22
gpu: nova-core: falcon: align DMA transfers to 256 bytes
Alexandre Courbot
-17
/
+23
2025-08-21
gpu: nova-core: Update ARef imports from sync::aref
Shankari Anand
-2
/
+2
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
-6
/
+248
2025-08-15
gpu: nova-core: falcon: use register arrays for FUSE registers
Alexandre Courbot
-21
/
+20
2025-08-15
gpu: nova-core: register: add support for register arrays
Alexandre Courbot
-8
/
+204
2025-08-15
gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
-8
/
+23
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
-96
/
+212
2025-08-15
gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
-8
/
+8
2025-08-15
gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
-6
/
+6
2025-08-15
gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
-3
/
+23
2025-08-15
gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
-10
/
+15
2025-08-15
gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
-10
/
+32
2025-08-15
gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...
Alexandre Courbot
-0
/
+4
2025-08-15
gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
-25
/
+9
2025-08-15
gpu: nova-core: register: move OFFSET declaration to I/O impl block
Alexandre Courbot
-10
/
+9
2025-08-15
gpu: nova-core: register: remove `try_` accessors for relative registers
Alexandre Courbot
-37
/
+1
2025-08-15
gpu: nova-core: register: simplify @leaf_accessor rule
Alexandre Courbot
-4
/
+4
2025-08-15
gpu: nova-core: register: improve documentation for basic registers
Alexandre Courbot
-11
/
+13
2025-08-15
gpu: nova-core: register: allow fields named `offset`
Alexandre Courbot
-3
/
+4
2025-08-15
gpu: nova-core: register: add missing space in register!()
Alexandre Courbot
-1
/
+1
2025-08-15
gpu: nova-core: register: minor grammar and spelling fixes
John Hubbard
-7
/
+7
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-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-8
/
+9
2025-07-31
gpu: nova-core: fix up formatting after merge
Miguel Ojeda
-1
/
+1
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-18
/
+3472
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
-2
/
+3
2025-07-17
gpu: nova-core: fix bounds check in PmuLookupTableEntry::new
Rhys Lloyd
-1
/
+1
2025-07-09
gpu: nova-core: convert `/*` comments to `//`
Alexandre Courbot
-9
/
+9
2025-07-09
gpu: nova-core: Clarify falcon code
Joel Fernandes
-7
/
+22
2025-07-09
gpu: nova-core: Clarify sysmembar operations
Joel Fernandes
-2
/
+14
2025-07-09
gpu: nova-core: Add code comments related to devinit
Joel Fernandes
-7
/
+48
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
-5
/
+8
2025-06-25
gpu: nova-core: replace `Duration` with `Delta`
Alexandre Courbot
-16
/
+13
2025-06-25
gpu: nova-core: consider `clippy::cast_lossless`
Danilo Krummrich
-14
/
+14
2025-06-25
gpu: nova-core: impl From for u32 for enums used from register!
Danilo Krummrich
-0
/
+19
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
-1
/
+1
2025-06-23
gpu: nova-core: update and annotate TODO list
Alexandre Courbot
-21
/
+27
2025-06-23
gpu: nova-core: load and run FWSEC-FRTS
Alexandre Courbot
-13
/
+136
2025-06-23
gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
Alexandre Courbot
-15
/
+434
2025-06-23
gpu: nova-core: add types for patching firmware binaries
Alexandre Courbot
-0
/
+64
2025-06-23
gpu: nova-core: compute layout of the FRTS region
Alexandre Courbot
-2
/
+224
[prev]
[next]