Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-07 07:45:43 to 2026-08-10 22:50:07 UTC [more...]

[PATCH 0/5] Rework PCI IRQ vector code
 2026-08-10 22:47 UTC  (3+ messages)
` [PATCH 1/5] rust: irq: add anchor generic to IrqRequest and Registration
` [PATCH 2/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type

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

[PATCH v3 0/3] implement GPU reset API
 2026-08-10 22:19 UTC  (10+ messages)
` [PATCH v3 1/3] rust: workqueue: impl Send and Sync for OwnedQueue
` [PATCH v3 2/3] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v3 3/3] drm/tyr: add GPU reset infrastructure

[PATCH v2] rust_binder: speed up get_node_debug_info using lower_bound iter
 2026-08-10 19:29 UTC  (2+ messages)

[PATCH] rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h
 2026-08-10 15:29 UTC  (2+ messages)

[PATCH v2] x86/build/64: Prevent native builds from generating APX instructions
 2026-08-10 15:24 UTC  (4+ messages)

[PATCH] rust: kernel: list: fix incorrect pop_back example comment
 2026-08-10 15:14 UTC  (2+ messages)

[PATCH v4 1/2] rust: hrtimer: Restrict expires() to safe contexts
 2026-08-10 14:48 UTC  (8+ messages)
  ` [PATCH v4 2/2] rust: hrtimer: Make HrTimer repr(transparent)

[PATCH v5 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-08-10 14:39 UTC  (19+ messages)
` [PATCH v5 1/7] rust: time: make Delta generic over its time unit
` [PATCH v5 3/7] rust: time: add Delta::as_millis_ceil()
` [PATCH v5 4/7] rust: time: add Delta::to_jiffies() for timeout conversion

