public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 18:54:27 to 2026-02-06 06:00:41 UTC [more...]

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-06  6:00 UTC  (3+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] rust: io: mem: use non-relaxed I/O ops in examples

[PATCH v3 00/30] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-06  4:21 UTC  (31+ messages)
` [PATCH v3 01/30] gpu: nova-core: print FB sizes, along with ranges
` [PATCH v3 02/30] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH v3 03/30] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v3 04/30] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH v3 05/30] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v3 06/30] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH v3 07/30] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v3 08/30] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v3 09/30] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v3 10/30] gpu: nova-core: factor out a section_name_eq() function
` [PATCH v3 11/30] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v3 12/30] gpu: nova-core: add support for 32-bit "
` [PATCH v3 13/30] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v3 14/30] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v3 15/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v3 16/30] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v3 17/30] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v3 18/30] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v3 19/30] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v3 20/30] gpu: nova-core: Hopper/Blackwell: add FSP message structures
` [PATCH v3 21/30] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v3 22/30] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v3 23/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v3 24/30] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v3 25/30] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v3 26/30] gpu: nova-core: refactor SEC2 booter loading into run_booter() helper
` [PATCH v3 27/30] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v3 28/30] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot path
` [PATCH v3 29/30] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v3 30/30] gpu: nova-core: clarify the GPU firmware boot steps

[PATCH v17 00/16] Refcounted interrupts, SpinLockIrq for rust
 2026-02-06  2:51 UTC  (13+ messages)
` [PATCH v17 02/16] preempt: Track NMI nesting to separate per-CPU counter

[PATCH -next] gpu: Move DRM buddy allocator one level up
 2026-02-06  1:48 UTC  (3+ messages)

