messages from 2025-09-20 16:20:16 to 2025-09-25 14:01:25 UTC [more...]
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-09-25 14:01 UTC (21+ 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 v16 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-09-25 13:42 UTC (4+ 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 0/2] rust: usb: add initial USB abstractions
2025-09-25 13:29 UTC (31+ messages)
` [PATCH 1/2] rust: usb: add basic "
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-09-25 12:30 UTC (4+ messages)
[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] rust: slab: add basic slab module
2025-09-25 9:54 UTC (4+ messages)
[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 v4 0/6] Introduce bitfield and move register macro to rust/kernel/
2025-09-25 7:05 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 5/6] rust: Add KUNIT tests for bitfield
` [PATCH v4 6/6] rust: bitfield: Use 'as' operator for setter type conversion
[PATCH v2 00/11] gpu: nova-core: Boot GSP to RISC-V active
2025-09-25 6:32 UTC (40+ 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 0/2] rust: pci: display symbolic PCI vendor and class names
2025-09-25 3:01 UTC (5+ messages)
` [PATCH 1/2] rust: pci: display symbolic PCI "
` [PATCH 2/2] rust: pci: display symbolic PCI vendor names
[PATCH] docs/zh_CN: Update Rust index translation and add reference label
2025-09-25 1:51 UTC (2+ messages)
[PATCH v6 0/2] rust: zpool: add API for C and Rust
2025-09-24 17:38 UTC (10+ messages)
` [PATCH v6 1/2] mm: reinstate zpool as a thin API
` [PATCH v6 2/2] rust: zpool: add abstraction for zpool drivers
` [syzbot ci] Re: rust: zpool: add API for C and Rust
[PATCH v3] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
2025-09-24 17:08 UTC (3+ 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)
[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
2025-09-23 3:47 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v1 0/2] Fix objtool warnings with RUST on LoongArch
2025-09-23 3:13 UTC (10+ messages)
` [PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile
[PATCH v5 0/2] rust: add `Alignment` type
2025-09-22 21:59 UTC (2+ messages)
[PATCH v4] rust: rbtree: add immutable cursor
2025-09-22 21:17 UTC (3+ messages)
[GIT PULL] Rust timekeeping for v6.18
2025-09-22 20:31 UTC (5+ messages)
[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-09-22 20:31 UTC (2+ messages)
[PATCH] rust: print: Fix issue with rust_build_error
2025-09-22 19:15 UTC (14+ messages)
[RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
2025-09-22 18:09 UTC (12+ messages)
[PATCH] rust: io: use const generics for read/write offsets
2025-09-22 6:25 UTC (7+ messages)
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-09-21 19:33 UTC (3+ messages)
[PATCH v2 0/2] Clk improvements for 6.18
2025-09-21 16:18 UTC (11+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] rust: clk: use the type-state pattern
[PATCH] rust: maple_tree: fix intra-doc link
2025-09-21 9:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).