Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-25 23:21:19 to 2026-08-28 01:29:21 UTC [more...]

[PATCH v3 00/16] rust: io: support register projections and remove relative registers
 2026-08-28  1:29 UTC  (34+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
` [PATCH v3 07/16] gpu: nova-core: specify base type for registers
` [PATCH v3 09/16] samples: rust: pci: "
` [PATCH v3 10/16] rust: io: register: make register have a typed base
` [PATCH v3 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection

[PATCH v8 00/12] rust: Add support for reserving of ranges of IDs
 2026-08-28  0:08 UTC  (22+ messages)
` [PATCH v8 01/12] rust: bitmap: use function-level cfg on kunit test
` [PATCH v8 02/12] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v8 03/12] rust: num: add cv! macro to create values from constant expressions
` [PATCH v8 04/12] rust: prelude: add `num::cv`
` [PATCH v8 05/12] rust: use cv! to build Bounded values from constants
` [PATCH v8 06/12] rust: sizes: add sub-1K size constants
` [PATCH v8 07/12] rust: sizes: implement SizeConstants for Alignment
` [PATCH v8 08/12] rust: use Alignment size constants
` [PATCH v8 09/12] rust: bitmap: add contiguous area operations
` [PATCH v8 10/12] rust: id_pool: add contiguous ID reservation
` [PATCH v8 11/12] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v8 12/12] gpu: nova-core: add ChannelIdPool

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-08-27 23:07 UTC  (15+ messages)
` [PATCH v2 1/6] rust: workqueue: replace deprecated system_wq with system_{percpu,dfl}_wq
` [PATCH v2 2/6] rust: workqueue: restrict delayed work to global wqs
` [PATCH v2 3/6] rust: workqueue: create workqueue subdirectory
` [PATCH v2 4/6] rust: workqueue: add creation of workqueues
` [PATCH v2 5/6] rust: workqueue: add ScopedQueue for lifetime bound items
` [PATCH v2 6/6] rust: workqueue: add ScopedWork for non-'static work items

[PATCH v3 0/2] rust: crypto: AES, CMAC, SHA-256, HMAC and RSA bindings
 2026-08-27 23:00 UTC  (9+ messages)
` [PATCH v3 1/2] rust: crypto: add AES-128, AES-CMAC, SHA-256, and HMAC bindings
` [PATCH v3 2/2] rust: crypto: add synchronous RSA akcipher support

[PATCH v2 0/7] Add Greybus Sotfsvc and UART Node drivers
 2026-08-27 16:06 UTC  (9+ messages)
` [PATCH v2 1/7] greybus: connection: Export gb_connection_get() and gb_connection_put()
` [PATCH v2 2/7] greybus: connection: Add gb_connection_hd_find_by_intf()
` [PATCH v2 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
` [PATCH v2 4/7] rust: kernel: Add greybus abstractions
` [PATCH v2 5/7] drivers: greybus: Add software SVC implementation
` [PATCH v2 6/7] dt-bindings: beagle: Add BeagleConnect Freedom
` [PATCH v2 7/7] greybus: Add Rust UART node driver

[PATCH] rust: bitmap: document panics in `next_bit` and `next_zero_bit`
 2026-08-27 15:07 UTC 

[PATCH 0/6] gpu: nova-core: add NVKV codec
 2026-08-27 14:25 UTC  (9+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder

[PATCH v2 0/8] gpu: nova-core: add NVKV codec
 2026-08-27 14:12 UTC  (9+ messages)
` [PATCH v2 1/8] rust: alloc: add Vec::try_push_init
` [PATCH v2 2/8] rust: alloc: add Vec::push_init
` [PATCH v2 3/8] rust: alloc: add ArrayVec
` [PATCH v2 4/8] gpu: nova-core: add NVKV encoder
` [PATCH v2 5/8] gpu: nova-core: add NVKV decoder
` [PATCH v2 6/8] gpu: nova-core: add NVKV typed encoding
` [PATCH v2 7/8] gpu: nova-core: add NVKV typed decoding
` [PATCH v2 8/8] gpu: nova-core: add NVKV GSP_INIT schemas

[PATCH] MAINTAINERS: add Alice Ryhl as co-maintainer for Rust [ALLOC]
 2026-08-27 14:00 UTC  (6+ messages)

[PATCH 0/9] rust: core abstractions for a USB display driver
 2026-08-27 13:34 UTC  (14+ messages)
` [PATCH 1/9] rust: sync: completion: add single-shot and timed operations
` [PATCH 2/9] rust: hrtimer: add ArcHrTimerHandle::restart
` [PATCH 3/9] rust: random: add a safe get_random_bytes wrapper
` [PATCH 4/9] rust: xxhash: add a safe xxh64 wrapper
` [PATCH 5/9] rust: workqueue: make OwnedQueue thread-safe
` [PATCH 6/9] rust: io: add checked offset copy helpers
` [PATCH 7/9] rust: hrtimer: expose interrupt state in hard callbacks
` [PATCH 8/9] rust: error: expose EPROTO
` [PATCH 9/9] rust: time: add ktime_get_real_seconds

