rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-19 06:57:15 to 2025-06-21 11:32:17 UTC [more...]

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-06-21 11:32 UTC  (13+ messages)
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics

[PATCH V3] implement `ww_mutex` abstraction for the Rust tree
 2025-06-21 10:32 UTC  (9+ messages)

[PATCH v8 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-21  3:28 UTC  (13+ messages)
` [PATCH v8 1/9] rust: device: implement FwNode::is_of_node()
` [PATCH v8 2/9] samples: rust: platform: don't call as_ref() repeatedly
` [PATCH v8 3/9] samples: rust: platform: conditionally call Self::properties_parse()
` [PATCH v8 4/9] rust: acpi: add `acpi::DeviceId` abstraction
` [PATCH v8 5/9] rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
` [PATCH v8 6/9] rust: driver: Add ACPI id table support to Adapter trait
` [PATCH v8 7/9] rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` trait
` [PATCH v8 8/9] rust: platform: Add ACPI match table support to "
` [PATCH v8 9/9] samples: rust: add ACPI match table example to platform driver

[PATCH v1 0/3] Add Rust bindings for device property child nodes and reference args
 2025-06-20 22:37 UTC  (4+ messages)
` [PATCH v1 3/3] samples: rust: platform: Add property child and reference args examples

[RFC PATCH v2 0/4] rust: add support for dynamic debug
 2025-06-20 21:05 UTC  (5+ messages)
` [RFC PATCH v2 1/4] rust: jump label: add support for nested arguments
` [RFC PATCH v2 2/4] rust: jump label: add STATIC_KEY_INIT_FALSE
` [RFC PATCH v2 3/4] rust: print: add support for dynamic debug to pr_debug!
` [RFC PATCH v2 4/4] rust: device: add support for dynamic debug to dev_dbg!

[PATCH v6] rust: kernel: add support for bits/genmask macros
 2025-06-20 20:47 UTC  (8+ messages)

[RFC] Should we consider to re-write HFS/HFS+ in Rust?
 2025-06-20 19:27 UTC  (13+ messages)

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

[PATCH] rust: cast to the proper type
 2025-06-20 17:25 UTC  (10+ messages)

[PATCH 0/3] rust: add `num` module
 2025-06-20 17:06 UTC  (8+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
` [PATCH 2/3] rust: num: add the `last_set_bit` operation
` [PATCH 3/3] nova-core: use `num` module

[PATCH] rust: drm: Drop the use of Opaque for ioctl arguments
 2025-06-20 13:42 UTC  (14+ messages)

[PATCH] poll: rust: allow poll_table ptrs to be null
 2025-06-20 13:19 UTC  (3+ messages)

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-06-20 12:28 UTC  (18+ messages)
` [PATCH v13 1/6] rust: str: add radix prefixed integer parsing functions
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 4/6] rust: module: update the module macro with module parameter support

[PATCH v7 0/9] rust: Add ACPI match table support for Rust drivers
 2025-06-20 11:56 UTC  (7+ messages)
` [PATCH v7 3/9] samples: rust: platform: conditionally call Self::properties_parse()

[PATCH] rust: opp: use c_* types via kernel prelude
 2025-06-20 10:14 UTC  (2+ messages)

[PATCH] rust: cpufreq: use c_ types from kernel prelude
 2025-06-20  9:43 UTC  (3+ messages)

[PATCH] panic: improve panic output from Rust panics
 2025-06-20  9:36 UTC  (4+ messages)

[PATCH v13 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-20  8:36 UTC  (7+ messages)
` [PATCH v13 1/5] rust: add bindings for bitmap.h
` [PATCH v13 2/5] rust: add bindings for bitops.h
` [PATCH v13 3/5] rust: add bitmap API
` [PATCH v13 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v13 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v12 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-06-20  8:27 UTC  (12+ messages)
` [PATCH v12 3/5] rust: add bitmap API
` [PATCH v12 5/5] rust: add dynamic ID pool abstraction for bitmap

[PATCH v10 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-06-20  8:09 UTC  (11+ messages)
` [PATCH v10 1/5] rust: types: Add Ownable/Owned types

[PATCH v2] refscale: Add tests for local_irq_disable() vs local_interrupt_disable()
 2025-06-20  4:46 UTC  (2+ messages)

[PATCH v4 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-20  0:52 UTC  (6+ messages)
    ` [PATCH v4 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v4 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED

[PATCH v4 0/2] Add Rust version of might_sleep()
 2025-06-19 20:51 UTC  (5+ messages)
` [PATCH v4 1/2] rust: Introduce file_from_location()
` [PATCH v4 2/2] rust: task: Add Rust version of might_sleep()

[PATCH] rust: replace literals with constants in `clk::Hertz`
 2025-06-19 19:50 UTC  (4+ messages)

[PATCH] rust: shorten `con_id`s in `get` methods in clk module
 2025-06-19 19:42 UTC  (4+ messages)

[PATCH] rust: make `clk::Hertz` methods const
 2025-06-19 19:42 UTC  (4+ messages)

[PATCH v7] rust: transmute: Add methods for FromBytes trait
 2025-06-19 19:31 UTC  (8+ messages)

[PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis
 2025-06-19 19:03 UTC  (9+ messages)

[PATCH] refscale: Add tests for local_irq_disable() vs local_interrupt_disable()
 2025-06-19 17:49 UTC 

[PATCH v2 0/2] Add a Rust GPUVM abstraction
 2025-06-19 17:32 UTC  (9+ messages)
` [PATCH v2 2/2] rust: drm: Add "

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

[PATCH] Various improvements on clock abstractions
 2025-06-19 13:48 UTC  (6+ messages)

[PATCH] rust: time: Seal the ClockSource trait
 2025-06-19 13:38 UTC  (7+ messages)

[PATCH v5 00/23] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-19 13:28 UTC  (14+ messages)
` [PATCH v5 05/23] rust: num: add the `fls` operation
` [PATCH v5 23/23] gpu: nova-core: load and run FWSEC-FRTS

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

[PATCH v1 0/2] rust: time: Add fsleep()
 2025-06-19 11:25 UTC  (4+ messages)
  ` [PATCH v1 1/2] rust: time: Rename Delta's methods as_micros_ceil and as_millis

[PATCH v3] rust: cpufreq: Ensure C ABI compatibility in all unsafe
 2025-06-19  8:40 UTC  (6+ 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).