Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-07-02 10:00:00 to 2026-07-05 01:15:59 UTC [more...]

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-07-05  1:15 UTC  (10+ messages)
` [PATCH 1/7] samples: rust_dma: use vertical import style
` [PATCH 3/7] cpufreq: rcpufreq_dt: "

[PATCH 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-04 21:17 UTC  (12+ messages)
` [PATCH 1/7] rust_binder: Add "
` [PATCH 2/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for freezer-related operation
` [PATCH 3/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for reference counting and death notification operations
` [PATCH 4/7] rust_binder: Implement the BINDER_DEBUG_USER_ERROR logging mask for transaction parsing and protocol validation failures
` [PATCH 5/7] rust_binder: Implement the BINDER_DEBUG_FAILED_TRANSACTION logging mask for transaction parsing and routing failures
` [PATCH 6/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION logging for death notification allocation failures
` [PATCH 7/7] rust_binder: Implement the BINDER_DEBUG_DEAD_TRANSACTION logging mask to trace in-flight cancellations during teardown

[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-07-04 20:03 UTC  (2+ messages)

[PATCH v6 0/1] rust: introduce abstractions for fwctl
 2026-07-04 19:42 UTC  (3+ messages)
` [PATCH v6 1/1] "

[PATCH RFC 0/2] rust: sync: create lock class using `#[track_caller]`
 2026-07-04 17:46 UTC  (10+ messages)
` [PATCH RFC 1/2] rust: sync: introduce a way to create lock class from caller
` [PATCH RFC 2/2] lockdep: delegate Rust lock class printing to Rust code

[PATCH v1 0/2] rust: switch CondVar's timeout API to Delta
 2026-07-04 13:25 UTC  (3+ messages)
` [PATCH v1 1/2] rust: time: add jiffies conversion helpers "
` [PATCH v1 2/2] rust: sync: use Delta for CondVar timeout API

[RESEND PATCH v2 0/5] drm/nova: replace `transmute` with `zerocopy`
 2026-07-04 13:00 UTC  (7+ messages)
` [PATCH v2 1/5] drm/nova: use `zerocopy` in firmware.rs
` [PATCH v2 2/5] drm/nova: use `zerocopy` in booter.rs
` [PATCH v2 3/5] drm/nova: use `zerocopy` in fwsec.rs
` [PATCH v2 4/5] drm/nova: use `zerocopy` in bootloader.rs
` [PATCH v2 5/5] drm/nova: use `zerocopy` in riscv.rs

[PATCH v3] rust: iommu: add device lifetime to IoPageTable
 2026-07-04  0:28 UTC 

[PATCH v2] rust: iommu: add device lifetime to IoPageTable
 2026-07-03 23:57 UTC  (3+ messages)

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-03 21:29 UTC  (2+ messages)

[PATCH] rust: io: fix example in `register!` macro
 2026-07-03 21:22 UTC  (3+ messages)

[PATCH v2 0/4] rust: samples: add an EDU PCI driver sample (MMIO + IRQ + DMA)
 2026-07-03 21:12 UTC  (11+ messages)
` [PATCH v2 3/4] rust: completion: add complete()
` [PATCH v2 4/4] rust: samples: add EDU PCI driver sample

[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-03 21:09 UTC 

[PATCH] rust: iommu: add device lifetime to IoPageTable
 2026-07-03 16:53 UTC  (3+ messages)

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-07-03 15:13 UTC  (36+ messages)
` [PATCH v5 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v5 07/20] rust: io: implement `Mmio` as view type
` [PATCH v5 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v5 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v5 11/20] rust: io: remove `MmioOwned`
` [PATCH v5 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v5 13/20] rust: io: add projection macro and methods
` [PATCH v5 14/20] rust: io: add I/O backend for system memory with volatile access
` [PATCH v5 15/20] rust: io: implement a view type for `Coherent`
` [PATCH v5 16/20] rust: io: add `read_val` and `write_val` functions on `Io`
` [PATCH v5 17/20] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v5 18/20] rust: dma: drop `dma_read!` and `dma_write!` API

[PATCH v3 0/7] Transition Nova Core to TLV firmare images
 2026-07-03 13:51 UTC  (12+ messages)
` [PATCH v3 1/7] rust: firmware: add request_into_buf()
` [PATCH v3 2/7] gpu: nova-core: add TLV parser for firmware files
` [PATCH v3 3/7] gpu: nova-core: transition booter_load to TLV images
` [PATCH v3 4/7] gpu: nova-core: transition gsp "
` [PATCH v3 5/7] gpu: nova-core: transition gen_bootloader "
` [PATCH v3 6/7] gpu: nova-core: transition fsp "
` [PATCH v3 7/7] gpu: nova-core: update firmware module info for "

[PATCH v3] rust_binder: clear freeze listener on node removal
 2026-07-03 11:25 UTC 

[PATCH] rust: sync: arc: use intra-doc links for `Arc` in doc comments
 2026-07-03 11:20 UTC 

[PATCH v2] rust_binder: clear freeze listener on node removal
 2026-07-03 10:44 UTC  (4+ messages)

[PATCH 0/4] rust: Add support for reserving of ranges of IDs
 2026-07-03 10:31 UTC  (6+ messages)
` [PATCH 1/4] rust: bitmap: use function-level cfg on kunit test
` [PATCH 2/4] rust: bitmap: add contiguous area operations
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
` [PATCH 4/4] gpu: nova-core: add ChannelIdPool

[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-03 10:22 UTC  (11+ messages)
` [PATCH v2 01/10] gpu: nova-core: fsp: limit FSP receive message allocation size
` [PATCH v2 02/10] gpu: nova-core: fsp: catch bogus queue pointer issues
` [PATCH v2 03/10] gpu: nova-core: gsp: ensure lifetime for FMC boot DMA allocations
` [PATCH v2 04/10] gpu: nova-core: gsp: ensure LibOS DMA allocation lives long enough
` [PATCH v2 05/10] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v2 06/10] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v2 07/10] gpu: nova-core: rename heap size field
` [PATCH v2 08/10] gpu: nova-core: return non-WPR heap size as u64 from HALs
` [PATCH v2 09/10] gpu: nova-core: correct RISC-V HALTED field
` [PATCH v2 10/10] gpu: nova-core: wait for RISC-V HALTED on FSP unload

[PATCH v5 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-07-03  7:31 UTC  (6+ messages)
` [PATCH v5 1/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v5 2/5] rust: error: Add ECANCELED error code
` [PATCH v5 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v5 4/5] rust: Add dma_fence abstractions
` [PATCH v5 5/5] MAINTAINERS: Add entry for Rust dma-buf

[PATCH v4 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (7+ messages)

[PATCH v5 0/2] Delete task_euid()
 2026-07-03  6:57 UTC  (3+ messages)
` [PATCH v5 1/2] rust: task: clarify comments on task UID accessors
` [PATCH v5 2/2] cred: delete task_euid()

[RFC 0/3] gpu: nova: Export parameters from nova-core to nova-drm
 2026-07-03  6:45 UTC  (4+ messages)
` [RFC 1/3] gpu: nova-core: Add auxiliary bus registration data to nova-core
` [RFC 2/3] drm: nova: Add GETPARAM parameter to read the GPU chipset
` [RFC 3/3] drm: nova: Add a GETPARAM parameter to read usable VRAM size

[RFC PATCH 0/2] drm/evdi: a Rust EVDI virtual display (a working KMS consumer)
 2026-07-03  3:02 UTC  (3+ messages)
` [RFC PATCH 1/2] drm/kms: rust: fixes for a virtual KMS consumer
` [RFC PATCH 2/2] drm/evdi: add the Rust EVDI virtual-display driver

[RFC PATCH 0/7] drm/vino: DisplayLink DL3 dock driver (RFC, help wanted)
 2026-07-03  3:02 UTC  (12+ messages)
` [RFC PATCH v2 00/10] drm/vino: DisplayLink DL3 dock driver
  ` [RFC PATCH v2 01/10] drm/vino: add DisplayLink DL3 dock skeleton and protocol framing
  ` [RFC PATCH v2 02/10] drm/vino: add the clean-room HDCP 2.2 AKE/LC/SKE handshake
  ` [RFC PATCH v2 03/10] drm/vino: add the AES-CTR/AES-CMAC control-plane seal and arm sequence
  ` [RFC PATCH v2 04/10] drm/vino: add the Vino framebuffer codec
  ` [RFC PATCH v2 05/10] drm/vino: add the DRM/KMS sink, built on the safe KMS mode-object layer
  ` [RFC PATCH v2 06/10] drm/vino: add the DisplayLink DL3 dock driver
  ` [RFC PATCH v2 07/10] drm/vino: wire the hardware cursor plane
  ` [RFC PATCH v2 08/10] drm/vino: wire CRTC gamma, plane rotation and DDC/CI monitor controls
  ` [RFC PATCH v2 09/10] drm/vino: two heads, 90/270 rotation, damage clips and connector probe
  ` [RFC PATCH v2 10/10] drm/vino: hrtimer-driven software vblank

[RFC PATCH 0/5] rust: drm: minimal KMS bindings, EDID read, rotation, HDCP defs
 2026-07-03  3:01 UTC  (20+ messages)
` [RFC PATCH v2 00/18] rust: drm: safe KMS mode-object layer + evdi bindings
  ` [RFC PATCH v2 01/18] rust: drm: kms: forward-port the safe mode-object layer onto the typestate device
  ` [RFC PATCH v2 02/18] rust: drm: kms: adapt the port to current drm-next
  ` [RFC PATCH v2 03/18] rust: drm: kms: break the Driver* trait well-formedness cycle
  ` [RFC PATCH v2 04/18] rust: drm: kms: build the kernel crate clean under -Znext-solver
  ` [RFC PATCH v2 05/18] rust: drm: expose <drm/display/drm_hdcp.h> HDCP 2.2 message definitions
  ` [RFC PATCH v2 06/18] rust: drm: kms: add a Framebuffer::vmap() guard
  ` [RFC PATCH v2 07/18] rust: drm: kms: add safe accessors for common state and connector modes
  ` [RFC PATCH v2 08/18] rust: drm: tyr: add the Kms associated type
  ` [RFC PATCH v2 09/18] rust: drm: add drm_event delivery
  ` [RFC PATCH v2 10/18] rust: drm: allow drivers to declare ioctls from their own uAPI module
  ` [RFC PATCH v2 11/18] rust: platform: add runtime platform device creation
  ` [RFC PATCH v2 12/18] rust: drm: framebuffer: add geometry accessors, refcounting and a byte-slice vmap
  ` [RFC PATCH v2 13/18] rust: i2c: add adapter-provider (bus controller) registration
  ` [RFC PATCH v2 14/18] rust: add sysfs device attribute groups
  ` [RFC PATCH v2 15/18] rust: drm: support hardware cursor planes with sleepable event delivery
  ` [RFC PATCH v2 16/18] rust: drm: add CRTC gamma LUT and plane rotation property bindings
  ` [RFC PATCH v2 17/18] rust: drm: kms: add connector detect() and mode_valid() hooks
  ` [RFC PATCH v2 18/18] rust: drm: kms: add plane damage-clip accessors

[RFC PATCH 0/2] rust: crypto: library AES-128 / SHA-256 / HMAC + RSA
 2026-07-03  3:00 UTC  (5+ messages)
` [RFC PATCH v2 0/3] "
  ` [RFC PATCH v2 1/3] rust: crypto: add library AES-128 / SHA-256 / HMAC-SHA256 bindings
  ` [RFC PATCH v2 2/3] rust: crypto: use the in-tree AES-CMAC library
  ` [RFC PATCH v2 3/3] rust: crypto: add an RSA public-key primitive in lib/crypto

[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
 2026-07-03  3:00 UTC  (13+ messages)
` [RFC PATCH v2 00/11] rust: usb: synchronous + asynchronous "
  ` [RFC PATCH v2 01/11] rust: usb: add synchronous bulk transfer support
  ` [RFC PATCH v2 02/11] rust: usb: add synchronous control "
  ` [RFC PATCH v2 03/11] rust: usb: add usb::Device::set_interface()
  ` [RFC PATCH v2 04/11] rust: usb: add usb::Interface::number()
  ` [RFC PATCH v2 05/11] rust: usb: add usb::Device::clear_halt()
  ` [RFC PATCH v2 06/11] rust: usb: add usb::Device::interrupt_recv()
  ` [RFC PATCH v2 07/11] rust: usb: add usb::Device::reset_configuration()
  ` [RFC PATCH v2 08/11] rust: usb: add an asynchronous persistently-queued bulk IN reader
  ` [RFC PATCH v2 09/11] rust: usb: add an asynchronous pipelined bulk OUT queue
  ` [RFC PATCH v2 10/11] rust: usb: keep usb::Device private and gate transfers on Interface<Bound>
  ` [RFC PATCH v2 11/11] rust: usb: let drivers choose the transfer allocation flags

[PATCH v2 0/2] gpu: nova-core: convert to kernel bitfield macro and remove local variant
 2026-07-03  2:47 UTC  (2+ messages)

[PATCH v5 00/19] rust: drm: Higher-Ranked Lifetime private data
 2026-07-03  0:09 UTC  (2+ messages)

[PATCH] rust: pci: rework device enabling API
 2026-07-02 21:47 UTC  (2+ messages)

[PATCH v2] rust_binder: use pin_init::zeroed for file_operations initialization
 2026-07-02 20:58 UTC 

[PATCH v3] rust: core: implement rx580 state optimization engine and c-to-rust char dev
 2026-07-02 18:50 UTC  (2+ messages)

[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
 2026-07-02 17:37 UTC 

[PATCH v6 0/2] rust: `overflow_assert!` macro
 2026-07-02 14:50 UTC  (4+ messages)
` [PATCH v6 1/2] rust: kernel: create "

[PATCH] rust: device_id: rename IdTable::as_ptr to as_raw_id_table()
 2026-07-02 13:59 UTC  (3+ messages)

[PATCH v10 0/5] rust: add SRCU abstraction
 2026-07-02 13:53 UTC  (2+ messages)

[PATCH v21 0/3] rust: leds: add led classdev abstractions
 2026-07-02 11:22 UTC  (6+ messages)
` [PATCH v21 1/3] rust: leds: add basic "

[PATCH v2] rust: iommu: replace core::mem::zeroed with Zeroable::zeroed
 2026-07-02 11:11 UTC  (3+ messages)

[PATCH] rust: devres: fix race between concurrent revokers
 2026-07-02 11:10 UTC  (6+ messages)
` [PATCH] rust: devres: ensure revocation is complete before device finishes unbinding

[PATCH] rust_binder: use pin_init::zeroed for file_operations initialization
 2026-07-02 11:09 UTC  (5+ messages)

[PATCH v2] rust_binder: use a u64 stride when cleaning up the offsets array
 2026-07-02 10:27 UTC  (2+ messages)

[PATCH] rust_binder: reject context manager self-transaction
 2026-07-02  9:59 UTC  (3+ messages)
` [PATCH v3] "


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