public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-24 11:44:17 to 2026-02-27 04:21:56 UTC [more...]

[PATCH v9 0/9] gpu: nova-core: add Turing support
 2026-02-27  4:21 UTC  (4+ messages)
` [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[PATCH 0/8] rust: module parameter extensions
 2026-02-26 23:47 UTC  (9+ messages)
` [PATCH 1/8] rust: module_param: add StringParam type for C string parameters
` [PATCH 2/8] rust: module_param: wire StringParam into the module! macro
` [PATCH 3/8] samples: rust_minimal: demonstrate string module parameter
` [PATCH 4/8] rust: module_param: add ObsKernelParam type
` [PATCH 5/8] rust: module_param: add from_setup_arg() to ModuleParam trait
` [PATCH 6/8] rust: macros: add early_param support to module! macro
` [PATCH 7/8] samples: rust_minimal: demonstrate early_param usage
` [PATCH 8/8] rust: macros: add configurable initcall levels to module! macro

[PATCH v11 0/4] Rust GPU buddy allocator bindings
 2026-02-26 21:42 UTC  (9+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings

[PATCH v11 0/2] rust: clist patches for nova-core memory management
 2026-02-26 19:34 UTC  (8+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists

[PATCH v2] rust: build: remap path to avoid absolute path
 2026-02-26 19:21 UTC  (2+ messages)

[PATCH v2 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-02-26 18:48 UTC  (6+ messages)
` [PATCH v2 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH v2 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH v2 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH v2 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v5] tools build: Fix rust cross compilation
 2026-02-26 18:40 UTC  (3+ messages)

[PATCH v2] rust: hrtimer: Restrict expires() to safe contexts
 2026-02-26 18:33 UTC  (6+ messages)

[PATCH v2 0/2] rust: add pointer projection infrastructure and convert DMA
 2026-02-26 15:46 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add projection infrastructure
` [PATCH v2 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro

[PATCH 0/4] rust: replace WARN_ONCE TODOs with pr_warn_once!
 2026-02-26 14:36 UTC  (8+ messages)
` [PATCH 1/4] rust: error: use `pr_warn_once!` instead of `pr_warn!`
` [PATCH 2/4] rust: module_params: "
` [PATCH 3/4] rust: mm: add `pr_warn_once!` for invalid range in `zap_page_range_single`
` [PATCH 4/4] rust: time: add `pr_warn_once!` for clamped delta in `fsleep`

[PATCH v3 0/9] gpu: nova-core: gsp: add continuation record support
 2026-02-26 14:04 UTC  (11+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
` [PATCH v3 2/9] gpu: nova-core: gsp: add mechanism to wait for space on command queue
` [PATCH v3 3/9] rust: add EMSGSIZE error code
` [PATCH v3 4/9] gpu: nova-core: gsp: add checking oversized commands
` [PATCH v3 5/9] gpu: nova-core: gsp: clarify invariant on command queue
` [PATCH v3 6/9] gpu: nova-core: gsp: unconditionally call variable payload handling
` [PATCH v3 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v3 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
` [PATCH v3 9/9] gpu: nova-core: gsp: add tests for SplitState

[PATCH AUTOSEL 6.19-6.18] rust: sync: Implement Unpin for ARef
 2026-02-26 13:45 UTC  (3+ messages)

[RFC PATCH v3 0/5] rust: Add RTC driver support
 2026-02-26 12:28 UTC  (29+ messages)