[PATCH v6 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-08-10 14:12 UTC  (13+ messages)
` [PATCH v6 1/7] rust: time: make Delta generic over its time unit
` [PATCH v6 2/7] rust: time: add jiffies time unit for Delta
` [PATCH v6 3/7] rust: time: add Delta::as_millis_ceil()
` [PATCH v6 4/7] rust: time: add Delta::to_jiffies_timeout() for timeout conversion
` [PATCH v6 5/7] rust: workqueue: take a Delta<Jiffy> for the enqueue delay
` [PATCH v6 6/7] rust: sync: condvar: use Delta<Jiffy> for timeout and result
` [PATCH v6 7/7] rust: time: remove unused Jiffies/Msecs helpers

[PATCH v3 0/7] rust: use vertical import style and remove redundant imports
 2026-08-10 14:03 UTC  (7+ messages)

[PATCH v1] rust: time: rename ClockSource trait to ClockId
 2026-08-10 13:32 UTC  (4+ messages)

[PATCH v5 00/18] Refcounted interrupt disable and SpinLockIrq for Rust
 2026-08-10 13:28 UTC  (12+ messages)
` [PATCH v5 14/18] rust: Introduce interrupt module
` [PATCH v5 17/18] rust: sync: Add SpinLockIrq

[PATCH v15 0/2] rust: Add safe pointer formatting support
 2026-08-10 13:17 UTC  (6+ messages)
` [PATCH v15 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH v15 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks

[PATCH v2 00/16] rust: io: support register projections and remove relative registers
 2026-08-10 11:23 UTC  (15+ 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 v4 0/3] nvmem: migrate to const void * in reg_write
 2026-08-10 11:10 UTC  (4+ messages)

[PATCH v2] rust: time: fix as_micros_ceil() rounding near i64::MAX
 2026-08-10 10:47 UTC  (2+ messages)

[PATCH v1] rust: add mark_used macro
 2026-08-10 10:41 UTC  (2+ messages)

[PATCH v2] pwm: th1520: use vertical import style
 2026-08-10  9:41 UTC  (2+ messages)

[PATCH v4 0/5] rust: Add support for reserving of ranges of IDs
 2026-08-10  8:34 UTC  (6+ messages)
` [PATCH v4 1/5] rust: bitmap: use function-level cfg on kunit test
` [PATCH v4 2/5] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v4 3/5] rust: bitmap: add contiguous area operations
` [PATCH v4 4/5] rust: id_pool: add contiguous area allocation
` [PATCH v4 5/5] gpu: nova-core: add ChannelIdPool

[PATCH v5] drm/tyr: add Job IRQ handling
 2026-08-10  8:11 UTC 

[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-08-10  7:47 UTC  (3+ messages)

[PATCH 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-10  6:32 UTC  (13+ 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 v14 0/2] rust: Add safe pointer formatting support
 2026-08-10  6:31 UTC  (7+ messages)
` [PATCH v14 1/2] rust: fmt: fix {:p} printing stack addresses
` [PATCH v14 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks

[PATCH v2] rust: bug: fix warn_on macro build error on UML
 2026-08-10  5:24 UTC  (2+ messages)

[PATCH v1] rust: bug: skip arch-specific asm in `testlib` builds
 2026-08-10  5:23 UTC  (2+ messages)

[PATCH v3] rust: bug: prevent dead_code warning from warn_on!'s flags constant
 2026-08-10  5:18 UTC  (2+ messages)

[PATCH] rust: bitfield: always inline test conversions
 2026-08-10  5:01 UTC  (5+ messages)

[PATCH v2] rust: impl_flags: use bit helper in example
 2026-08-10  4:56 UTC  (2+ messages)

[PATCH] rust: sync: improve `Arc` documentation links
 2026-08-10  4:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] docs: rust: quick-start: remove Ubuntu 25.10
 2026-08-10  4:52 UTC  (2+ messages)

[GIT PULL] pin-init changes for v7.3-rc1
 2026-08-10  4:52 UTC  (13+ messages)

[PATCH v7 0/1] rust: introduce abstractions for fwctl
 2026-08-10  3:06 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH] rust: bug: fix `dead_code` warning in `warn_on!`
 2026-08-09 14:41 UTC  (9+ messages)

[PATCH v1] rust: jump_label: skip arch-specific asm in `testlib` builds
 2026-08-09 13:48 UTC 

[PATCH] rust: i2c: avoid locking when calling I2cAdapter::inc_ref
 2026-08-09 13:17 UTC  (5+ messages)

[PATCH] rust: miscdevice: add registration data to MiscDevice
 2026-08-09 11:50 UTC  (6+ messages)

[PATCH v1] rust: bug: prevent dead_code warning from warn_on!'s flags constant
 2026-08-09  2:48 UTC  (5+ messages)

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

[GIT PULL] DRM Rust changes for v7.3-rc1
 2026-08-08 17:33 UTC 

[GIT PULL] Driver core fixes for 7.2-rc7
 2026-08-08 14:51 UTC  (2+ messages)

[PATCH v2 0/6] workqueue: OwnedQueue, ScopedQueue and ScopedWork
 2026-08-07 22:39 UTC  (9+ 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

[PATCHES 00/12] pahole: Support more rust tags and references to dwz alternate debug files
 2026-08-07 20:30 UTC  (4+ messages)

[PATCH 0/7] workqueue OwnedQueue, ScopedQueue and ScopedWork
 2026-08-07 19:31 UTC  (7+ messages)
` [PATCH 6/7] rust: workqueue: add Work::cancel_work_sync()

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-08-07 14:30 UTC  (6+ messages)
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-07 13:04 UTC  (5+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address

[PATCH v1] rust: bug: fix warn_on macro build error on UML
 2026-08-07 11:19 UTC  (3+ messages)

[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
 2026-08-07  8:01 UTC  (6+ messages)
` [PATCH RESEND v13 2/2] rust: fmt: route {:p} through HashedPtr to prevent address leaks

[PATCH] rust: serdev: replace `__pinned_init` with `raw_try_init`
 2026-08-07  7:47 UTC 


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