messages from 2026-08-12 20:44:53 to 2026-08-17 19:51:41 UTC [more...]
[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
2026-08-17 19:51 UTC (14+ messages)
` [PATCH v7 01/10] rust: bitmap: use function-level cfg on kunit test
` [PATCH v7 02/10] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v7 03/10] rust: num: add nz! macro for compile time NonZero values
` [PATCH v7 04/10] rust: sizes: implement SizeConstants for Alignment
` [PATCH v7 05/10] rust: bitmap: add contiguous area operations
` [PATCH v7 06/10] rust: id_pool: take a NonZero capacity in with_capacity
` [PATCH v7 07/10] rust: id_pool: add contiguous ID reservation
` [PATCH v7 08/10] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v7 09/10] gpu: nova-core: add ChannelIdPool
` [PATCH v7 10/10] rust: use Alignment size constants
[PATCH V17 0/7] Rust Support for powerpc
2026-08-17 19:38 UTC (6+ messages)
[PATCH v5 0/3] nvmem: migrate to const void * in reg_write
2026-08-17 18:54 UTC (2+ messages)
[PATCH 1/2] kbuild: rust: preserve unreachable traps with inline helpers
2026-08-17 18:12 UTC (5+ messages)
` [PATCH 2/2] kbuild: rust: keep Rust objects out of Clang LTO "
[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
2026-08-17 15:52 UTC (4+ messages)
` R: "
[PATCH 0/4] Fix forward()/expires() racing with concurrent arming
2026-08-17 15:40 UTC (12+ messages)
` [PATCH v1 1/4] rust: hrtimer: Introduce HrTimerArc to make arming exclusive
` [PATCH v1 2/4] rust: hrtimer: Introduce HrTimerPin "
` [PATCH v1 3/4] rust: hrtimer: Restrict expires() to safe contexts
` [PATCH v1 4/4] rust: hrtimer: Make HrTimer repr(transparent)
[PATCH 0/5] rust: drm: add panel bindings
2026-08-17 15:18 UTC (7+ messages)
` [PATCH 1/5] rust: of: add Node type
` [PATCH 2/5] rust: drm: add connector abstraction
` [PATCH 3/5] rust: drm: add panel consumer abstractions
` [PATCH 4/5] rust: drm: add panel producer abstractions
` [PATCH 5/5] rust: drm: add KUnit tests for panel
[PATCH v5 0/5] rust: Add support for reserving of ranges of IDs
2026-08-17 14:08 UTC (32+ messages)
` [PATCH v5 1/5] rust: bitmap: use function-level cfg on kunit test
` [PATCH v5 3/5] rust: bitmap: add contiguous area operations
` [PATCH v5 4/5] rust: id_pool: add contiguous area allocation
` [PATCH v5 5/5] gpu: nova-core: add ChannelIdPool
[PATCH 0/6] gpu: nova-core: add NVKV codec
2026-08-17 14:02 UTC (8+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
` [PATCH 3/6] gpu: nova-core: add NVKV decoder
` [PATCH 4/6] gpu: nova-core: add NVKV typed encoding
` [PATCH 5/6] gpu: nova-core: add NVKV typed decoding
` [PATCH 6/6] gpu: nova-core: add NVKV GSP_INIT schemas
[PATCH v2 1/1] Make Guard::lock_ref unavailable if Lock is not Sync
2026-08-17 12:46 UTC (2+ messages)
[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
2026-08-17 11:41 UTC (5+ messages)
` [PATCH v2 04/12] gpu: nova-core: mm: Add VramAddress type
[PATCH v4 0/4] drm/tyr: GPU reset infrastructure
2026-08-17 9:55 UTC (8+ messages)
` [PATCH v4 1/4] rust: workqueue: impl Send and Sync for OwnedQueue
` [PATCH v4 2/4] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v4 3/4] drm/tyr: add GPU reset infrastructure
` [PATCH v4 4/4] drm/tyr: put iomem behind the hardware gate
[PATCH v2 3/3] watchdog: softdog_rs: add Rust software watchdog driver
2026-08-17 7:43 UTC (2+ messages)
[PATCH v3 0/5] Rework PCI IRQ vector code
2026-08-16 23:57 UTC (9+ messages)
` [PATCH v3 1/5] rust: pci: convert IrqVectorRegistration to a lifetime-managed owning type
` [PATCH v3 2/5] rust: pci: resolve IRQ in index() and embed IrqRequest in IrqVector
` [PATCH v3 3/5] rust: pci: remove request_irq() and request_threaded_irq() from Device
` [PATCH v3 4/5] PCI: Add pci_irq_type() to query the allocated interrupt type
` [PATCH v3 5/5] rust: pci: expose "
[GIT PULL] Rust for v7.3
2026-08-16 19:19 UTC
[PATCH] rust: list: add SAFETY comment for container_of in ListItem::view_value
2026-08-16 8:06 UTC
[PATCH] rust: list: add SAFETY comment for container_of in ListItem::prepare_to_insert
2026-08-16 8:05 UTC
[PATCH] rust: list: add SAFETY comment for HasListLinks in impl_has_list_links_self_ptr!
2026-08-16 7:41 UTC
[PATCH v3] rust: num: restrict bool conversion to unsigned Bounded
2026-08-15 20:12 UTC
[PATCH] rust: num: reject bool conversion to signed one-bit Bounded
2026-08-15 18:50 UTC (5+ messages)
[PATCH v2] rust: num: reject bool conversion to signed one-bit Bounded
2026-08-15 17:42 UTC
[PATCH] rust: sync: arc: use intra-doc links for `Arc` in doc comments
2026-08-15 15:11 UTC (2+ messages)
[PATCH] objtool/rust: add one more `noreturn` Rust function
2026-08-15 14:55 UTC (2+ messages)
[PATCH rust-next v2] rust: fmt: rework pointer formatting tests
2026-08-15 5:00 UTC
[PATCH rust-next] rust: fmt: rework pointer formatting tests
2026-08-15 1:57 UTC
[PATCH v8 0/1] rust: introduce abstractions for fwctl
2026-08-14 23:25 UTC (5+ messages)
` [PATCH v8 1/1] "
[PATCH 0/7] lifetime-parameterized DRM File private data
2026-08-14 23:09 UTC (8+ messages)
` [PATCH 1/7] rust: drm: rename Ioctl device context to Userspace
` [PATCH 2/7] rust: drm: gem: gate open/close callbacks with RegistrationGuard
` [PATCH 3/7] rust: drm: move file_operations from gem to device
` [PATCH 4/7] rust: fs: add iminor() helper
` [PATCH 5/7] rust: drm: wrap fops open with RegistrationGuard
` [PATCH 6/7] rust: drm: make Driver::File lifetime-parameterized
` [PATCH 7/7] rust: drm: return impl PinInit from DriverFile::open()
[PATCH v3] rust_binder: speed up get_node_debug_info using lower_bound iter
2026-08-14 21:50 UTC
[PATCH v2] rust_binder: speed up get_node_debug_info using lower_bound iter
2026-08-14 20:58 UTC (4+ messages)
[PATCH v2 00/16] rust: io: support register projections and remove relative registers
2026-08-14 14:27 UTC (15+ messages)
` [PATCH v2 01/16] rust: io: add static `cast()` method for views
` [PATCH v2 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [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
From<bool> and Bounded's invariant for signed N = 1
2026-08-14 13:45 UTC (5+ messages)
[PATCH v4 0/3] drm/tyr: GPU reset infrastructure
2026-08-14 11:20 UTC (6+ messages)
` [PATCH v4 1/3] rust: workqueue: impl Send and Sync for OwnedQueue
` [PATCH v4 2/3] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v4 3/3] drm/tyr: add GPU reset infrastructure
[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
2026-08-14 11:16 UTC (7+ messages)
` [PATCH v9 1/2] "
[PATCH v2 0/2] rust: add functions and traits for lossless integer conversions
2026-08-14 10:30 UTC (2+ messages)
[PATCH -next] rust_binder: use `LocalModule` for `THIS_MODULE`
2026-08-14 0:20 UTC (3+ messages)
[PATCH] rust: serdev: use ThisModule::as_ptr() instead of field access
2026-08-13 23:20 UTC (6+ messages)
[PATCH v4 1/2] rust: hrtimer: Restrict expires() to safe contexts
2026-08-13 20:50 UTC (4+ messages)
Heads-up: Fixing rust packaging in Proxmox kernel
2026-08-13 20:44 UTC (2+ messages)
[PATCH v3] rust: pwm: replace `core::mem::zeroed` with `pin_init::zeroed`
2026-08-13 15:01 UTC (3+ messages)
[PATCH 0/5] Docs: changes.rst: Rework
2026-08-13 14:30 UTC (9+ messages)
` [PATCH 1/5] Docs: changes.rst: rename file and references and add links
` [PATCH 5/5] Docs: software-requirements.rst replace optional tag with footnotes
[PATCH v7 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-13 13:56 UTC (5+ messages)
` [PATCH v7 1/1] rust: pci: add extended capability "
[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
2026-08-13 11:51 UTC (12+ messages)
[PATCH v5] drm/tyr: add Job IRQ handling
2026-08-13 10:56 UTC (3+ messages)
[PATCH v6 0/7] rust: Add support for reserving of ranges of IDs
2026-08-13 7:34 UTC (8+ messages)
` [PATCH v6 1/7] rust: bitmap: use function-level cfg on kunit test
` [PATCH v6 2/7] rust: bitmap: restrict bitmap length to at most i32::MAX
` [PATCH v6 3/7] rust: bitmap: add contiguous area operations
` [PATCH v6 4/7] rust: id_pool: add contiguous area allocation
` [PATCH v6 5/7] rust: id_pool: take a NonZero capacity in with_capacity
` [PATCH v6 6/7] rust: id_pool: do not round capacity up to BitmapVec::MAX_INLINE_LEN
` [PATCH v6 7/7] gpu: nova-core: add ChannelIdPool
[PATCH v15 0/2] rust: Add safe pointer formatting support
2026-08-13 7:23 UTC (4+ messages)
[PATCH v2 0/5] Rework PCI IRQ vector code
2026-08-13 1:20 UTC (7+ messages)
` [PATCH v2 5/5] rust: pci: expose the allocated interrupt type
[PATCH v2 0/3] gpu: nova-core: falcon: use I/O projections for DMA transfers
2026-08-12 23:51 UTC (7+ messages)
` [PATCH v2 2/3] rust: dma: rename dma_handle to dma_address
[PATCH v3 0/3] implement GPU reset API
2026-08-12 22:12 UTC (6+ messages)
` [PATCH v3 3/3] drm/tyr: add GPU reset infrastructure
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