messages from 2026-08-05 10:56:53 to 2026-08-07 07:51:56 UTC [more...]
[PATCH 0/7] workqueue OwnedQueue, ScopedQueue and ScopedWork
2026-08-07 7:51 UTC (4+ messages)
` [PATCH 6/7] rust: workqueue: add Work::cancel_work_sync()
[GIT PULL] pin-init changes for v7.3-rc1
2026-08-07 7:51 UTC (9+ messages)
[PATCH] rust: serdev: replace `__pinned_init` with `raw_try_init`
2026-08-07 7:47 UTC
[PATCH RESEND v13 0/2] rust: Add safe pointer formatting support
2026-08-07 7:45 UTC (12+ 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 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 v1] rust: bug: fix warn_on macro build error on UML
2026-08-07 6:54 UTC (3+ messages)
[PATCH 00/12] gpu: nova-core: add PRAMIN window support
2026-08-07 5:39 UTC (4+ messages)
` [PATCH 01/12] rust: io: add Region::try_subregion
[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/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
2026-08-06 21:25 UTC (6+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
[PATCH v2 0/2] rust: add functions and traits for lossless integer conversions
2026-08-06 21:10 UTC (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gpu: nova-core: use kernel lossless integer conversion module
[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 (7+ messages)
` [PATCH v2 2/2] rust: io: gate ioremap doctests "
`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
2026-08-06 15:21 UTC (15+ messages)
[PATCH v9 0/5] rust / dma_buf: Add abstractions for dma_fence
2026-08-06 14:31 UTC (12+ 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
[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 (5+ 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] 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 v5 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
2026-08-06 11:50 UTC (12+ messages)
` [PATCH v5 1/7] rust: time: make Delta generic over its time unit
` [PATCH v5 2/7] rust: time: add jiffies time unit for Delta
` [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 v5 5/7] rust: workqueue: take a Delta<Jiffy> for the enqueue delay
` [PATCH v5 6/7] rust: sync: condvar: use Delta<Jiffy> for timeout and result
` [PATCH v5 7/7] rust: time: remove unused Jiffies/Msecs helpers
[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 (12+ messages)
[PATCH v4 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
2026-08-06 7:41 UTC (11+ messages)
` [PATCH v4 3/7] rust: time: add Delta::as_millis_ceil()
[PATCH v2 0/3] Rust: add runtime PM support
2026-08-06 6:45 UTC (9+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks
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 (24+ messages)
` [PATCH v4 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v4 12/17] s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
[PATCH v7 0/8] Transition Nova Core to TLV firmware images
2026-08-06 0:12 UTC (2+ messages)
[PATCH v3 0/3] implement GPU reset API
2026-08-06 0:06 UTC (2+ messages)
[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 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)
[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 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] block: rnull: use vertical import style
2026-08-05 11:47 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`
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox