public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-17 03:57:39 to 2026-04-21 15:59:54 UTC [more...]

[PATCH V11 0/4] Rust support for powerpc
 2026-04-21 15:59 UTC  (14+ messages)
` [PATCH V11 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V11 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V11 3/4] rust: Add PowerPC support
` [PATCH V11 4/4] powerpc: Enable Rust for ppc64le

[PATCH RFC] rust: maple_tree: implement Send and Sync for MapleTree
 2026-04-21 15:54 UTC  (5+ messages)

[RFC PATCH] [RFC PATCH] iio: position: rust: add initial AS5600 driver
 2026-04-21 15:38 UTC  (4+ messages)

[PATCH v8 0/2] Introduce Synology Microp driver
 2026-04-21 15:33 UTC  (11+ messages)
` [PATCH v8 1/2] dt-bindings: embedded-controller: Add synology microp devices
` [PATCH v8 2/2] platform: Add initial synology microp driver

[PATCH v2 0/2] Enable sysfs module symlink for more built-in drivers
 2026-04-21 15:20 UTC  (7+ messages)
` [PATCH v2 1/2] kernel: param: handle NULL module_kset in lookup_or_create_module_kobject()
` [PATCH v2 2/2] driver core: platform: set mod_name in driver registration

[PATCH 0/4] rust: Add helper functions and constants for Tyr driver
 2026-04-21 15:06 UTC  (22+ messages)
` [PATCH 1/4] rust: sizes: add SZ_4G constant
` [PATCH 2/4] rust: mm: Add task_size() method to Mm
` [PATCH 3/4] rust: xarray: Update StoreError comments for alloc()
` [PATCH 4/4] rust: xarray: Add Guard::find() helper

[PATCH v2 00/11] rust: I/O type generalization and projection
 2026-04-21 14:56 UTC  (12+ messages)
` [PATCH v2 01/11] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v2 02/11] rust: io: generalize `Mmio` "
` [PATCH v2 03/11] rust: io: use pointer types instead of address
` [PATCH v2 04/11] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v2 05/11] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v2 06/11] rust: io: add view type
` [PATCH v2 07/11] rust: dma: add methods to unsafely create reference from subview
` [PATCH v2 08/11] rust: io: add `read_val` and `write_val` function on I/O view
` [PATCH v2 09/11] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v2 10/11] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v2 11/11] rust: io: add copying methods

[PATCH v11 01/20] gpu: nova-core: gsp: Return GspStaticInfo from boot()
 2026-04-21 14:55 UTC  (11+ messages)
` [PATCH v11 02/20] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v11 07/20] gpu: nova-core: mm: Add TLB flush support

[PATCH v2 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-04-21 14:45 UTC  (11+ messages)
` [PATCH v2 08/11] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v2 11/11] gpu: nova-core: vbios: reject extra PCI-AT and FWSEC images

[PATCH v2 0/5] gpu: nova-core: run unload sequence upon unbinding
 2026-04-21 14:27 UTC  (11+ messages)
` [PATCH v2 1/5] rust: add warn_on_err macro
` [PATCH v2 2/5] gpu: nova-core: use "
` [PATCH v2 3/5] gpu: nova-core: do not import firmware commands into GSP command module
` [PATCH v2 4/5] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v2 5/5] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding

[PATCH V12 0/4] Rust support for powerpc
 2026-04-21 12:09 UTC  (5+ messages)
` [PATCH V12 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V12 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V12 3/4] rust: Add PowerPC support
` [PATCH V12 4/4] powerpc: Enable Rust for ppc64le

[PATCH v3 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-04-21  8:20 UTC  (12+ messages)
` [PATCH v3 01/11] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
` [PATCH v3 02/11] gpu: nova-core: vbios: limit `BitToken` entry reads
` [PATCH v3 03/11] gpu: nova-core: vbios: use checked ops and accesses in `FwSecBiosImage::ucode`
` [PATCH v3 04/11] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v3 05/11] gpu: nova-core: vbios: use checked accesses in `setup_falcon_data`
` [PATCH v3 06/11] gpu: nova-core: vbios: drop unused falcon_data_offset from FwSecBiosBuilder
` [PATCH v3 07/11] gpu: nova-core: vbios: keep PmuLookupTable local in setup_falcon_data
` [PATCH v3 08/11] gpu: nova-core: vbios: compute FWSEC-relative Falcon data offset
` [PATCH v3 09/11] gpu: nova-core: vbios: simplify setup_falcon_data
` [PATCH v3 10/11] gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS images
` [PATCH v3 11/11] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images

[PATCH] rust: add task_work abstraction
 2026-04-21  6:44 UTC  (2+ messages)

[PATCH v5 0/6] gpu: nova-core: add GA100 support
 2026-04-21  1:22 UTC  (20+ messages)
