rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-13 13:46:36 to 2025-06-17 07:38:06 UTC [more...]

[PATCH v5 0/2] strncpy_from_user for Rust
 2025-06-17  7:38 UTC  (4+ messages)
` [PATCH v5 1/2] uaccess: rust: add strncpy_from_user
` [PATCH v5 2/2] uaccess: rust: add UserSliceReader::strcpy_into_buf

[PATCH] rbtree: rust: add RBTree::is_empty
 2025-06-17  7:30 UTC  (2+ messages)

[PATCH v4] rust: introduce sfile macro for succinct code tracing
 2025-06-17  7:29 UTC  (3+ messages)

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-17  7:18 UTC  (24+ messages)
` [PATCH v4 1/3] rust: revocable: update write invariant and fix safety comments
` [PATCH v4 2/3] rust: revocable: simplify RevocableGuard for internal safety
` [PATCH v4 3/3] rust: revocable: split revoke_internal into revoke and revoke_nosync

[PATCH v6 0/6] rust: Add ACPI match table support for Rust drivers
 2025-06-17  7:10 UTC  (11+ messages)
` [PATCH v6 1/6] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v6 4/6] rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
` [PATCH v6 5/6] rust: platform: Add ACPI match table support to "
` [PATCH v6 6/6] samples: rust: add ACPI match table example to platform driver
  ` [PATCH 1/3] rust: device: implement FwNode::is_compatible()
    ` [PATCH 2/3] samples: rust: platform: don't call as_ref() repeatedly
    ` [PATCH 3/3] samples: rust: platform: conditionally call Self::properties_parse()

[PATCH] Various improvements on clock abstractions
 2025-06-17  6:55 UTC  (3+ messages)

[PATCH v2] implement `ww_mutex` abstraction for the Rust tree
 2025-06-17  5:38 UTC 

[PATCH v3 0/2] Add Rust version of might_sleep()
 2025-06-17  3:04 UTC  (6+ messages)
` [PATCH v3 1/2] rust: Introduce file_from_location()
` [PATCH v3 2/2] rust: task: Add Rust version of might_sleep()

[PATCH v7] rust: transmute: Add methods for FromBytes trait
 2025-06-17  1:55 UTC  (11+ messages)

[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-06-16 22:07 UTC  (2+ messages)

[PATCH v3] uaccess: rust: use newtype for user pointers
 2025-06-16 21:04 UTC  (2+ messages)

[RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust
 2025-06-16 19:51 UTC  (11+ messages)
` [RFC RESEND v10 03/14] irq & spin_lock: Add counted interrupt disabling/enabling
` [RFC RESEND v10 06/14] rust: sync: Add SpinLockIrq

[PATCH v3] rust: introduce sfile macro for succinct code tracing
 2025-06-16 18:18 UTC  (13+ messages)

[PATCH] Add `ww_mutex` support & abstraction for Rust tree
 2025-06-16 17:58 UTC 

[PATCH v4 0/6] rust: add support for request_irq
 2025-06-16 17:49 UTC  (11+ messages)
` [PATCH v4 4/6] rust: irq: add support for threaded IRQs and handlers

[PATCH 1/2] rust: macros: allow optional trailing comma in module!
 2025-06-16 15:51 UTC  (5+ messages)
` [PATCH 1/2] spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-16 15:45 UTC  (4+ messages)
` [PATCH v1 1/3] rust: device: Add child accessor and iterator
` [PATCH v1 2/3] rust: device: Add property_get_reference_args
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[PATCH v6] rust: kernel: add support for bits/genmask macros
 2025-06-16 15:08 UTC  (15+ messages)

[PATCH v4] rust: regulator: add a bare minimum regulator abstraction
 2025-06-16 14:27 UTC  (4+ messages)

[PATCH 0/9] rnull: add configfs, remote completion to rnull
 2025-06-16 13:56 UTC  (11+ messages)
` [PATCH 1/9] rust: block: remove trait bound from `mq::Request` definition
` [PATCH 2/9] rust: block: add block related constants
` [PATCH 3/9] rust: block,core: rename `RawWriter` to `BufferWriter`
` [PATCH 4/9] rnull: move driver to separate directory
` [PATCH 5/9] rnull: enable configuration via `configfs`
` [PATCH 6/9] rust: block: add `GenDisk` private data support
` [PATCH 7/9] rust: block: mq: fix spelling in a safety comment
` [PATCH 8/9] rust: block: add remote completion to `Request`
` [PATCH 9/9] rnull: add soft-irq completion support

[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-06-16 12:13 UTC  (8+ messages)
` [PATCH v10 2/5] rust: Rename AlwaysRefCounted to RefCounted
  ` [PATCH v10 1/5] rust: types: Add Ownable/Owned types

[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-16 10:49 UTC  (3+ messages)
` [PATCH v12 3/5] rust: add bitmap API

[PATCH v2 0/6] rust: add support for port io
 2025-06-16  9:04 UTC  (3+ messages)

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-16  7:31 UTC  (3+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling

[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-16  6:53 UTC  (5+ messages)
  ` [PATCH v2 3/7] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
  ` [PATCH v2 4/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-16  6:41 UTC  (20+ messages)
` [PATCH v5 04/23] rust: add new `num` module with `PowerOfTwo` type
` [PATCH v5 05/23] rust: num: add the `fls` operation

[PATCH v4 0/7] rust: a few common Borrow/BorrowMut implementations
 2025-06-16  3:34 UTC  (8+ messages)
` [PATCH v4 1/7] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v4 2/7] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v4 3/7] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v4 4/7] rust: str: make `from_bytes_with_nul_unchecked_mut` const
` [PATCH v4 5/7] rust: str: use transmute in `from_bytes_with_nul_unchecked_mut`
` [PATCH v4 6/7] rust: str: implement `from_bytes_with_nul_mut`
` [PATCH v4 7/7] rust: str: implement `Borrow` and `BorrowMut` for `CString`

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:55 UTC  (7+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:41 UTC  (3+ messages)

[PATCH v2 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-15 15:28 UTC  (12+ messages)
` [PATCH v2 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v2 2/4] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v2 3/4] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v2 4/4] rust: str: implement `Borrow` and `BorrowMut` for `CString`

[PATCH v3 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-15 14:08 UTC  (9+ messages)
` [PATCH v3 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
` [PATCH v3 2/4] rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
` [PATCH v3 3/4] rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
` [PATCH v3 4/4] rust: str: implement `Borrow` and `BorrowMut` for `CString`

[PATCH v4 0/3] Additional improvements for dma coherent allocator
 2025-06-15 12:51 UTC  (5+ messages)
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation

subscribe
 2025-06-15  5:13 UTC 

[PATCH v3 0/2] rust: improve `ForeignOwnable`
 2025-06-14 18:53 UTC  (5+ messages)
` [PATCH v3 2/2] rust: types: require `ForeignOwnable::into_foreign` return non-null

[PATCH v3 0/6] rust: list: remove HasListLinks::OFFSET
 2025-06-14 18:17 UTC  (4+ messages)

[GIT PULL] Rust fixes for 6.16
 2025-06-14 18:10 UTC  (2+ messages)

[PATCH v5 0/7] rust/hrtimer: Various hrtimer + time additions
 2025-06-14  1:58 UTC  (9+ messages)
` [PATCH v5 1/7] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v5 2/7] rust: hrtimer: Add HrTimerInstant
` [PATCH v5 3/7] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v5 4/7] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v5 5/7] rust: time: Add Instant::from_nanos()
` [PATCH v5 6/7] rust: hrtimer: Add HrTimer::raw_cb_time()
` [PATCH v5 7/7] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext

[PATCH] rust: devres: do not dereference to the internal Revocable
 2025-06-13 22:05 UTC  (2+ messages)

[PATCH v2 0/3] Fix race condition in Devres
 2025-06-13 22:05 UTC  (6+ messages)
` [PATCH v2 1/3] rust: completion: implement initial abstraction
` [PATCH v2 2/3] rust: revocable: indicate whether `data` has been revoked already

[PATCH v2 0/2] Add a Rust GPUVM abstraction
 2025-06-13 16:42 UTC  (6+ messages)
` [PATCH v2 2/2] rust: drm: Add "

[PATCH V3 0/3] rust: Introduce CpuId and fix cpumask doctest
 2025-06-13 15:40 UTC  (5+ messages)
` [PATCH V3 2/3] rust: Use CpuId in place of raw CPU numbers

[PATCH v4 9/9] drm/vkms: convert to use faux_device
 2025-06-13 15:39 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).