rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-30 13:33:45 to 2025-07-02 13:24:52 UTC [more...]

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-07-02 13:24 UTC  (7+ messages)
` [PATCH v11 1/4] rust: types: Add Ownable/Owned types
` [PATCH v11 2/4] rust: Split `AlwaysRefCounted` into two traits
` [PATCH v11 4/4] rust: Add `OwnableRefCounted`

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

[PATCH v6 0/2] Add a bare-minimum Regulator abstraction
 2025-07-02 13:14 UTC  (10+ messages)
` [PATCH v6 1/2] rust: regulator: add a bare minimum regulator abstraction

[PATCH v7] rust: kernel: add support for bits/genmask macros
 2025-07-02 13:05 UTC  (3+ messages)

[PATCH v1] rust: time: Add examples with doctest for Delta
 2025-07-02 12:34 UTC  (5+ messages)

[PATCH v2 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref
 2025-07-02 12:24 UTC  (2+ messages)

[PATCH v3 0/7] Documentation for nova-core
 2025-07-02 11:06 UTC  (9+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
` [PATCH v3 3/7] gpu: nova-core: Clarify falcon code
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
` [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon

[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
 2025-07-02 11:01 UTC  (2+ messages)

[PATCH v11 0/4] rust: platform: add Io support
 2025-07-02 10:36 UTC  (9+ messages)
` [PATCH v11 1/4] rust: io: add resource abstraction
` [PATCH v11 2/4] rust: io: mem: add a generic iomem abstraction
` [PATCH v11 3/4] rust: platform: add resource accessors
` [PATCH v11 4/4] rust: platform: allow ioremap of platform resources

[RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust
 2025-07-02 10:16 UTC  (2+ messages)

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-07-02 10:01 UTC  (26+ messages)
` [PATCH v13 2/6] rust: introduce module_param module

[PATCH v1] rust: time: make ClockSource unsafe trait
 2025-07-02  9:50 UTC  (6+ messages)

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-07-02  8:33 UTC  (23+ messages)
  ` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
  ` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations

[PATCH v2 0/2] rust: add initial scatterlist abstraction
 2025-07-02  2:37 UTC  (5+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings

[PATCH v8 0/6] rust: DebugFS Bindings
 2025-07-01 22:26 UTC  (32+ messages)
` [PATCH v8 3/6] rust: types: Support &'static and &'static mut ForeignOwnable
` [PATCH v8 4/6] rust: debugfs: Support arbitrary owned backing for File
` [PATCH v8 6/6] rust: samples: Add debugfs sample

[PATCH] rust: acpi: remove unneeded cast to clean future Clippy warning
 2025-07-01 21:38 UTC  (2+ messages)

[PATCH v6 0/8] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-01 20:05 UTC  (11+ messages)
    ` [PATCH v6 1/8] pwm: Expose PWM_WFHWSIZE in public header
    ` [PATCH v6 2/8] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v6 3/8] rust: pwm: Add core 'Device' and 'Chip' object wrappers
    ` [PATCH v6 4/8] rust: pwm: Add driver operations trait and registration support
    ` [PATCH v6 5/8] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v6 6/8] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v6 7/8] riscv: dts: thead: Add PWM controller node
    ` [PATCH v6 8/8] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v4 0/6] replace `allow(...)` lints with `expect(...)`
 2025-07-01 17:27 UTC  (10+ messages)
` [PATCH v4 1/6] rust: switch to `#[expect(...)]` in core modules
` [PATCH v4 2/6] rust: switch to `#[expect(...)]` in init and kunit
` [PATCH v4 3/6] drivers: gpu: switch to `#[expect(...)]` in nova-core/regs.rs
` [PATCH v4 4/6] rust: switch to `#[expect(...)]` in devres, driver and ioctl
` [PATCH v4 5/6] rust: remove `#[allow(clippy::unnecessary_cast)]`
` [PATCH v4 6/6] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`

[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 17:07 UTC  (7+ messages)
` [PATCH v13 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v13 2/5] rust: support formatting of foreign types
` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v13 5/5] rust: remove core::ffi::CStr reexport

[PATCH 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-01 17:04 UTC  (10+ messages)
` [PATCH 1/3] rust: xarray: use the prelude
` [PATCH 2/3] rust: xarray: implement Default for AllocKind
` [PATCH 3/3] rust: xarray: add `insert` and `reserve`

[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 16:46 UTC  (4+ messages)

[PATCH v5 0/6] rust: add support for request_irq
 2025-07-01 15:22 UTC  (4+ messages)
` [PATCH v5 4/6] rust: irq: add support for threaded IRQs and handlers

[PATCH v2 0/3] rust: Build PHY device tables by using module_device_table macro
 2025-07-01 14:12 UTC  (4+ messages)
` [PATCH v2 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v2 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v2 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro

[PATCH v5 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-07-01 13:47 UTC  (12+ messages)
  ` [PATCH v5 8/9] riscv: dts: thead: Add PVT node
  ` [PATCH v5 1/9] rust: pwm: Add Kconfig and basic data structures

[PATCH 0/8] Device: generic accessors for drvdata + Driver::unbind()
 2025-07-01 13:12 UTC  (13+ messages)
` [PATCH 1/8] rust: device: introduce device::Internal
` [PATCH 2/8] rust: device: add drvdata accessors
` [PATCH 4/8] rust: pci: use generic device "

[PATCH v5 0/2] rust: revocable: documentation and refactorings
 2025-07-01 12:40 UTC  (4+ messages)

[PATCH] rust: dma: require mutable reference for as_slice_mut() and write()
 2025-07-01 12:17 UTC  (3+ messages)

[PATCH v9 0/4] support large align and nid in Rust allocators
 2025-07-01 11:52 UTC  (14+ messages)
` [PATCH v9 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v9 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v9 3/4] rust: add support for NUMA ids in allocations
` [PATCH v4 4/4] rust: support large alignments "

[PATCH v4 0/5] Improvements for Devres
 2025-07-01 11:49 UTC  (3+ messages)
` [PATCH v4 4/5] rust: types: ForeignOwnable: Add type Target

[PATCH] Introduce Tyr
 2025-07-01  9:11 UTC  (20+ messages)

[PATCH v1] rust: fix typo in #[repr(transparent)] comments
 2025-07-01  9:04 UTC  (3+ messages)

[PATCH net-next v2 0/2] Clean up usage of ffi types
 2025-07-01  8:00 UTC  (2+ messages)

[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-07-01  6:29 UTC  (5+ messages)

[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-30 20:35 UTC  (3+ messages)
  ` [PATCH v4 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED

[PATCH v8 0/4] support large align and nid in Rust allocators
 2025-06-30 16:39 UTC  (4+ messages)
` [PATCH v8 1/4] mm/vmalloc: allow to set node and align in vrealloc

[GIT PULL] [PATCH v2 0/5] rust: Task & schedule related changes for v6.17
 2025-06-30 13:50 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).