public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 03:30:44 to 2026-02-12 16:50:18 UTC [more...]

[PATCH v3 1/3] rust: clk: use the type-state pattern
 2026-02-12 16:50 UTC  (22+ messages)

[PATCH] rust: task: clean up safety issues wrt de_thread()
 2026-02-12 16:44 UTC 

[PATCH v2] rust: page: add byte-wise atomic memory copy methods
 2026-02-12 16:41 UTC  (2+ messages)

[PATCH] rust: impl_flags: add method to return underlying integer
 2026-02-12 16:02 UTC 

[PATCH] rust: list: Extend safety comment in List::remove
 2026-02-12 15:57 UTC 

[PATCH] rust: print: Document SAFETY invariants in rust_fmt_argument and call_printk
 2026-02-12 15:54 UTC  (3+ messages)

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-12 14:52 UTC  (10+ messages)
` [PATCH v2 1/6] "

[PATCH] rust: page: add volatile memory copy methods
 2026-02-12 14:21 UTC  (12+ messages)

[PATCH v2 0/1] drm/tyr: make SRAM supply optional like panthor
 2026-02-12 13:51 UTC  (10+ messages)
` [PATCH v2 1/1] "

[PATCH v3 00/12] rust: xarray: add entry API with preloading
 2026-02-12 13:34 UTC  (35+ messages)
` [PATCH v3 01/12] rust: xarray: minor formatting fixes
` [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 11/12] xarray, radix-tree: enable sheaf support for kmem_cache

[PATCH v5 0/7] rust: add `register!` macro
 2026-02-12 12:55 UTC  (4+ messages)
` [PATCH v5 3/7] rust: num: add `as_bool` method to `Bounded<_, 1>`

[PATCH v1] drm/tyr: gpu: fix GpuInfo::log model/version decoding
 2026-02-12 12:25 UTC  (3+ messages)

[PATCH AUTOSEL 6.19-6.18] rust: sync: Implement Unpin for ARef
 2026-02-12 12:11 UTC  (2+ messages)

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-02-12 11:05 UTC  (23+ messages)
` [PATCH 01/12] drm/tyr: select DRM abstractions in Kconfig
` [PATCH 02/12] drm/tyr: move clock cleanup into Clocks Drop impl
` [PATCH 03/12] drm/tyr: rename TyrObject to BoData
` [PATCH 04/12] drm/tyr: set DMA mask using GPU physical address
` [PATCH 05/12] drm/tyr: add MMU address space registers
` [PATCH 06/12] drm/tyr: add shmem backing for GEM objects
` [PATCH 07/12] drm/tyr: Add generic slot manager
` [PATCH 08/12] drm/tyr: add MMU module
` [PATCH 09/12] drm/tyr: add GPU virtual memory module
` [PATCH 10/12] drm/tyr: add a kernel buffer object
` [PATCH 11/12] drm/tyr: add parser for firmware binary
` [PATCH 12/12] drm/tyr: add firmware loading and MCU boot support

[PATCH v4 0/3] rust: alloc: add KVVec shrinking method
 2026-02-12 10:08 UTC  (5+ messages)
` [PATCH v4 1/3] rust: kvec: implement shrink_to for KVVec
` [PATCH v4 2/3] rust: alloc: add KUnit tests for KVVec shrink_to
` [PATCH v4 3/3] rust_binder: shrink all_procs when deregistering processes

[PATCH v1] drm/tyr: make SRAM supply optional like panthor
 2026-02-12  9:37 UTC  (4+ messages)

[PATCH v9 0/9] gpu: nova-core: add Turing support
 2026-02-12  8:26 UTC  (10+ messages)
` [PATCH v9 1/9] gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
` [PATCH v9 2/9] gpu: nova-core: require DmaObject on FalconDmaLoadable, not FalconFirmware
` [PATCH v9 3/9] gpu: nova-core: falcon: remove generic argument from dma_wr
` [PATCH v9 4/9] gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
` [PATCH v9 5/9] gpu: nova-core: move brom_params and boot_addr to FalconFirmware
` [PATCH v9 6/9] gpu: nova-core: add PIO support for loading firmware images
` [PATCH v9 7/9] gpu: nova-core: make Chipset::arch() const
` [PATCH v9 8/9] gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
` [PATCH v9 9/9] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-12  5:56 UTC  (24+ messages)
` [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

[GIT PULL] Driver core changes for 7.0-rc1
 2026-02-12  3:58 UTC  (2+ messages)

[PATCH v4 00/33] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-02-12  2:09 UTC  (16+ messages)
` [PATCH v4 01/33] gpu: nova-core: pass pdev directly to dev_* logging macros
` [PATCH v4 05/33] gpu: nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [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 17/33] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations

[PATCH v4 1/3] binder: fix PID namespace collision for freeze operation
 2026-02-12  1:05 UTC  (5+ messages)

[PATCH V2 0/3] Rust support for powerpc
 2026-02-11 22:23 UTC  (8+ messages)
` [PATCH V2 3/3] powerpc: Enable Rust for ppc64le

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-11 21:17 UTC  (5+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists

[PATCH] rust: print: add safety comments for %pA formatting
 2026-02-11 18:27 UTC  (4+ messages)
        ` [PATCH v2] rust: print: add safety documentation for %pA handling

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

[RFC PATCH 0/4] Add dma_fence abstractions and DRM Jobqueue
 2026-02-11 15:54 UTC  (27+ messages)
` [RFC PATCH 3/4] rust/drm: Add "

[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
 2026-02-11 15:16 UTC  (37+ messages)

[PATCH] scripts: generate_rust_analyzer.py: avoid FD leak
 2026-02-11 13:26 UTC  (4+ messages)

[PATCH AUTOSEL 6.19-6.18] rust: cpufreq: always inline functions using build_assert with arguments
 2026-02-11 12:30 UTC 

[PATCH v1] tools build: Fix feature test for rust compiler
 2026-02-11 12:11 UTC  (2+ messages)

[PATCH v4 0/3] binder: handle PID namespace conversion for freeze operation
 2026-02-11 10:42 UTC  (3+ messages)
` [PATCH v4 2/3] rust: pid: add Pid abstraction and init_ns helper

[PATCH v3 0/4] rust: alloc: add Vec shrinking methods
 2026-02-11  9:35 UTC  (14+ messages)


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