Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-08-18 23:49:22 to 2026-08-24 12:58:56 UTC [more...]

[PATCH v2 00/13] drm/panic: Split into core and helpers
 2026-08-24 12:43 UTC  (13+ messages)
` [PATCH v2 01/13] drm/panic: Do not use un-escaped URL as format string
` [PATCH v2 02/13] drm/panic: Test address from kmap op for NULL
` [PATCH v2 03/13] drm/panic: Return -EINVAL if font is not available
` [PATCH v2 04/13] drm/panic: Return errno codes if panic output fails
` [PATCH v2 05/13] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v2 06/13] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v2 07/13] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v2 08/13] drm/panic: Split draw_panic_plane()
` [PATCH v2 09/13] drm/panic: Restrict to primary planes; unconditionally unregister
` [PATCH v2 10/13] drm/panic: Display panic screen via per-plane callback
` [PATCH v2 12/13] drm/panic: Move panic display code into helper library
` [PATCH v2 13/13] drm/panic: Compile KUnit tests as module

[PATCH 0/6] gpu: nova-core: add NVKV codec
 2026-08-24 12:58 UTC  (14+ messages)
` [PATCH 1/6] rust: alloc: add Vec::push_init
` [PATCH 2/6] gpu: nova-core: add NVKV encoder
` [PATCH 5/6] gpu: nova-core: add NVKV typed decoding

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-24 12:26 UTC  (11+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`

[PATCH v7 00/10] rust: Add support for reserving of ranges of IDs
 2026-08-24 12:04 UTC  (20+ messages)
` [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 10/10] rust: use Alignment size constants

[PATCH v8 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-24 11:59 UTC  (7+ messages)
` [PATCH v8 1/1] rust: pci: add extended capability "

[PATCH net v2] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-08-24 11:47 UTC  (3+ messages)

[GIT PULL] rust-i2c-next for 7.3
 2026-08-24 11:45 UTC  (6+ messages)

[PATCH v4] rust: num: restrict bool conversion to unsigned Bounded
 2026-08-24 11:32 UTC  (3+ messages)

[PATCH 0/4] Fix forward()/expires() racing with concurrent arming
 2026-08-24 11:07 UTC  (12+ messages)

[PATCH 1/2] kbuild: rust: preserve unreachable traps with inline helpers
 2026-08-24 10:39 UTC  (7+ messages)
` [PATCH 2/2] kbuild: rust: keep Rust objects out of Clang LTO "

[PATCH] rust: net: phy: fix off-by-one bit positions in device status accessors
 2026-08-24  4:28 UTC  (7+ messages)

[PATCH v8 0/1] rust: introduce abstractions for fwctl
 2026-08-24  2:59 UTC  (4+ messages)
` [PATCH v8 1/1] "

[PATCH] rust: cfi: disable function merging if CFI is enabled
 2026-08-24  1:15 UTC  (5+ messages)

[PATCH v1] rust: jump_label: skip arch-specific asm in `testlib` builds
 2026-08-24  1:14 UTC  (2+ messages)

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2026-08-24  1:14 UTC  (2+ messages)

[PATCH] rust: kernel: list: fix incorrect pop_back example comment
 2026-08-24  1:13 UTC  (2+ messages)

[RFC PATCH v5 0/3] iio: position: add Rust driver for ams AS5600
 2026-08-24  0:17 UTC  (7+ messages)
` [RFC PATCH v5 1/3] i2c: rust: implement SMBus access via IoBackend and FallibleIoCapable
` [RFC PATCH v5 2/3] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v5 3/3] iio: position: add Rust driver for ams AS5600

[PATCH] rust: kbuild: disambiguate `zerocopy_derive` for `rusttest`
 2026-08-23 19:56 UTC  (2+ messages)

[PATCH 0/2] drm/tyr: unplug the GPU when reset fails
 2026-08-23 10:50 UTC  (3+ messages)
` [PATCH 1/2] drm/tyr: move reset work to platform driver data
` [PATCH 2/2] drm/tyr: unplug the GPU when reset fails

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-08-22 16:50 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH RESEND v3] hardening: Default randstruct off with rust for better allmodconfig support
 2026-08-21 19:48 UTC  (3+ messages)

[PATCH v6 0/3] drm/tyr: GPU reset infrastructure
 2026-08-21 18:53 UTC  (12+ messages)
` [PATCH v6 1/3] drm/tyr: clear stale IRQ state before soft reset
` [PATCH v6 2/3] drm/tyr: add GPU reset infrastructure
` [PATCH v6 3/3] drm/tyr: put iomem behind the hardware gate

[PATCH 0/7] Add Greybus Sotfsvc and UART Node drivers
 2026-08-21 17:20 UTC  (14+ messages)
` [PATCH 1/7] greybus: connection: Export gb_connection_get() and gb_connection_put()
` [PATCH 2/7] greybus: connection: Add gb_connection_hd_find_by_intf()
` [PATCH 3/7] rust: crc_ccitt: add CRC-CCITT abstraction
` [PATCH 4/7] rust: kernel: Add greybus abstractions
` [PATCH 5/7] drivers: greybus: Add software SVC implementation
` [PATCH 6/7] greybus: Add Rust UART node driver
` [PATCH 7/7] dt-bindings: beagle: Add BeagleConnect Freedom

[PATCH -next] rust: fwctl: replace `__pinned_init` with `raw_try_init`
 2026-08-21 16:56 UTC  (9+ messages)

[PATCH v2 00/12] gpu: nova-core: add PRAMIN window support
 2026-08-21 14:01 UTC  (7+ messages)
` [PATCH v2 01/12] rust: num: use const_assert! in Bounded
` [PATCH v2 08/12] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM

[PATCH v3] rust: num: restrict bool conversion to unsigned Bounded
 2026-08-21 12:02 UTC  (2+ messages)

[PATCH 0/2] rust: kunit: add optional assertions to catch taint and lockdep warnings
 2026-08-21 10:18 UTC  (6+ messages)
  ` [PATCH 1/2] rust: kunit: add config to fail kunit tests if a lockdep warning is triggered

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-21  9:48 UTC  (8+ messages)

[PATCH 00/12] drm/panic: Split into core and helpers
 2026-08-21  6:38 UTC  (22+ messages)
` [PATCH 01/12] drm/panic: Allocate QR-code buffers statically
` [PATCH 03/12] drm/panic: Return -EINVAL if font is not available
` [PATCH 04/12] drm/panic: Return errno codes if panic output fails
` [PATCH 05/12] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH 06/12] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH 07/12] drm/panic: Retry in dispatch function if panic output fails
` [PATCH 09/12] drm/panic: Display panic screen via per-plane callback
` [PATCH 11/12] drm/panic: Move panic display code into helper library

