Messages by Date
-
2026/03/03
[PATCH v5 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
-
2026/03/03
[PATCH v5 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
-
2026/03/03
[PATCH v5 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
-
2026/03/03
[PATCH v5 3/9] rust: add EMSGSIZE error code
Eliot Courtney
-
2026/03/03
[PATCH v5 1/9] gpu: nova-core: gsp: sort `MsgFunction` variants alphabetically
Eliot Courtney
-
2026/03/03
[PATCH v5 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
-
2026/03/03
Re: [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Joel Fernandes
-
2026/03/03
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
-
2026/03/03
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Dave Airlie
-
2026/03/03
[PATCH v3 10/10] samples: rust: add SR-IOV driver sample
Peter Colberg
-
2026/03/03
[PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
Peter Colberg
-
2026/03/03
[PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
Peter Colberg
-
2026/03/03
[PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
Peter Colberg
-
2026/03/03
[PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
Peter Colberg
-
2026/03/03
[PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
Peter Colberg
-
2026/03/03
[PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
Peter Colberg
-
2026/03/03
[PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
Peter Colberg
-
2026/03/03
[PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
Peter Colberg
-
2026/03/03
[PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Peter Colberg
-
2026/03/03
[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
Peter Colberg
-
2026/03/03
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
-
2026/03/03
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Joel Fernandes
-
2026/03/03
Re: [PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
Gary Guo
-
2026/03/03
Re: [PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Gary Guo
-
2026/03/03
Re: [PATCH 1/8] rust: dma: use "kernel vertical" style for imports
Gary Guo
-
2026/03/03
[PATCH 8/8] gpu: nova-core: convert to new dma::Coherent API
Danilo Krummrich
-
2026/03/03
[PATCH 7/8] gpu: nova-core: convert Gsp::new() to use CoherentInit
Danilo Krummrich
-
2026/03/03
[PATCH 6/8] gpu: nova-core: use Coherent::init to initialize GspFwWprMeta
Danilo Krummrich
-
2026/03/03
[PATCH 5/8] rust: dma: add Coherent:init() and Coherent::init_with_attrs()
Danilo Krummrich
-
2026/03/03
[PATCH 4/8] rust: dma: introduce dma::CoherentInit for memory initialization
Danilo Krummrich
-
2026/03/03
[PATCH 3/8] rust: dma: add zeroed constructor to `Coherent`
Danilo Krummrich
-
2026/03/03
[PATCH 2/8] rust: dma: add generalized container for types other than slices
Danilo Krummrich
-
2026/03/03
[PATCH 1/8] rust: dma: use "kernel vertical" style for imports
Danilo Krummrich
-
2026/03/03
[PATCH 0/8] dma::Coherent & dma::CoherentInit API
Danilo Krummrich
-
2026/03/02
Re: [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Alexandre Courbot
-
2026/03/02
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Alexandre Courbot
-
2026/03/02
Re: [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
-
2026/03/02
Re: [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
-
2026/03/02
Re: [PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
-
2026/03/02
Re: [PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
-
2026/03/02
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
-
2026/03/02
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/03/02
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
-
2026/03/02
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
-
2026/03/02
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
-
2026/03/02
Re: [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
-
2026/03/02
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
John Hubbard
-
2026/03/02
Re: [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Gary Guo
-
2026/03/02
Re: [PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
Gary Guo
-
2026/03/02
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Gary Guo
-
2026/03/02
[PATCH v4 3/3] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-
2026/03/02
Re: loongarch64 objtool warning with LLVM 18 in Rust object file
Xi Ruoyao
-
2026/03/02
Re: [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Alexandre Courbot
-
2026/03/02
Re: [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read, write}` macro
Benno Lossin
-
2026/03/02
Re: [PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Gary Guo
-
2026/03/02
Re: [PATCH v4 3/9] rust: add EMSGSIZE error code
Gary Guo
-
2026/03/02
Re: [PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Gary Guo
-
2026/03/02
Re: [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Gary Guo
-
2026/03/02
Re: [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
-
2026/03/02
[PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-
2026/03/02
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Danilo Krummrich
-
2026/03/02
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Alexandre Courbot
-
2026/03/02
Re: [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Alexandre Courbot
-
2026/03/02
Re: [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
Alexandre Courbot
-
2026/03/02
Re: [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
Alexandre Courbot
-
2026/03/02
[PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
-
2026/03/02
[PATCH v4 9/9] gpu: nova-core: gsp: add tests for continuation records
Eliot Courtney
-
2026/03/02
[PATCH v4 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
-
2026/03/02
[PATCH v4 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
-
2026/03/02
[PATCH v4 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
-
2026/03/02
[PATCH v4 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
-
2026/03/02
[PATCH v4 3/9] rust: add EMSGSIZE error code
Eliot Courtney
-
2026/03/02
[PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
-
2026/03/02
[PATCH v4 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
-
2026/03/02
[PATCH v4 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
-
2026/03/02
Re: [PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
Zhi Wang
-
2026/03/01
Re: [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Eliot Courtney
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Alexandre Courbot
-
2026/03/01
Re: [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
-
2026/03/01
Re: [PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Eliot Courtney
-
2026/03/01
Re: [PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
-
2026/03/01
Re: [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState
Eliot Courtney
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/03/01
Re: [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Alexandre Courbot
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
John Hubbard
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Alexandre Courbot
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
John Hubbard
-
2026/03/01
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/03/01
loongarch64 objtool warning with LLVM 18 in Rust object file
Miguel Ojeda
-
2026/03/01
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Miguel Ojeda
-
2026/03/01
[PATCH v10 10/10] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
-
2026/03/01
[PATCH v10 09/10] gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
-
2026/03/01
[PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
-
2026/03/01
[PATCH v10 07/10] gpu: nova-core: add PIO support for loading firmware images
Alexandre Courbot
-
2026/03/01
[PATCH v10 06/10] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
-
2026/03/01
[PATCH v10 05/10] gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
-
2026/03/01
[PATCH v10 04/10] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
-
2026/03/01
[PATCH v10 03/10] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
-
2026/03/01
[PATCH v10 02/10] gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
-
2026/03/01
[PATCH v10 01/10] gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
-
2026/03/01
[PATCH v10 00/10] gpu: nova-core: add Turing support
Alexandre Courbot
-
2026/03/01
Re: [PATCH v10 6/8] rust: gpu: Add GPU buddy allocator bindings
Gary Guo
-
2026/03/01
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Gary Guo
-
2026/03/01
Re: [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
Alexandre Courbot
-
2026/03/01
Re: [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
Alexandre Courbot
-
2026/03/01
Re: [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
Alexandre Courbot
-
2026/03/01
Re: [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
Alexandre Courbot
-
2026/02/28
Re: [PATCH v6 4/5] gpu: nova-core: add initial driver stub
Randy Dunlap
-
2026/02/28
Re: [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print
Aditya Rajan
-
2026/02/27
Re: [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
John Hubbard
-
2026/02/27
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
-
2026/02/27
Re: [PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
Alexandre Courbot
-
2026/02/27
Re: [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
John Hubbard
-
2026/02/27
Re: [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
Danilo Krummrich
-
2026/02/27
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alvin Sun
-
2026/02/27
Re: [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
Gary Guo
-
2026/02/27
Re: [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems
Gary Guo
-
2026/02/27
Re: [PATCH] drm/nouveau: Test for imported buffers with drm_gem_is_imported()
Danilo Krummrich
-
2026/02/27
[PATCH] drm/nouveau: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-
2026/02/27
[PATCH 9/9] gpu: nova-core: gsp: add CeGetFaultMethodBufferSize RM control command
Eliot Courtney
-
2026/02/27
[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
Eliot Courtney
-
2026/02/27
[PATCH 8/9] gpu: nova-core: gsp: add CE fault method buffer size bindings
Eliot Courtney
-
2026/02/27
[PATCH 7/9] gpu: nova-core: gsp: add RM control command infrastructure
Eliot Courtney
-
2026/02/27
[PATCH 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
Eliot Courtney
-
2026/02/27
[PATCH 4/9] gpu: nova-core: gsp: add RM control RPC structure binding
Eliot Courtney
-
2026/02/27
[PATCH 6/9] gpu: nova-core: generalize `flush_into_kvec` to `flush_into_vec`
Eliot Courtney
-
2026/02/27
[PATCH 5/9] gpu: nova-core: gsp: add types for RM control RPCs
Eliot Courtney
-
2026/02/27
[PATCH 3/9] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
Eliot Courtney
-
2026/02/27
[PATCH 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
Eliot Courtney
-
2026/02/27
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
-
2026/02/27
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
-
2026/02/27
Re: [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState
Alexandre Courbot
-
2026/02/27
Re: [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState
Alexandre Courbot
-
2026/02/27
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Danilo Krummrich
-
2026/02/27
Re: [PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
-
2026/02/26
Re: [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Alexandre Courbot
-
2026/02/26
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
-
2026/02/26
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
-
2026/02/26
Re: [PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
Zhi Wang
-
2026/02/26
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alvin Sun
-
2026/02/26
[PATCH v2 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-
2026/02/26
[PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
-
2026/02/26
[PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
-
2026/02/26
[PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/02/26
[PATCH v2 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
-
2026/02/26
[PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
Eliot Courtney
-
2026/02/26
Re: [PATCH v3 3/9] rust: add EMSGSIZE error code
Miguel Ojeda
-
2026/02/26
[PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Eliot Courtney
-
2026/02/26
[PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState
Eliot Courtney
-
2026/02/26
[PATCH v3 7/9] gpu: nova-core: gsp: add command_size helper
Eliot Courtney
-
2026/02/26
[PATCH v3 5/9] gpu: nova-core: gsp: clarify invariant on command queue
Eliot Courtney
-
2026/02/26
[PATCH v3 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
Eliot Courtney
-
2026/02/26
[PATCH v3 4/9] gpu: nova-core: gsp: add checking oversized commands
Eliot Courtney
-
2026/02/26
[PATCH v3 3/9] rust: add EMSGSIZE error code
Eliot Courtney
-
2026/02/26
[PATCH v3 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
Eliot Courtney
-
2026/02/26
[PATCH v3 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
Eliot Courtney
-
2026/02/26
[PATCH v3 0/9] gpu: nova-core: gsp: add continuation record support
Eliot Courtney
-
2026/02/25
Re: [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()
Xu Yilun
-
2026/02/25
Re: [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
-
2026/02/25
Re: [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
Alexandre Courbot
-
2026/02/25
Re: [PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
Alexandre Courbot
-
2026/02/25
Re: [PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Alexandre Courbot
-
2026/02/25
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
-
2026/02/25
Re: [PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/02/25
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
-
2026/02/25
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Joel Fernandes
-
2026/02/25
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Joel Fernandes
-
2026/02/25
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Joel Fernandes
-
2026/02/25
Re: [PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Zhi Wang
-
2026/02/25
Re: [PATCH 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Zhi Wang
-
2026/02/25
Re: [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists
Boqun Feng
-
2026/02/25
Re: [PATCH 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
Zhi Wang
-
2026/02/25
Re: [PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Zhi Wang
-
2026/02/25
Re: [PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
Zhi Wang
-
2026/02/25
Re: [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
Alexandre Courbot
-
2026/02/25
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
-
2026/02/25
[PATCH 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq
Eliot Courtney
-
2026/02/25
[PATCH 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
Eliot Courtney
-
2026/02/25
[PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
Eliot Courtney
-
2026/02/25
[PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
Eliot Courtney
-
2026/02/25
[PATCH 0/4] gpu: nova-core: gsp: add locking to Cmdq
Eliot Courtney
-
2026/02/25
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
-
2026/02/25
Re: [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
Alexandre Courbot
-
2026/02/24
Re: [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Gary Guo
-
2026/02/24
Re: [PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
Alexandre Courbot
-
2026/02/24
Re: [PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
Alexandre Courbot
-
2026/02/24
Re: [PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
Alexandre Courbot
-
2026/02/24
[PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
Joel Fernandes
-
2026/02/24
[PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
Joel Fernandes
-
2026/02/24
[PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
Joel Fernandes
-
2026/02/24
[PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
Joel Fernandes
-
2026/02/24
[PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
Joel Fernandes
-
2026/02/24
[PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
Joel Fernandes
-
2026/02/24
[PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API to VMM
Joel Fernandes
-
2026/02/24
[PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
Joel Fernandes
-
2026/02/24
[PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
Joel Fernandes
-
2026/02/24
[PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
Joel Fernandes
-
2026/02/24
[PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 page table types
Joel Fernandes
-
2026/02/24
[PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
Joel Fernandes
-
2026/02/24
[PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
Joel Fernandes