[PATCH v2] gpu: nova-core: fix aux device registration for multi-GPU systems
 2026-02-06  1:16 UTC  (2+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-02-06  1:07 UTC  (8+ messages)
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings

[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
 2026-02-06  0:41 UTC  (3+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists
` [PATCH -next v7 2/2] rust: gpu: Add GPU buddy allocator bindings

[PATCH v18 0/5] SpinLockIrq for rust
 2026-02-05 23:23 UTC  (10+ messages)
` [PATCH v18 1/5] rust: Introduce interrupt module
` [PATCH v18 2/5] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v18 3/5] rust: sync: use super::* in spinlock.rs
` [PATCH v18 4/5] rust: sync: Add SpinLockIrq
` [PATCH v18 5/5] rust: sync: Introduce SpinLockIrq::lock_with() and friends

[PATCH] gpu: nova-core: program_brom cannot fail
 2026-02-05 22:59 UTC 

[PATCH 0/5] Use struct devres_node in Devres<T>
 2026-02-05 22:31 UTC  (6+ messages)
` [PATCH 1/5] devres: move struct devres_node into base.h
` [PATCH 2/5] devres: export devres_node_init() and devres_node_add()
` [PATCH 3/5] devres: add devres_node_remove()
` [PATCH 4/5] devres: rename and export set_node_dbginfo()
` [PATCH 5/5] rust: devres: embed struct devres_node directly

[PATCH v2 0/4] Add Rust abstractions for nvmem-provider
 2026-02-05 22:46 UTC  (17+ messages)
` [PATCH v2 1/4] rust: io: Add big-endian read and write functions
` [PATCH v2 2/4] rust: nvmem: Add an abstraction for nvmem providers

[PATCH] rust: devres: fix race condition due to nesting
 2026-02-05 22:25 UTC 

[PATCH] gpu: nova-core: fix aux device registration for multi-GPU systems
 2026-02-05 21:44 UTC  (6+ messages)

[PATCH 0/8] rust: pci: add abstractions for SR-IOV capability
 2026-02-05 21:27 UTC  (6+ messages)
` [PATCH 3/8] rust: pci: add {enable,disable}_sriov(), to control "

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-05 20:59 UTC  (11+ messages)
` [PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-02-05 21:06 UTC  (4+ messages)
` [PATCH v5 2/4] rust: macros: add derive macro for `TryFrom`

[PATCH v4] scripts: checkpatch: warn on Rust panicking methods
 2026-02-05 21:00 UTC  (13+ messages)
                ` [PATCH v5] scripts: checkpatch: move Rust-specific lints to separate file

[RFC PATCH 0/7] Introduce HasField infrastructure
 2026-02-05 20:47 UTC  (3+ messages)

[PATCH V2 0/3] Rust support for powerpc
 2026-02-05 20:15 UTC  (14+ messages)
` [PATCH V2 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V2 2/3] rust: Add PowerPC support
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le

[PATCH V3 0/3] Rust support for powerpc
 2026-02-05 18:04 UTC  (4+ messages)
` [PATCH V3 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V3 2/3] rust: Add PowerPC support
` [PATCH V3 3/3] powerpc: Enable Rust for ppc64le

[PATCH] drm/tyr: Clarify driver/device type names
 2026-02-05 18:59 UTC 

[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
 2026-02-05 15:55 UTC  (5+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
  ` [PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions

[PATCH 0/5] Make Rust Binder build as a module
 2026-02-05 13:45 UTC  (39+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 2/5] security: export binder symbols
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
` [PATCH 4/5] ipc: export init_ipc_ns and put_ipc_ns
` [PATCH 5/5] rust_binder: mark ANDROID_BINDER_IPC_RUST tristate

[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-05 13:33 UTC  (7+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`

[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
 2026-02-05 13:16 UTC  (5+ messages)
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions

[RFC 0/2] Rust PCI capability infrastructure and SR-IOV support
 2026-02-05 13:10 UTC  (5+ messages)
` [RFC 2/2] pci: Add PCI capability infrastructure and SR-IOV capability support

[PATCH v3 3/3] rust_binder: handle PID namespace conversion for freeze operation
 2026-02-05  8:20 UTC  (3+ messages)

[PATCH] rust: print: add safety comments for %pA formatting
 2026-02-05  8:19 UTC  (2+ messages)

[PATCH v11] rust: fmt: add safe pointer formatting support
 2026-02-05  7:57 UTC 

[PATCH v3 1/3] binder: handle PID namespace conversion for freeze operation
 2026-02-05  5:30 UTC  (2+ messages)

[PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
 2026-02-04 23:42 UTC  (7+ messages)

[PATCH v2 0/3] rust: alloc: add Vec shrinking methods
 2026-02-04 21:55 UTC  (9+ messages)
` [PATCH v2 1/3] rust: alloc: Add shrink_to and shrink_to_fit methods to Vec

[PATCH v2 0/5] gpu: nova-core: use checked arithmetic for firmware parsing robustness
 2026-02-04 21:08 UTC  (9+ messages)
` [PATCH v2 1/5] gpu: nova-core: use checked arithmetic in FWSEC firmware parsing

[PATCH v5 0/4] Introduce DeviceContext
 2026-02-04 20:56 UTC  (4+ messages)
` [PATCH v5 2/4] rust/drm: Don't setup private driver data until registration

[PATCH v2 0/4] rust: Add ARef support for work items
 2026-02-04 20:40 UTC  (5+ messages)
` [PATCH v2 1/4] rust: workqueue: add support for ARef<T>
` [PATCH v2 2/4] rust: drm: dispatch work items to the private data
` [PATCH v2 3/4] rust: workqueue: add delayed work support for ARef<T>
` [PATCH v2 4/4] rust: drm: dispatch delayed work items to the private data

[PATCH v7 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
 2026-02-04 20:01 UTC  (3+ messages)

[PATCH] rust: Add PowerPC support
 2026-02-04 19:42 UTC  (3+ messages)

[PATCH] powerpc: Enable Rust for ppc64le
 2026-02-04 17:28 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