index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
nova-core
/
falcon.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
gpu: nova-core: falcon: use I/O projection to check transfer bounds
Alexandre Courbot
1
-32
/
+23
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
1
-4
/
+4
2026-08-06
gpu: nova-core: falcon: remove unnecessary check
Alexandre Courbot
1
-8
/
+1
2026-07-23
gpu: nova-core: wait for RISC-V HALTED on FSP unload
Eliot Courtney
1
-0
/
+11
2026-06-29
gpu: nova-core: falcon: store bar and dev in falcon
Tim Kovalenko
1
-110
/
+85
2026-06-03
gpu: nova-core: move lifetime to `Bar0`
Gary Guo
1
-18
/
+26
2026-06-02
gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
John Hubbard
1
-0
/
+1
2026-04-29
gpu: nova-core: program_brom cannot fail
Timur Tabi
1
-2
/
+2
2026-04-05
gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
Alexandre Courbot
1
-2
/
+19
2026-03-28
gpu: nova-core: falcon: use dma::Coherent
Alexandre Courbot
1
-3
/
+3
2026-03-26
gpu: nova-core: convert falcon registers to kernel register macro
Alexandre Courbot
1
-319
/
+201
2026-03-26
gpu: nova-core: convert PMC registers to kernel register macro
Alexandre Courbot
1
-2
/
+5
2026-03-23
gpu: nova-core: convert to new dma::Coherent API
Gary Guo
1
-3
/
+2
2026-03-09
gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
1
-7
/
+0
2026-03-09
gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
1
-2
/
+216
2026-03-09
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
1
-6
/
+6
2026-03-09
gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
1
-3
/
+3
2026-03-09
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
1
-9
/
+10
2026-03-09
gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
1
-1
/
+5
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
1
-19
/
+38
2026-01-24
gpu: nova-core: add Falcon HAL method load_method()
Timur Tabi
1
-1
/
+10
2026-01-24
gpu: nova-core: move some functions into the HAL
Timur Tabi
1
-42
/
+3
2026-01-24
gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
Timur Tabi
1
-11
/
+3
2026-01-24
gpu: nova-core: add ImemNonSecure section infrastructure
Timur Tabi
1
-2
/
+18
2026-01-24
gpu: nova-core: rename Imem to ImemSecure
Timur Tabi
1
-7
/
+13
2026-01-12
gpu: nova-core: add missing newlines to several print strings
Timur Tabi
1
-3
/
+3
2026-01-12
gpu: nova-core: check for overflow to DMATRFBASE1
Timur Tabi
1
-1
/
+10
2025-11-15
gpu: nova-core: falcon: Move dma_reset functionality into helper
Joel Fernandes
1
-2
/
+7
2025-11-15
gpu: nova-core: falcon: Move mbox functionalities into helper
Joel Fernandes
1
-19
/
+35
2025-11-15
gpu: nova-core: falcon: Move start functionality into separate helper
Joel Fernandes
1
-10
/
+16
2025-11-15
gpu: nova-core: falcon: Move waiting until halted to a helper
Joel Fernandes
1
-7
/
+14
2025-11-14
gpu: nova-core: gsp: Boot GSP
Alistair Popple
1
-2
/
+0
2025-11-14
gpu: nova-core: falcon: Add support to write firmware version
Joel Fernandes
1
-0
/
+8
2025-11-14
gpu: nova-core: falcon: Add support to check if RISC-V is active
Joel Fernandes
1
-0
/
+9
2025-11-08
gpu: nova-core: justify remaining uses of `as`
Alexandre Courbot
1
-0
/
+4
2025-11-08
gpu: nova-core: replace use of `as` with functions from `num`
Alexandre Courbot
1
-2
/
+6
2025-11-07
gpu: nova-core: apply the one "use" item per line policy
John Hubbard
1
-12
/
+20
2025-10-25
gpu: nova-core: replace wait_on with kernel equivalents
Alexandre Courbot
1
-34
/
+28
2025-10-25
gpu: nova-core: remove unnecessary need_riscv, bar parameters
John Hubbard
1
-20
/
+1
2025-10-25
gpu: nova-core: remove an unnecessary register read: HWCFG1
John Hubbard
1
-5
/
+0
2025-10-25
gpu: nova-core: regs: rename .alter() --> .update()
John Hubbard
1
-4
/
+4
2025-10-21
gpu: nova-core: register: use field type for Into implementation
Alexandre Courbot
1
-11
/
+27
2025-09-13
gpu: nova-core: firmware: process Booter and patch its signature
Alexandre Courbot
1
-2
/
+2
2025-09-13
gpu: nova-core: require `Send` on `FalconEngine` and `FalconHal`
Alexandre Courbot
1
-1
/
+1
2025-09-04
rust: dma: add type alias for bindings::dma_addr_t
Danilo Krummrich
1
-2
/
+2
2025-08-22
gpu: nova-core: falcon: align DMA transfers to 256 bytes
Alexandre Courbot
1
-9
/
+22
2025-08-21
gpu: nova-core: Update ARef imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
1
-1
/
+1
2025-08-15
gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
1
-1
/
+6
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
1
-30
/
+37
[next]