rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 14:22:55 to 2025-09-29 12:49:41 UTC [more...]

[PATCH v2 00/11] gpu: nova-core: Boot GSP to RISC-V active
 2025-09-29 12:49 UTC  (49+ messages)
` [PATCH v2 01/10] gpu: nova-core: Set correct DMA mask
` [PATCH v2 02/10] gpu: nova-core: Create initial Gsp
` [PATCH v2 03/10] gpu: nova-core: gsp: Create wpr metadata
` [PATCH v2 04/10] gpu: nova-core: Add a slice-buffer (sbuffer) datastructure
` [PATCH v2 05/10] gpu: nova-core: gsp: Add GSP command queue handling
` [PATCH v2 06/10] gpu: nova-core: gsp: Create rmargs
` [PATCH v2 07/10] gpu: nova-core: gsp: Create RM registry and sysinfo commands
` [PATCH v2 08/10] nova-core: falcon: Add support to check if RISC-V is active
` [PATCH v2 09/10] nova-core: falcon: Add support to write firmware version
` [PATCH v2 10/10] nova-core: gsp: Boot GSP

[PATCH] rust: cpufreq: streamline find_supply_names
 2025-09-29 11:02 UTC  (4+ messages)

[PATCH v3] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2025-09-29  7:17 UTC  (4+ messages)

[PATCH] rust: slab: add basic slab module
 2025-09-29  7:14 UTC  (23+ messages)

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-29  6:47 UTC  (25+ messages)
` [PATCH v4 1/6] nova-core: bitfield: Move bitfield-specific code from register! into new macro
` [PATCH v4 2/6] nova-core: bitfield: Add support for different storage widths
` [PATCH v4 3/6] nova-core: bitfield: Add support for custom visiblity
` [PATCH v4 4/6] rust: Move register and bitfield macros out of Nova
` [PATCH v4 6/6] rust: bitfield: Use 'as' operator for setter type conversion

[PATCH 1/2] gpu: nova-core: gsp: remove useless conversion
 2025-09-29  4:18 UTC  (5+ messages)
` [PATCH 2/2] gpu: nova-core: gsp: do not unwrap() SGEntry

[PATCH v3 1/4] cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latency
 2025-09-29  3:14 UTC  (4+ messages)

[GIT PULL] Driver core changes for 6.18-rc1
 2025-09-28 19:48 UTC 

[GIT PULL] Rust for 6.18
 2025-09-28 17:35 UTC 

[RFC PATCH] rust: sync: Add dma_fence abstractions
 2025-09-28 15:57 UTC  (13+ messages)

[PATCH v5 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-09-27 18:20 UTC  (7+ messages)
` [PATCH v5 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v5 3/3] samples: rust: add Rust I2C sample driver

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-09-26 21:07 UTC  (11+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-09-26 18:46 UTC  (25+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
` [PATCH v2 16/19] rust: str: "
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCH v6 0/2] rust: zpool: add API for C and Rust
 2025-09-26 14:27 UTC  (10+ messages)
` [PATCH v6 2/2] rust: zpool: add abstraction for zpool drivers
` [syzbot ci] Re: rust: zpool: add API for C and Rust

[PATCH 0/2] rust: pci: display symbolic PCI vendor and class names
 2025-09-25 23:28 UTC  (8+ messages)
` [PATCH 1/2] rust: pci: display symbolic PCI "
` [PATCH 2/2] rust: pci: display symbolic PCI vendor names

[PATCH v16 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-09-25 22:28 UTC  (6+ messages)
` [PATCH v16 1/3] samples: rust: platform: remove trailing commas
` [PATCH v16 2/3] rust: support formatting of foreign types
` [PATCH v16 3/3] rust: replace `CStr` with `core::ffi::CStr`

[PATCH 1/2] rust: usb: don't retain device context for the interface parent
 2025-09-25 18:59 UTC  (2+ messages)
` [PATCH 2/2] rust: usb: keep usb::Device private for now

[PATCH 0/2] rust: usb: add initial USB abstractions
 2025-09-25 17:38 UTC  (26+ messages)
` [PATCH 1/2] rust: usb: add basic "

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-09-25 11:33 UTC  (10+ messages)
  ` [PATCH v14 1/7] pwm: Export `pwmchip_release` for external use
  ` [PATCH v14 2/7] rust: pwm: Add Kconfig and basic data structures
  ` [PATCH v14 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC

[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-09-25  8:31 UTC  (4+ messages)
` [PATCH v11 1/4] rust: types: Add Ownable/Owned types

[PATCH] docs/zh_CN: Update Rust index translation and add reference label
 2025-09-25  1:51 UTC  (2+ messages)

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

[PATCH v8 6/8] modpost: Add modname to mod_device_table alias
 2025-09-24  6:31 UTC  (2+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-24  1:08 UTC  (4+ messages)
` [PATCH v3 9/9] rust: device: "

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-23 22:35 UTC  (10+ messages)

Rust MC at LPC 2025
 2025-09-23 20:53 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).