` [PATCH v5 1/6] gpu: nova-core: use correct fwsignature for GA100
` [PATCH v5 2/6] gpu: nova-core: do not consider 0xBB77 as a valid PCI ROM header signature
` [PATCH v5 3/6] gpu: nova-core: only boot FRTS if its region is allocated
` [PATCH v5 4/6] gpu: nova-core: add FbHal::frts_size() for GA100 support
` [PATCH v5 5/6] gpu: nova-core: skip the IFR header if present
` [PATCH v5 6/6] gpu: nova-core: enable GA100

[PATCH v5 0/4] rust: add basic serial device bus abstractions
 2026-04-20 20:07 UTC  (5+ messages)
` [PATCH v5 1/4] rust: devres: return reference in `devres::register`
` [PATCH v5 2/4] serdev: add rust private data to serdev_device
` [PATCH v5 3/4] rust: add basic serial device bus abstractions
` [PATCH v5 4/4] samples: rust: add Rust serial device bus sample device driver

[PATCH] rust: pin-init: fix incorrect accessor reference lifetime
 2026-04-20 17:23 UTC 

[PATCH v5] rust: ACPI: fix missing match data for PRP0001
 2026-04-20 16:21 UTC 

[PATCH v10 00/28] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-04-20 16:20 UTC  (37+ messages)
` [PATCH v10 02/28] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v10 03/28] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v10 04/28] gpu: nova-core: add Copy/Clone to Spec and Revision
` [PATCH v10 05/28] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v10 08/28] gpu: nova-core: Blackwell: calculate reserved FB heap size
` [PATCH v10 09/28] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v10 11/28] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()
` [PATCH v10 17/28] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v10 18/28] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v10 24/28] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v10 26/28] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v10 27/28] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap

[PATCH] rust: doc: disable doc inlining for all prelude items
 2026-04-20 16:16 UTC 

[PATCH v2 1/4] rust: add SRCU abstraction
 2026-04-20 14:06 UTC  (3+ messages)

[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-20 10:28 UTC  (3+ messages)

[PATCH 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-04-20 10:24 UTC  (5+ messages)
` [PATCH v3 1/1] rust: pci: add extended capability "

[PATCH 0/3] gpu: nova-core: unload extras for Hopper/Blackwell
 2026-04-20  8:07 UTC  (3+ messages)
` [PATCH 3/3] gpu: nova-core: add non-sec2 unload path

[GIT PULL] rust-i2c-next for v8.0
 2026-04-19 22:08 UTC  (2+ messages)

[PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions
 2026-04-19 14:06 UTC  (7+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] kbuild: add rustc-lt-version macro
  ` [PATCH v6 2/2] rust: Makefile: bound rustdoc workaround to affected versions

[PATCH] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
 2026-04-19  0:11 UTC 

[PATCH v10 0/5] Rust bindings for gem shmem
 2026-04-17 19:45 UTC  (5+ messages)
` [PATCH v10 4/5] rust: drm: gem: Introduce shmem::SGTable

[PATCH v4 0/8] gpu: nova-core: gsp: add RM control command infrastructure
 2026-04-17 15:29 UTC  (9+ messages)
` [PATCH v4 1/8] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v4 2/8] gpu: nova-core: gsp: add GSP-RM status types
` [PATCH v4 3/8] gpu: nova-core: gsp: add GspRpcError for Cmdq RPC error handling
` [PATCH v4 4/8] gpu: nova-core: gsp: expose GSP-RM internal client and subdevice handles
` [PATCH v4 5/8] gpu: nova-core: gsp: add RM control RPC structure binding
` [PATCH v4 6/8] gpu: nova-core: gsp: add types for RM control RPCs
` [PATCH v4 7/8] gpu: nova-core: use KVVec for SBufferIter flush
` [PATCH v4 8/8] gpu: nova-core: gsp: add RM control command infrastructure

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-04-17 14:59 UTC  (14+ messages)

[PATCH 0/3] rust: add Kconfig.test
 2026-04-17 14:11 UTC  (8+ messages)
` [PATCH 1/3] rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
` [PATCH 2/3] rust: testing: add Kconfig for KUnit test
` [PATCH 3/3] Documentation: rust: testing: add Kconfig guidance

[PATCH v3 0/4] Rust netlink support + use in Rust Binder
 2026-04-17 11:32 UTC  (4+ messages)
` [PATCH v3 2/4] ynl_gen: generate Rust files from yaml files

[PATCH] slub: fix data loss and overflow in krealloc()
 2026-04-17  9:21 UTC  (3+ messages)

[PATCH v2 0/4] drm/tyr: implement GPU reset API
 2026-04-17  8:02 UTC  (4+ messages)

[PATCH v7] kbuild: host: use single executable for rustc -C linker
 2026-04-17  7:59 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-04-17  5:20 UTC  (6+ messages)

[PATCH v2 0/6] gpu: nova-core: add GA100 support
 2026-04-17  4:09 UTC  (6+ messages)
` [PATCH v2 5/6] gpu: nova-core: skip the IFR header if present

[PATCH] Documentation: gpu: nova-core: document the IFR header layout
 2026-04-17  4:05 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