Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-06 07:53:39 to 2026-08-10 08:35:46 UTC [more...]

[PATCH v4 0/5] rust: Add support for reserving of ranges of IDs
 2026-08-10  8:34 UTC  (3+ 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 v5] drm/tyr: add Job IRQ handling
 2026-08-10  8:11 UTC 

[PATCH v1] rust: add mark_used macro
 2026-08-10  7:51 UTC 

[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
 2026-08-10  7:47 UTC  (7+ messages)
` [PATCH v9 2/5] rust: types: implement ForeignOwnable for ARef<T>
` [PATCH v9 4/5] rust: Add dma_fence abstractions

[PATCH v4 0/3] nvmem: migrate to const void * in reg_write
 2026-08-10  7:27 UTC  (2+ messages)

[PATCH v15 0/2] rust: Add safe pointer formatting support
 2026-08-10  6:35 UTC  (3+ 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 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-10  6:32 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 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 v5 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-08-10  2:23 UTC  (16+ 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] 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 v6 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
 2026-08-08  6:28 UTC  (8+ 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] rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h
 2026-08-08  3:21 UTC 

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

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

[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] rust: time: fix as_micros_ceil() rounding near i64::MAX
 2026-08-07 13:05 UTC 

[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
 2026-08-07 13:04 UTC  (7+ 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  (4+ messages)

[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
 2026-08-07  8:01 UTC  (10+ 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] rust: serdev: replace `__pinned_init` with `raw_try_init`
 2026-08-07  7:47 UTC 

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

[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-08-07  1:26 UTC  (3+ messages)
` [PATCH v9 1/2] "
` [PATCH v9 2/2] module: Rename module_blacklist to module_denylist

[PATCH] rust: pci: Mark Device refcount methods inline
 2026-08-06 21:31 UTC  (2+ messages)

[PATCH v2 0/2] rust: add functions and traits for lossless integer conversions
 2026-08-06 21:10 UTC  (2+ messages)

[PATCH v3 0/8] drm/tyr: add debugfs support
 2026-08-06 17:07 UTC  (9+ messages)
` [PATCH v3 1/8] rust: seq_file: add as_raw() method
` [PATCH v3 2/8] rust: debugfs: add seq_file support
` [PATCH v3 3/8] rust: debugfs: add ScopeRef for existing dentries
` [PATCH v3 4/8] drm: move debugfs_init after dev->registered is set
` [PATCH v3 5/8] rust: drm: add debugfs_init callback to Driver trait
` [PATCH v3 6/8] rust: drm: gpuvm: add dump_gpuva_info to UniqueRefGpuVm
` [PATCH v3 7/8] drm/tyr: track VMs in a registry
` [PATCH v3 8/8] drm/tyr: add gpuvas debugfs file

[PATCH v2 0/9] drm/tyr: add debugfs support
 2026-08-06 16:59 UTC  (4+ messages)
` [PATCH v2 9/9] drm/debugfs: hold device reference for the lifetime of open files

[PATCH v2 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
 2026-08-06 16:09 UTC  (5+ messages)

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

[PATCH v5 0/4] Clk improvements
 2026-08-06 13:54 UTC  (6+ messages)
` [PATCH v5 1/4] rust: clk: use the type-state pattern

[PATCH] rust: dma: add `Range` type
 2026-08-06 13:40 UTC  (3+ messages)

Invitation: Rust for Linux Training Day at LPC 2026
 2026-08-06 13:39 UTC  (2+ messages)

[PATCH 0/3] rust: dma: add the single-buffer streaming DMA API
 2026-08-06 13:06 UTC  (3+ messages)
` [PATCH 2/3] rust: dma: add abstraction for "

[PATCH v2] rust: io: Add a BigEndianMmio wrapper
 2026-08-06 12:13 UTC  (3+ messages)

[PATCH v3] drm/tyr: add Job IRQ handling
 2026-08-06 12:09 UTC  (5+ messages)

[PATCH] rust: macros: Allow omitting trailing commas in module!
 2026-08-06 12:08 UTC  (3+ messages)

[PATCH] rust: block: set GenDisk block_device_operations.owner to THIS_MODULE
 2026-08-06 10:40 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v1] rust: time: fix as_micros_ceil() rounding near i64::MAX
 2026-08-06  8:58 UTC  (4+ messages)

[PATCH] rust: misc: add OWNER field to the `MiscDevice` trait
 2026-08-06  8:28 UTC  (2+ messages)

[PATCH V17 0/7] Rust Support for powerpc
 2026-08-06  7:53 UTC  (4+ messages)


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