` [RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks

[PATCH v7 00/10] rust: add `register!` macro
 2026-02-26 12:01 UTC  (14+ messages)
` [PATCH v7 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v7 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v7 03/10] rust: num: add `into_bool` method "
` [PATCH v7 04/10] rust: num: make Bounded::get const
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types
` [PATCH v7 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v7 07/10] rust: io: add `register!` macro
` [PATCH v7 08/10] sample: rust: pci: use "
` [PATCH FOR REFERENCE v7 09/10] gpu: nova-core: use the kernel "
` [PATCH v7 10/10] RFC: rust: io: allow fixed register values directly in `write`

[PATCH] kbuild: host: use single executable for rustc -C linker
 2026-02-26 10:12 UTC  (3+ messages)

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-26  6:59 UTC  (3+ messages)
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable SR-IOV on remove()

[PATCH v2 0/9] gpu: nova-core: gsp: add continuation record support
 2026-02-26  4:55 UTC  (8+ messages)
` [PATCH v2 7/9] gpu: nova-core: gsp: add command_size helper
` [PATCH v2 8/9] gpu: nova-core: gsp: support large RPCs via continuation record

[PATCH 0/4] gpu: nova-core: gsp: add locking to Cmdq
 2026-02-26  0:42 UTC  (10+ messages)
` [PATCH 1/4] gpu: nova-core: gsp: fix stale doc comments on command queue methods
` [PATCH 2/4] gpu: nova-core: gsp: add sync and async command queue API to `Cmdq`
` [PATCH 3/4] gpu: nova-core: gsp: make `Cmdq` a pinned type
` [PATCH 4/4] gpu: nova-core: gsp: add mutex locking to Cmdq

[PATCH v10 0/8] Preparatory patches for nova-core memory management
 2026-02-26  0:32 UTC  (18+ messages)
` [PATCH v10 5/8] rust: clist: Add support to interface with C linked lists

[PATCH] rust: kunit: implement test attr filtering without extract_if
 2026-02-25 21:07 UTC  (2+ messages)

[PATCH] rust: kunit: avoid retain_mut for test attr filtering
 2026-02-25 21:04 UTC  (2+ messages)

[RFC v2 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-02-25 18:04 UTC  (2+ messages)
` [RFC v2 1/1] rust: pci: add extended capability "

[PATCH v4 0/6] Rust GPUVM immediate mode
 2026-02-25 15:46 UTC  (11+ messages)
` [PATCH v4 3/6] rust: gpuvm: add GpuVm::obtain()

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-25 14:50 UTC  (16+ messages)

[PATCH v8 00/25] gpu: nova-core: Add memory management support
 2026-02-25 14:26 UTC  (28+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-25 14:08 UTC  (24+ messages)
` [PATCH v3 02/12] rust: xarray: add debug format for `StoreError`
` [PATCH v3 03/12] rust: xarray: add `contains_index` method
` [PATCH v3 04/12] rust: xarray: add `XArrayState`

[PATCH] rust_binder: call set_notification_done() without proc lock
 2026-02-25  3:04 UTC  (3+ messages)

[PATCH v3 0/8] gpu: nova-core: miscellaneous improvements
 2026-02-25  1:01 UTC  (4+ messages)

[PATCH v3 0/5] gpu: nova-core: gsp: fix command queue ring buffer bugs
 2026-02-25  1:00 UTC  (3+ messages)

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-02-25  0:59 UTC  (3+ messages)

[PATCH v3 0/3] rust: atomic: add `fetch_sub` and update docs
 2026-02-24 18:53 UTC  (3+ messages)

[PATCH net-next 0/2] net: phy: add Rust reference driver for ET1011C
 2026-02-24 18:09 UTC  (12+ messages)
` [PATCH net-next v2 0/3] "
  ` [PATCH net-next v2 3/3] "
  ` [PATCH net-next v3 0/2] "
    ` [PATCH net-next v3 1/2] rust: net: phy: add speed() getter to Device
    ` [PATCH net-next v3 2/2] net: phy: add Rust reference driver for ET1011C

[PATCH] rust: workaround `bindgen` issue with forward references to `enum` types
 2026-02-24 17:30 UTC  (2+ messages)

[PATCH v4] tools build: Fix rust cross compilation
 2026-02-24 16:41 UTC  (2+ messages)

[PATCH v2 1/2] rust/drm: Fixup import styles
 2026-02-24 15:17 UTC  (4+ messages)
` [PATCH v2 2/2] rust/drm: Remove imports covered by prelude::*

[PATCH 0/2] Change Rust Binder crate name to rust_binder
 2026-02-24 15:17 UTC  (3+ messages)

[PATCH v5 00/38] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-24 14:47 UTC  (3+ messages)
` [PATCH v5 01/38] gpu: nova-core: fix aux device registration for multi-GPU systems

[PATCH v2] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 14:23 UTC  (8+ messages)

[PATCH v2 1/8] rust: device: support `dev_printk` on all devices
 2026-02-24 14:17 UTC  (3+ messages)
` [PATCH v2 7/8] gpu: nova-core: remove redundant `.as_ref()` for `dev_*` print

[PATCH] rust: kunit: fix warning when !CONFIG_PRINTK
 2026-02-24 12:57 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox