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

[PATCH v2 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-13 13:46 UTC  (5+ 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 v6 0/6] rust: Add ACPI match table support for Rust drivers
 2025-06-13 13:43 UTC  (4+ messages)
` [PATCH v6 1/6] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v6 2/6] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v6 3/6] rust: driver: Add ACPI id table support to Adapter trait

[PATCH] rust: math: Add KernelMathExt trait with a mul_div helper
 2025-06-13 13:32 UTC  (5+ messages)

[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-06-13 13:27 UTC  (3+ messages)

[PATCH v3 0/2] rust: improve `ForeignOwnable`
 2025-06-13 12:53 UTC  (5+ messages)
` [PATCH v3 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v3 2/2] rust: types: require `ForeignOwnable::into_foreign` return non-null

[PATCH v4 0/3] Additional improvements for dma coherent allocator
 2025-06-13 12:49 UTC  (7+ messages)
` [PATCH v4 3/3] rust: dma: add as_slice/write functions for CoherentAllocation
  ` [PATCH v4 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature

[PATCH v4 9/9] drm/vkms: convert to use faux_device
 2025-06-13 12:33 UTC  (8+ messages)

[PATCH v3] rust: cpufreq: Ensure C ABI compatibility in all unsafe
 2025-06-13 10:18 UTC 

[PATCH v8 0/9] More Rust bindings for device property reads
 2025-06-13  8:50 UTC  (7+ messages)
` [PATCH v8 3/9] rust: device: Move property_present() to FwNode

[PATCH 0/4] rust: a few common Borrow/BorrowMut implementations
 2025-06-13  7:45 UTC  (9+ messages)
` [PATCH 1/4] rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-13  5:31 UTC  (21+ messages)
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS

[PATCH] rust: add basic ELF sections parser
 2025-06-13  3:32 UTC  (12+ messages)

[PATCH 0/4] Improvements for Devres
 2025-06-13  3:14 UTC  (10+ messages)
` [PATCH 1/4] rust: revocable: support fallible PinInit types
` [PATCH 2/4] rust: devres: replace Devres::new_foreign_owned()
` [PATCH 3/4] rust: devres: get rid of Devres' inner Arc
` [PATCH 4/4] rust: devres: implement register_foreign_release()

[PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
 2025-06-13  3:08 UTC  (3+ messages)

[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-12 20:36 UTC  (18+ messages)
    ` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v2 1/7] rust: Add basic PWM abstractions

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-12 20:12 UTC  (29+ messages)
` [PATCH v5 01/23] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v5 02/23] rust: make ETIMEDOUT error available
` [PATCH v5 03/23] rust: sizes: add constants up to SZ_2G
` [PATCH v5 04/23] rust: add new `num` module with `PowerOfTwo` type
` [PATCH v5 05/23] rust: num: add the `fls` operation
` [PATCH v5 06/23] gpu: nova-core: use absolute paths in register!() macro
` [PATCH v5 07/23] gpu: nova-core: add delimiter for helper rules "
` [PATCH v5 08/23] gpu: nova-core: expose the offset of each register as a type constant
` [PATCH v5 09/23] gpu: nova-core: allow register aliases
` [PATCH v5 10/23] gpu: nova-core: increase BAR0 size to 16MB
` [PATCH v5 11/23] gpu: nova-core: add helper function to wait on condition
` [PATCH v5 12/23] gpu: nova-core: wait for GFW_BOOT completion
` [PATCH v5 13/23] gpu: nova-core: add DMA object struct
` [PATCH v5 14/23] gpu: nova-core: register sysmem flush page
` [PATCH v5 15/23] gpu: nova-core: add falcon register definitions and base code
` [PATCH v5 16/23] gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTS
` [PATCH v5 17/23] gpu: nova-core: vbios: Add base support for VBIOS construction and iteration
` [PATCH v5 18/23] gpu: nova-core: vbios: Add support to look up PMU table in FWSEC
` [PATCH v5 19/23] gpu: nova-core: vbios: Add support for FWSEC ucode extraction
` [PATCH v5 20/23] gpu: nova-core: compute layout of the FRTS region
` [PATCH v5 21/23] gpu: nova-core: add types for patching firmware binaries
` [PATCH v5 22/23] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v5 23/23] gpu: nova-core: load and "

[PATCH v4 0/3] rust: revocable: documentation and refactorings
 2025-06-12 19:29 UTC  (12+ 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 0/3] Fix race condition in Devres
 2025-06-12 15:48 UTC  (26+ messages)
` [PATCH 1/3] rust: completion: implement initial abstraction
` [PATCH 2/3] rust: revocable: indicate whether `data` has been revoked already
` [PATCH 3/3] rust: devres: fix race in Devres::drop()

[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
 2025-06-12 13:45 UTC  (3+ messages)
  ` [PATCH v3 4/5] rust: time: Make HasHrTimer generic over HrTimerMode

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-06-12 13:40 UTC  (7+ messages)
` [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 3/6] rust: module: use a reference in macros::module::module
` [PATCH v13 4/6] rust: module: update the module macro with module parameter support
` [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v13 6/6] modules: add rust modules files to MAINTAINERS

[PATCH v2 0/3] Fix race condition in Devres
 2025-06-12 13:07 UTC  (5+ 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 3/3] rust: devres: fix race in Devres::drop()

[PATCH] revocable: rust: document why &T is not used in RevocableGuard
 2025-06-12 12:15 UTC  (2+ messages)

[PATCH v2] rust : Update the bios_limit_callback to use the C FFI types #1170
 2025-06-12 11:51 UTC  (2+ messages)

[GIT PULL] cpufreq/arm fixes for 6.16-rc
 2025-06-12 11:28 UTC  (2+ messages)

[PATCH v12 0/3] rust: extend `module!` macro with integer parameter support
 2025-06-12 11:05 UTC  (6+ messages)
` [PATCH v12 2/3] rust: add parameter support to the `module!` macro

[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-12 10:29 UTC  (4+ messages)

[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-12  9:52 UTC  (13+ messages)
` [PATCH v12 1/5] rust: add bindings for bitmap.h
` [PATCH v12 2/5] rust: add bindings for bitops.h
` [PATCH v12 3/5] rust: add bitmap API
` [PATCH v12 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v12 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-12  9:42 UTC  (8+ messages)
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module

[PATCH] cpufreq: rust: Use C FFI types in bios_limit_callback
 2025-06-12  9:38 UTC  (4+ messages)
  ` [PATCHv2 rust-for-linux] fix : Update the bios_limit_callback to use

[PATCH] rust: devres: do not dereference to the internal Revocable
 2025-06-12  8:49 UTC  (2+ messages)

[RFC PATCH 0/3] rust: add suppord for dynamic debug
 2025-06-12  7:17 UTC  (9+ messages)
` [RFC PATCH 1/3] rust: static jump: add support for nested arguments
` [RFC PATCH 2/3] rust: device add support for dynamic debug to pr_debug!
` [RFC PATCH 3/3] rust: device add support for dynamic debug to dev_dbg!

[RFC v2 00/20] lib: Rust implementation of SPDM
 2025-06-12  5:57 UTC  (3+ messages)

[PATCH V3 0/3] rust: Introduce CpuId and fix cpumask doctest
 2025-06-12  5:01 UTC  (6+ messages)
` [PATCH V3 1/3] rust: cpu: Introduce CpuId abstraction
` [PATCH V3 2/3] rust: Use CpuId in place of raw CPU numbers

[PATCH] cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
 2025-06-12  1:37 UTC  (3+ messages)

[PATCH] rust: cast to the proper type
 2025-06-12  0:54 UTC  (7+ messages)

[PATCH v5 0/6] rust: Add ACPI match table support for Rust drivers
 2025-06-11 21:40 UTC  (9+ messages)
` [PATCH v5 1/6] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v5 2/6] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v5 3/6] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v5 4/6] rust: platform: Add ACPI match table support to `Driver` trait
` [PATCH v5 5/6] rust: cpufreq: Remove unnecessary `of` dependency in cpufreq example
` [PATCH v5 6/6] samples: rust: add ACPI match table example to platform driver

[PATCH 1/2] rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`
 2025-06-11 21:27 UTC  (4+ messages)
` [PATCH 2/2] change blanket impls for `[Pin]Init` and add one for `Result<T, E>`

[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-11 19:36 UTC  (5+ messages)
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module

[PATCH] rust: vec: impl Default for Vec with any allocator
 2025-06-11 17:31 UTC  (2+ 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).