[PATCH v9 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-27 12:18 UTC  (2+ messages)
` [PATCH v9 1/1] rust: pci: add extended capability "

[PATCH v4 00/11] rust: xarray: add entry API with preloading
 2026-08-27  9:49 UTC  (15+ messages)
` [PATCH v4 01/11] rust: xarray: minor formatting fixes
` [PATCH v4 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v4 03/11] rust: xarray: add `XArrayState`
` [PATCH v4 04/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v4 05/11] rust: xarray: simplify `Guard::load`
` [PATCH v4 06/11] rust: xarray: add `find_next` and `find_next_mut`

[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
 2026-08-27  8:51 UTC  (11+ messages)
` [PATCH v3 01/10] gpu: nova-core: mm: Add VramAddress type
` [PATCH v3 02/10] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v3 03/10] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v3 04/10] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
` [PATCH v3 06/10] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v3 07/10] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v3 08/10] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v3 09/10] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v3 10/10] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v6 0/2] drm/tyr: add Job IRQ handling
 2026-08-27  8:01 UTC  (3+ messages)
` [PATCH v6 1/2] drm/tyr: add TyrIrq threaded IRQ wrapper
` [PATCH v6 2/2] drm/tyr: add Job IRQ handling

[PATCH] drm/panic: clean new `clippy::needless_range_loop` lint for Rust 1.100.0
 2026-08-27  1:36 UTC  (2+ messages)

[PATCH 0/2] rust: num: casts: replace const type narrowing methods with a macro
 2026-08-27  1:36 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gpu: nova-core: use kernel lossless integer conversion module

[PATCH] gpu: nova-core: fix incorrect naming/framing of GSP-FMC firmware
 2026-08-27  0:37 UTC  (5+ messages)

[PATCH v3 0/5] rust: usb: host-side abstractions for a bulk-endpoint driver
 2026-08-26 18:59 UTC  (8+ messages)
` [PATCH v3 1/5] rust: usb: add revocable typed interface I/O
` [PATCH v3 2/5] rust: usb: add reusable URBs and persistent bulk queues
` [PATCH v3 3/5] rust: usb: expose device descriptor fields and queue readiness
` [PATCH v3 4/5] rust: usb: add a vendor-and-interface-info device id constructor
` [PATCH v3 5/5] rust: usb: let a driver keep its interface usable while unbinding

[PATCH v8 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-26 18:53 UTC  (12+ messages)
` [PATCH v8 1/1] rust: pci: add extended capability "

[PATCH v3 0/13] drm/vino: a Rust driver for DisplayLink DL3 docks
 2026-08-26 17:28 UTC  (7+ messages)
