messages from 2026-08-03 10:22:03 to 2026-08-05 12:21:10 UTC [more...]
[PATCH V17 0/7] Rust Support for powerpc
2026-08-05 12:20 UTC (8+ messages)
[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 v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
2026-08-05 11:32 UTC (6+ 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 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 (7+ messages)
` [PATCH v2 3/5] rust: pin-init: add `ptr_init` and `ptr_try_init` and recommend over `__init`
` [PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`
[PATCH] rust: configfs: fix release safety documentation
2026-08-05 10:46 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3] rust: time: warn and assert out-of-range input in fsleep() and udelay()
2026-08-05 10:42 UTC (2+ messages)
[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
2026-08-05 9:42 UTC (36+ 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 v3] drm/tyr: add Job IRQ handling
2026-08-05 10:48 UTC (3+ 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] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2026-08-05 9:26 UTC (3+ 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 RESEND v13 0/2] rust: Add safe pointer formatting support
2026-08-05 8:16 UTC (6+ 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 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 (8+ messages)
` [PATCH v4 1/5] gpu: nova-core: correct FRTS vidmem offset calculation
` [PATCH v4 2/5] gpu: nova-core: rename heap size field
` [PATCH v4 3/5] gpu: nova-core: return non-WPR heap size as u64 from HALs
` [PATCH v4 4/5] gpu: nova-core: split FbLayout into FSP and non-FSP versions
` [PATCH v4 5/5] gpu: nova-core: pass WPR metadata ownership to FmcBootArgs
[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/8] Transition Nova Core to TLV firmware images
2026-08-04 17:10 UTC (10+ messages)
` [PATCH v7 1/8] rust: alloc: add Vec::zeroed method
` [PATCH v7 3/8] gpu: nova-core: add TLV parser for firmware files
[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 "
`io{re,un}map()` build error in s390 under `!CONFIG_HAS_IOMEM`
2026-08-04 15:52 UTC (10+ messages)
[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 (38+ messages)
` [PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH 07/24] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH 10/24] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH 12/24] s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH 13/24] irq: Optimize reschedule check in local_interrupt_enable()
[PATCH v2 0/3] Rust: add runtime PM support
2026-08-04 12:28 UTC (11+ messages)
` [PATCH v2 1/3] rust: "
` [PATCH v2 2/3] rust: platform: wire runtime PM callbacks
rust compile failure in next-20260730
2026-08-04 10:35 UTC (8+ messages)
[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-04 9:11 UTC (4+ messages)
` [PATCH v6 1/1] rust: pci: add extended capability "
[PATCH v3 0/4] rust: Add support for reserving of ranges of IDs
2026-08-04 8:37 UTC (6+ messages)
` [PATCH v3 2/4] rust: bitmap: add contiguous area operations
[PATCH v3 0/5] gpu: nova-core: blackwell follow-ups and fixes
2026-08-04 4:02 UTC (3+ messages)
` [PATCH v3 1/5] gpu: nova-core: correct FRTS vidmem offset calculation
[PATCH v4 0/5] Rate limited printing for Rust
2026-08-04 2:18 UTC (7+ messages)
[PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
2026-08-03 20:55 UTC (2+ messages)
` (subset) "
[PATCH v2] rust: dma: return zero for Coherent reads past EOF
2026-08-03 20:52 UTC (2+ messages)
[PATCH v2 0/3] rust: io: register: a few fixups
2026-08-03 20:46 UTC (2+ messages)
[PATCH 1/2] rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
2026-08-03 20:02 UTC (2+ messages)
` [PATCH 2/2] rust: io: gate ioremap doctests "
[PATCH v2 0/9] drm/tyr: add debugfs support
2026-08-03 17:56 UTC (16+ messages)
` [PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
` [PATCH v2 3/9] rust: debugfs: add Entry::from_raw and ScopedDir::from_dentry
` [PATCH v2 5/9] rust: drm: add debugfs_init callback to Driver trait
` [PATCH v2 6/9] rust: drm: add DrmSeqShow seq_file adapter
` [PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
` [PATCH v2 9/9] drm/debugfs: hold device reference for the lifetime of open files
[PATCH v5 0/4] Clk improvements
2026-08-03 13:24 UTC (13+ messages)
` [PATCH v5 1/4] rust: clk: use the type-state pattern
` [PATCH v5 3/4] rust: clk: add devres-managed clks
[PATCH RFC 0/2] rust: usb: abstractions towards the port of usbsevseg.c to Rust
2026-08-03 13:23 UTC (8+ messages)
` [PATCH RFC 1/2] rust: usb: add endpoint abstraction
` [PATCH RFC 2/2] rust: usb: add control message send and receive
[PATCH] rust: pin-init: add `#[inline]` to small functions
2026-08-03 13:14 UTC
[PATCH] rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22
2026-08-03 12:09 UTC (2+ messages)
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