[PATCH v4 0/7] gpu: nova: Export parameters from nova-core to nova-drm
 2026-08-21  5:13 UTC  (7+ messages)
` [PATCH v4 4/7] drm: nova: Add a GPU info ioctl
` [PATCH v4 6/7] drm: nova: Use nova-core to read VRAM_BAR_SIZE parameter

[linus:master] [rust] b7b8b4ccda: CFI_failure_at_do_one_initcall
 2026-08-20 13:30 UTC  (2+ messages)

[PATCH] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
 2026-08-20  6:49 UTC  (5+ messages)

[PATCH RESEND v3] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-08-19 19:47 UTC 

[PATCH RESEND v23 0/3] rust: leds: add led classdev abstractions
 2026-08-19 18:58 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

[GIT PULL] Driver core changes for 7.3-rc1
 2026-08-19 18:40 UTC  (2+ messages)

[PATCH v3 00/16] rust: io: support register projections and remove relative registers
 2026-08-19 11:09 UTC  (17+ messages)
` [PATCH v3 01/16] rust: io: register: reimplement as proc macro
` [PATCH v3 02/16] rust: mem: add `transmute` with deferred size check
` [PATCH v3 03/16] rust: mem: add `AsRepr` and `AsReprMut`
` [PATCH v3 04/16] rust: io: perform conversions using `AsRepr`
` [PATCH v3 05/16] rust: io: support register projections
` [PATCH v3 06/16] rust: io: register: allow explicit base type specification
` [PATCH v3 07/16] gpu: nova-core: specify base type for registers
` [PATCH v3 08/16] drm/tyr: "
` [PATCH v3 09/16] samples: rust: pci: "
` [PATCH v3 10/16] rust: io: register: make register have a typed base
` [PATCH v3 11/16] rust: io: register: support fixed offset register without bitfield
` [PATCH v3 12/16] gpu: nova-core: use projection for PFALCON and PFALCON2 registers
` [PATCH v3 13/16] gpu: nova-core: convert hshub0 from relative register to projection
` [PATCH v3 14/16] rust: io: register: remove relative registers
` [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
` [PATCH v3 16/16] rust: io: register: unify handling of register with/without bitfields

[PATCH 0/2] rust: kunit: enforce test configurability
 2026-08-19  8:57 UTC  (11+ messages)
` [PATCH 1/2] gpu: nova-core: add a KUnit test configuration option
` [PATCH 2/2] rust: kunit: move test configuration gating into macro

[PATCH v7 0/1] Rust PCI capability infrastructure and SR-IOV support
 2026-08-19  8:36 UTC  (6+ messages)
` [PATCH v7 1/1] rust: pci: add extended capability "


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