rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 13:48:22 to 2025-09-23 10:27:08 UTC [more...]

[PATCH v6 0/2] rust: zpool: add API for C and Rust
 2025-09-23 10:27 UTC  (3+ messages)
` [PATCH v6 1/2] mm: reinstate zpool as a thin API
` [PATCH v6 2/2] rust: zpool: add abstraction for zpool drivers

[PATCH v4 0/6] Introduce bitfield and move register macro to rust/kernel/
 2025-09-23  6:38 UTC  (15+ 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-23  4:46 UTC  (23+ 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 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  (11+ 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  (9+ messages)

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-21 19:33 UTC  (4+ messages)

[PATCH v2 0/2] Clk improvements for 6.18
 2025-09-21 16:18 UTC  (12+ 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)

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-21  0:47 UTC  (6+ messages)

[PATCH v3 00/11] `Zeroable` improvements & bindings integration
 2025-09-20 10:45 UTC  (7+ messages)
  ` [PATCH v3 05/11] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`

[PATCH v2 2/3] scripts: remove sphinx-build-wrapper from scripts/
 2025-09-20  9:40 UTC 

[PATCH net-next] rust: net::phy inline if expressions to improve read_status
 2025-09-19 15:16 UTC  (4+ messages)

[GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
 2025-09-19  9:27 UTC  (6+ messages)
` [PATCH 1/4] locking/spinlock/debug: Fix data-race in do_raw_write_lock
` [PATCH 2/4] rust: lock: guard: Add T: Unpin bound to DerefMut
` [PATCH 3/4] rust: lock: Pin the inner data
` [PATCH 4/4] rust: lock: Add a Pin<&mut T> accessor

[PATCH v2] rust_binder: add Rust Binder driver
 2025-09-19  7:42 UTC  (2+ messages)

[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-09-19  7:10 UTC  (3+ messages)
  ` [PATCH v14 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC

Build break due to merge commit in linux-next 20250916
 2025-09-19  5:26 UTC  (2+ messages)

[PATCH] rust_binder: add Rust Binder driver
 2025-09-18 17:42 UTC  (8+ messages)

[PATCH 0/3] rust: miscdevice: Extending the abstraction
 2025-09-18 17:24 UTC  (12+ messages)
` [PATCH 1/3] rust: miscdevice: Moved `MiscDevice` to a more general abstraction
` [PATCH 2/3] rust: miscdevice: Implemented `read` and `write`
` [PATCH 3/3] samples: rust: Updated the example using the Rust MiscDevice abstraction

kselftest and cargo
 2025-09-18 16:35 UTC  (7+ messages)

[RESEND PATCH v5] rust: kernel: introduce `unsafe_precondition_assert!` macro
 2025-09-18 16:03 UTC  (2+ messages)

[RFC PATCH] rust: sync: Add dma_fence abstractions
 2025-09-18 13:53 UTC  (4+ messages)

[PATCH v8 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
 2025-09-18 11:54 UTC  (3+ messages)
` [PATCH v8 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v8 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE

[PATCH v2 0/2] objtool/LoongArch: Decode more instructions
 2025-09-18  9:17 UTC  (2+ messages)

[PATCH v8 6/8] modpost: Add modname to mod_device_table alias
 2025-09-18  8:05 UTC 

[PATCH v5 0/2] Initial work for Rust abstraction for HID device driver development
 2025-09-18  7:08 UTC  (3+ messages)
` [PATCH v5 1/2] rust: core abstractions for HID drivers
` [PATCH v5 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver

Printing with overflow checks can cause modpost errors
 2025-09-17 23:18 UTC  (8+ messages)

[PATCH v4 0/2] Initial work for Rust abstraction for HID device driver development
 2025-09-17 22:54 UTC  (3+ messages)
` [PATCH v4 1/2] rust: core abstractions for HID drivers
` [PATCH v4 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver

[PATCH v4] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-17 17:41 UTC  (2+ messages)

next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings`
 2025-09-17 16:30 UTC  (8+ messages)

[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
 2025-09-17 14:37 UTC  (6+ messages)

[PATCH] rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
 2025-09-17 13:09 UTC  (2+ messages)

[PATCH] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
 2025-09-17 13:08 UTC  (2+ messages)

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-17 12:42 UTC  (2+ messages)

[PATCH v7 00/24] Split sphinx call logic from docs Makefile
 2025-09-17 12:15 UTC  (4+ messages)
` [PATCH v7 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v7 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v7 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-17 12:13 UTC  (3+ messages)

[PATCH v3 RESEND RESEND 0/3] Initial work for Rust abstraction for HID device driver development
 2025-09-17 12:08 UTC  (8+ messages)
` [PATCH v3 RESEND RESEND 1/3] HID: core: Change hid_driver to use a const char* for name
` [PATCH v3 RESEND RESEND 2/3] rust: core abstractions for HID drivers
` (subset) [PATCH v3 RESEND RESEND 0/3] Initial work for Rust abstraction for HID device driver development

[PATCH] rust: pci: add PCI interrupt allocation and management support
 2025-09-17 11:09 UTC  (6+ messages)

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-16 18:30 UTC  (2+ messages)

[PATCH] rust: auxiliary: fix "initialialized" typo
 2025-09-16 16:31 UTC  (5+ messages)

[GIT PULL] DRM Rust changes for v6.18
 2025-09-16 15:37 UTC 

[GIT PULL] DRM Rust changes for v6.18
 2025-09-16 15:33 UTC 

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-16 15:17 UTC  (2+ messages)

[PATCH v6 00/11] gpu: nova-core: process and prepare more firmwares to boot GSP
 2025-09-16 14:42 UTC  (3+ messages)
` [PATCH v6 10/11] gpu: nova-core: Add base files for r570.144 firmware bindings

[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
 2025-09-16 14:40 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).