Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-04 12:26:50 to 2026-08-06 06:41:39 UTC [more...]

[PATCH v2 0/3] Rust: add runtime PM support
 2026-08-06  6:41 UTC  (12+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks

[PATCH v2] rust: io: Add a BigEndianMmio wrapper
 2026-08-06  6:22 UTC 

rust compile failure in next-20260730
 2026-08-06  5:52 UTC  (12+ messages)

[PATCH] rust: io: Add a BigEndianMmio wrapper
 2026-08-06  1:41 UTC  (2+ messages)

[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
 2026-08-06  0:58 UTC  (46+ messages)
` [PATCH v4 01/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v4 02/17] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v4 03/17] preempt: Introduce __preempt_count_{sub,add}_return()
` [PATCH v4 04/17] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v4 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
  ` [PATCH v4.1 "
` [PATCH v4 06/17] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v4 07/17] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v4 08/17] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v4 09/17] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v4 11/17] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v4 12/17] s390/preempt: "
` [PATCH v4 13/17] rust: Introduce interrupt module
` [PATCH v4 14/17] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v4 15/17] rust: sync: Use super::* in spinlock.rs
` [PATCH v4 16/17] rust: sync: Add SpinLockIrq
` [PATCH v4 17/17] rust: sync: Introduce SpinLockIrq::lock_with() and friends

[PATCH v7 0/8] Transition Nova Core to TLV firmware images
 2026-08-06  0:12 UTC  (7+ messages)
` [PATCH v7 3/8] gpu: nova-core: add TLV parser for firmware files

[PATCH v3 0/3] implement GPU reset API
 2026-08-06  0:06 UTC  (2+ messages)

[PATCH 0/3] rust: dma: add the single-buffer streaming DMA API
 2026-08-05 21:54 UTC  (4+ messages)
` [PATCH 1/3] rust: dma: add ContiguousBuffer trait for streaming DMA storage
` [PATCH 2/3] rust: dma: add abstraction for the single-buffer streaming DMA API
` [PATCH 3/3] gpu: nova-core: gsp: map the WPR meta for streaming DMA

