public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-09 14:39:22 to 2026-02-11 08:16:52 UTC [more...]

[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
 2026-02-11  8:16 UTC  (43+ messages)
` [RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
` [RFC PATCH 3/4] rust/drm: Add DRM Jobqueue

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-11  7:45 UTC  (30+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [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 v3 05/12] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v3 06/12] rust: xarray: simplify `Guard::load`
` [PATCH v3 07/12] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v3 11/12] xarray, radix-tree: enable sheaf support for kmem_cache
` [PATCH v3 12/12] rust: xarray: add preload API

[PATCH v1] drm/tyr: gpu: fix GpuInfo::log model/version decoding
 2026-02-11  7:33 UTC  (2+ messages)

[PATCH v3 0/4] rust: alloc: add Vec shrinking methods
 2026-02-11  6:51 UTC  (16+ messages)
` [PATCH v3 4/4] rust: binder: shrink all_procs when deregistering processes

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-11  4:08 UTC  (30+ messages)
` [RFC v3 01/27] rust: add untrusted data abstraction
` [RFC v3 02/27] X.509: Make certificate parser public
` [RFC v3 03/27] X.509: Parse Subject Alternative Name in certificates
` [RFC v3 04/27] X.509: Move certificate length retrieval into new helper
` [RFC v3 05/27] certs: Create blacklist keyring earlier
` [RFC v3 06/27] rust: add bindings for hash.h
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [RFC v3 09/27] PCI/CMA: Authenticate devices on enumeration
` [RFC v3 10/27] PCI/CMA: Validate Subject Alternative Name in certificates
` [RFC v3 11/27] PCI/CMA: Reauthenticate devices on reset and resume
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version
` [RFC v3 13/27] lib: rspdm: Support SPDM get_capabilities
` [RFC v3 14/27] lib: rspdm: Support SPDM negotiate_algorithms
` [RFC v3 15/27] lib: rspdm: Support SPDM get_digests
` [RFC v3 16/27] lib: rspdm: Support SPDM get_certificate
` [RFC v3 17/27] crypto: asymmetric_keys - Load certificate parsing early in boot
` [RFC v3 18/27] KEYS: Load keyring and certificates "
` [RFC v3 19/27] PCI/CMA: Support built in X.509 certificates
` [RFC v3 20/27] crypto: sha: Load early in boot
` [RFC v3 21/27] crypto: ecdsa: "
` [RFC v3 22/27] lib: rspdm: Support SPDM certificate validation
` [RFC v3 23/27] rust: allow extracting the buffer from a CString
` [RFC v3 24/27] lib: rspdm: Support SPDM challenge
` [RFC v3 25/27] PCI/CMA: Expose in sysfs whether devices are authenticated
` [RFC v3 26/27] rust: add bindings for hash_info
` [RFC v3 27/27] rspdm: Multicast received signatures via netlink

[PATCH 0/2] gpu: nova-core: use GSP RPC sequence numbers properly
 2026-02-11  0:04 UTC  (3+ messages)
` [PATCH 1/2] gpu: nova-core: fix GSP RPC send sequence numbers to match Open RM
` [PATCH 2/2] gpu: nova-core: improve GSP RPC debug logging with message classification

[PATCH] rust_binder: fix oneway spam detection
 2026-02-10 23:55 UTC 

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-10 23:33 UTC  (14+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-10 23:32 UTC  (4+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v9 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v9 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-02-10 23:11 UTC  (5+ messages)
` [PATCH v2 09/27] rust: jump_label: add __rust_helper to helpers

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

[GIT PULL] Rust for v6.20 / v7.0
 2026-02-10 19:59 UTC  (2+ messages)

[PATCH] rust: kernel: document safety for rust_fmt_argument
 2026-02-10 15:00 UTC  (2+ messages)

[PATCH] rust: print: add safety comments for %pA formatting
 2026-02-10 15:00 UTC  (2+ messages)

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

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2026-02-10 10:03 UTC  (2+ messages)

[PATCH V4 0/3] Rust support for powerpc
 2026-02-10  9:53 UTC  (13+ messages)
` [PATCH V4 2/3] rust: Add PowerPC support
` [PATCH V4 3/3] powerpc: Enable Rust for ppc64le

[PATCH 0/5] Make Rust Binder build as a module
 2026-02-10  8:47 UTC  (18+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del

[PATCH V5 0/3] Rust support for powerpc
 2026-02-10  8:44 UTC  (6+ messages)
` [PATCH V5 1/3] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V5 2/3] rust: Add PowerPC support
` [PATCH V5 3/3] powerpc: Enable Rust for ppc64le

[PATCH] rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
 2026-02-10  8:42 UTC  (2+ messages)

[PATCH v7 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-02-10  3:28 UTC  (2+ messages)

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

[PATCH -next] gpu: Move DRM buddy allocator one level up
 2026-02-09 19:30 UTC  (4+ messages)

[PATCH 0/2] Support `likely`, `unlikely` and `cold_path`
 2026-02-09 19:12 UTC  (6+ messages)
` [PATCH 2/2] rust: std_vendor: add `{likely,unlikely,cold_path}()`

[PATCH v4 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-02-09 17:14 UTC  (6+ messages)
` [PATCH v4 1/2] rust: add system_dfl() around the new system_dfl_wq

[RFC PATCH] iommu/io-pgtable: Add support for Arm Mali v10+ GPUs page table format
 2026-02-09 16:04 UTC  (2+ messages)


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