` [PATCH v3 8/13] drm/vino: add the KMS device and the atomic path
` [PATCH v3 9/13] drm/vino: add the dock activation and scanout path
` [PATCH v3 11/13] drm/vino: add the USB driver frontend
` [PATCH v3 12/13] drm/vino: allow the driver to be built
` [PATCH v3 13/13] Documentation/gpu: document the Vino driver

[PATCH 0/1] rust: firmware: the firmware upload abstraction
 2026-08-26 16:37 UTC  (2+ messages)
` [PATCH 1/1] rust: firmware: add "

[PATCH v3 0/23] rust: drm: KMS abstractions for a Rust display driver
 2026-08-26 16:31 UTC  (24+ messages)
` [PATCH v3 1/23] rust: drm: kms: adapt Lyude's KMS series to current DRM APIs
` [PATCH v3 2/23] rust: drm: kms: tie mode-object references to their owners
` [PATCH v3 3/23] rust: drm: kms: constrain connector encoder attachment
` [PATCH v3 4/23] rust: drm: reject cross-device GEM handle creation
` [PATCH v3 5/23] rust: drm: kms: add common state and connector helpers
` [PATCH v3 6/23] rust: drm: expose HDCP 2.2 message identifiers
` [PATCH v3 7/23] rust: drm: kms: add typed color and rotation properties
` [PATCH v3 8/23] rust: drm: kms: add connector detect() and mode_valid() hooks
` [PATCH v3 9/23] rust: drm: kms: add plane damage-clip accessors
` [PATCH v3 10/23] rust: drm: framebuffer: add validated shmem scanout views
` [PATCH v3 11/23] rust: drm: kms: expose checked plane geometry
` [PATCH v3 12/23] rust: drm: kms: add owned CRTC and vblank references
` [PATCH v3 13/23] rust: drm: kms: plane: add FB_DAMAGE_CLIPS property support
` [PATCH v3 14/23] rust: drm: add a safe constructor for owned registration data
` [PATCH v3 15/23] rust: drm: pin the owner while DRM files remain open
` [PATCH v3 16/23] rust: drm: kms: add the plane blend-mode property
` [PATCH v3 17/23] rust: drm: add an owned display mode constructor
` [PATCH v3 18/23] rust: drm: expose mode flags and CTA VIC matching
` [PATCH v3 19/23] rust: drm: expose CRTC mode changes
` [PATCH v3 20/23] rust: drm: kms: add synthesized CVT connector modes
` [PATCH v3 21/23] rust: drm: kms: read a connector's colorimetry and HDR metadata
` [PATCH v3 22/23] rust: drm: kms: walk the CRTCs an atomic commit carries
` [PATCH v3 23/23] rust: drm: kms: expose a connector's requested link depth

[PATCH] rust: zerocopy-derive: Remove the BoolExt trait
 2026-08-26 15:05 UTC  (3+ messages)

[PATCH 0/2] drm/tyr: unplug the GPU when reset fails
 2026-08-26 14:05 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v3 0/3] Rust: add runtime PM support
 2026-08-26 13:10 UTC  (4+ messages)
` [PATCH v3 1/3] rust: "
` [PATCH v3 2/3] rust: platform: wire runtime PM callbacks
` [PATCH v3 3/3 DO NOT MERGE] drm/tyr: enable runtime PM

[PATCH v5] drm/tyr: add Job IRQ handling
 2026-08-26 10:58 UTC  (2+ messages)

[PATCH 0/6] hrtimer: add an expiry injecting callback variant
 2026-08-26  9:31 UTC  (5+ messages)
` [PATCH 5/6] rust: hrtimer: document deadlock when starting a timer in its handler
` [PATCH 6/6] rust: hrtimer: Make HrTimer repr(transparent)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-26  9:29 UTC  (4+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example

[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-08-26  1:49 UTC  (10+ messages)
` [PATCH v4 3/7] drm: nova: Add chipid enum to nova-drm UAPI

[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
 2026-08-25 23:43 UTC  (6+ messages)
` [PATCH v7 06/10] rust: id_pool: take a NonZero capacity in with_capacity

[PATCH] rust: kbuild: disambiguate `zerocopy_derive` for `rusttest`
 2026-08-25 23:36 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