index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
falcon.rs
Age
Commit message (
Expand
)
Author
2025-11-15
gpu: nova-core: falcon: Move dma_reset functionality into helper
Joel Fernandes
2025-11-15
gpu: nova-core: falcon: Move mbox functionalities into helper
Joel Fernandes
2025-11-15
gpu: nova-core: falcon: Move start functionality into separate helper
Joel Fernandes
2025-11-15
gpu: nova-core: falcon: Move waiting until halted to a helper
Joel Fernandes
2025-11-14
gpu: nova-core: gsp: Boot GSP
Alistair Popple
2025-11-14
gpu: nova-core: falcon: Add support to write firmware version
Joel Fernandes
2025-11-14
gpu: nova-core: falcon: Add support to check if RISC-V is active
Joel Fernandes
2025-11-08
gpu: nova-core: justify remaining uses of `as`
Alexandre Courbot
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
2025-10-25
gpu: nova-core: replace wait_on with kernel equivalents
Alexandre Courbot
2025-10-25
gpu: nova-core: remove unnecessary need_riscv, bar parameters
John Hubbard
2025-10-25
gpu: nova-core: remove an unnecessary register read: HWCFG1
John Hubbard
2025-10-25
gpu: nova-core: regs: rename .alter() --> .update()
John Hubbard
2025-10-21
gpu: nova-core: register: use field type for Into implementation
Alexandre Courbot
2025-09-13
gpu: nova-core: firmware: process Booter and patch its signature
Alexandre Courbot
2025-09-13
gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
Alexandre Courbot
2025-09-04
rust: dma: add type alias for bindings::dma_addr_t
Danilo Krummrich
2025-08-22
gpu: nova-core: falcon: align DMA transfers to 256 bytes
Alexandre Courbot
2025-08-21
gpu: nova-core: Update ARef imports from sync::aref
Shankari Anand
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
2025-08-15
gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
2025-07-09
gpu: nova-core: Clarify falcon code
Joel Fernandes
2025-06-25
gpu: nova-core: replace `Duration` with `Delta`
Alexandre Courbot
2025-06-25
gpu: nova-core: consider `clippy::cast_lossless`
Danilo Krummrich
2025-06-25
gpu: nova-core: impl From for u32 for enums used from register!
Danilo Krummrich
2025-06-23
gpu: nova-core: update and annotate TODO list
Alexandre Courbot
2025-06-23
gpu: nova-core: load and run FWSEC-FRTS
Alexandre Courbot
2025-06-23
gpu: nova-core: add falcon register definitions and base code
Alexandre Courbot