[PATCH v2 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
 2026-08-05 21:40 UTC  (4+ messages)
` [PATCH v2 2/2] rust: io: gate ioremap doctests "

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-05 20:39 UTC  (7+ messages)
` [PATCH v2 1/3] gpu: nova-core: falcon: remove unnecessary check
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
` [PATCH v2 3/3] gpu: nova-core: falcon: use I/O projection to check transfer bounds

[PATCH v4 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-08-05 19:41 UTC  (10+ messages)
` [PATCH v4 3/7] rust: time: add Delta::as_millis_ceil()

[PATCH RESEND v23 0/3] rust: leds: add led classdev abstractions
 2026-08-05 19:34 UTC  (4+ messages)
` [PATCH RESEND v23 1/3] rust: leds: add basic "
` [PATCH RESEND v23 2/3] rust: leds: add Mode trait
` [PATCH RESEND v23 3/3] rust: leds: add multicolor classdev abstractions

[PATCH] rust: block: set GenDisk block_device_operations.owner to THIS_MODULE
 2026-08-05 19:20 UTC 

[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-08-05 19:08 UTC  (10+ messages)
` [PATCH v9 1/5] rust: error: add remaining error codes
` [PATCH v9 2/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v9 3/5] rust: sync: Add abstraction for rcu_barrier()
` [PATCH v9 4/5] rust: Add dma_fence abstractions
` [PATCH v9 5/5] MAINTAINERS: Add entry for Rust dma-buf

[GIT PULL] pin-init changes for v7.3-rc1
 2026-08-05 19:00 UTC 

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 18:29 UTC  (2+ messages)

[PATCH RESEND v3] hardening: Default randstruct off with rust for better allmodconfig support
 2026-08-05 17:24 UTC  (2+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 17:20 UTC  (3+ messages)

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-05 16:59 UTC  (18+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 02/16] rust: io: add `IoRepr` trait
` [PATCH v2 03/16] rust: io: support register projections
` [PATCH v2 04/16] rust: io: register: handle one register at a time
` [PATCH v2 05/16] rust: io: register extract offset computation to helper rules
` [PATCH v2 06/16] rust: io: register: allow explicit base type specification
` [PATCH v2 07/16] gpu: nova-core: specify base type for registers
` [PATCH v2 08/16] drm/tyr: "
` [PATCH v2 09/16] samples: rust: pci: "
` [PATCH v2 10/16] rust: io: register: make register have a typed base
` [PATCH v2 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v2 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v2 14/16] rust: io: register: remove relative registers
` [PATCH v2 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v2 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH -next] rust: poll: fix compilation error due to kvfree_call_rcu changes
 2026-08-05 16:39 UTC  (2+ messages)

`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
 2026-08-05 15:56 UTC  (12+ messages)

[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
 2026-08-05 14:48 UTC  (8+ messages)
` [PATCH RESEND v13 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH RESEND v13 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2026-08-05 14:45 UTC 

[PATCH v4] drm/tyr: add Job IRQ handling
 2026-08-05 14:33 UTC 

[PATCH] rust_binder: enforce delivered death process ownership
 2026-08-05 14:28 UTC  (3+ messages)

[RESEND] [GIT PULL] Rust synchronization changes for v7.3 (Part 1)
 2026-08-05 13:06 UTC 

[PATCH V17 0/7] Rust Support for powerpc
 2026-08-05 12:56 UTC  (12+ messages)

[PATCH v3] rust: time: warn and assert out-of-range input in fsleep() and udelay()
 2026-08-05 12:43 UTC  (3+ messages)

[PATCH] rust: configfs: fix release safety documentation
 2026-08-05 12:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] rust: misc: add OWNER field to the `MiscDevice` trait
 2026-08-05 12:20 UTC 

[PATCH] block: rnull: use vertical import style
 2026-08-05 11:47 UTC  (2+ messages)

[PATCH v1] rust: time: fix as_micros_ceil() rounding near i64::MAX
 2026-08-05 11:39 UTC  (2+ messages)

[PATCH v1] rust: time: rename ClockSource trait to ClockId
 2026-08-05 11:01 UTC  (2+ messages)

[PATCH v2 0/5] rust: pin-init: merge `__init` and `__pinned_init`
 2026-08-05 10:56 UTC  (4+ messages)
` [PATCH v2 3/5] rust: pin-init: add `ptr_init` and `ptr_try_init` and recommend over `__init`

[PATCH v3] drm/tyr: add Job IRQ handling
 2026-08-05 10:48 UTC  (2+ messages)

[PATCH 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-05 10:43 UTC  (14+ messages)
` [PATCH 01/12] rust: io: add Region::try_subregion
` [PATCH 02/12] rust: num: reject Bounded::shr overshifts at build time
` [PATCH 03/12] rust: num: add Bounded::shr_exact
` [PATCH 04/12] gpu: nova-core: mm: Add VramAddress type
` [PATCH 05/12] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH 06/12] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH 07/12] gpu: nova-core: mm: Add the memory management HAL
` [PATCH 08/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH 09/12] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH 10/12] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH 11/12] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH 12/12] gpu: nova-core: mm: Add PRAMIN aperture self-tests

[PATCH v3] rust: hrtimer: Restrict expires() to safe contexts
 2026-08-05 10:37 UTC  (5+ messages)

[PATCH v6 0/6] rust / dma_buf: Add abstractions for dma_fence
 2026-08-05  8:53 UTC  (4+ messages)
  ` [PATCH v6 4/6] rust: xarray: Add support for index reservations

[PATCH v8 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-08-05  8:08 UTC  (4+ messages)
` [PATCH v8 4/5] rust: Add dma_fence abstractions

[PATCH] rust: pci: Mark Device refcount methods inline
 2026-08-05  7:52 UTC  (2+ messages)

[PATCH v4 0/5] gpu: nova-core: blackwell follow-ups and fixes
 2026-08-05  5:48 UTC  (4+ messages)
` [PATCH v4 1/5] gpu: nova-core: correct FRTS vidmem offset calculation

[PATCH v2] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-08-04 21:39 UTC  (2+ messages)

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

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

[PATCH v5 0/3] nvmem: migrate to const void * in reg_write
 2026-08-04 13:59 UTC  (4+ messages)
` [PATCH v5 1/3] firmware: meson: pass a const buffer to meson_sm_call_write()
` [PATCH v5 2/3] nvmem: core: deprecate reg_write callback with reg_write_const
` [PATCH v5 3/3] nvmem: make all reg_write callbacks take const void *

[PATCH v2] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-08-04 13:14 UTC  (2+ messages)

Invitation: Rust for Linux Training Day at LPC 2026
 2026-08-04 12:57 UTC 

[GIT PULL] [PATCH 00/24] Rust synchronization changes for v7.3
 2026-08-04 12:52 UTC  (9+ messages)
` [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling


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