rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 19:31:23 to 2023-07-14 09:36:25 UTC [more...]

[PATCH] rust: init: Implement Zeroable::zeroed()
 2023-07-14  9:17 UTC 

[PATCH] rust: kernel: str: Implement Debug for CString
 2023-07-14  9:19 UTC 

[PATCH RFC 00/11] rust: Implicit lock class creation & Arc Lockdep integration
 2023-07-14  9:14 UTC  (12+ messages)
` [PATCH RFC 01/11] rust: types: Add Opaque::zeroed()
` [PATCH RFC 02/11] rust: lock: Add Lock::pin_init()
` [PATCH RFC 03/11] rust: Use absolute paths to build Rust objects
` [PATCH RFC 04/11] rust: siphash: Add a simple siphash abstraction
` [PATCH RFC 05/11] rust: sync: Add dummy LockClassKey implementation for !CONFIG_LOCKDEP
` [PATCH RFC 06/11] rust: sync: Replace static LockClassKey refs with a pointer wrapper
` [PATCH RFC 07/11] rust: sync: Implement dynamic lockdep class creation
` [PATCH RFC 08/11] rust: sync: Classless Lock::new() and pin_init()
` [PATCH RFC 09/11] rust: init: Update documentation for new mutex init style
` [PATCH RFC 10/11] rust: sync: Add LockdepMap abstraction
` [PATCH RFC 11/11] rust: sync: arc: Add lockdep integration

[PATCH v2] rust: time: New module for timekeeping functions
 2023-07-14  7:55 UTC 

[PATCH v1] rust: add improved version of `ForeignOwnable::borrow_mut`
 2023-07-13  3:28 UTC  (3+ messages)

[PATCH v3 0/9] rust: workqueue: add bindings for the workqueue
 2023-07-12 20:43 UTC  (20+ messages)
` [PATCH v3 1/9] rust: add offset_of! macro
` [PATCH v3 2/9] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH 3/9] workqueue: introduce `__INIT_WORK_WITH_KEY`
` [PATCH v3 4/9] rust: workqueue: add low-level workqueue bindings
` [PATCH v3 5/9] rust: workqueue: define built-in queues
` [PATCH v3 6/9] rust: workqueue: add helper for defining work_struct fields
` [PATCH v3 7/9] rust: workqueue: implement `WorkItemPointer` for pointer types
` [PATCH v3 8/9] rust: workqueue: add `try_spawn` helper method
` [PATCH v3 9/9] rust: workqueue: add examples

[PATCH v2 0/5] Rust abstractions for network device drivers
 2023-07-12 11:45 UTC  (11+ messages)
` [PATCH v2 1/5] rust: core "
` [PATCH v2 2/5] rust: add support for ethernet operations
` [PATCH v2 3/5] rust: add methods for configure net_device
` [PATCH v2 4/5] samples: rust: add dummy network driver
` [PATCH v2 5/5] MAINTAINERS: add Rust network abstractions files to the NETWORKING DRIVERS entry

[PATCH] btf, scripts: rust: drop is_rust_module.sh
 2023-07-11 17:22 UTC  (5+ messages)

[PATCH] rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
 2023-07-11 16:11 UTC  (3+ messages)

Rust for Linux Open Meeting
 2023-07-11  1:12 UTC 

[RFC PATCH v2 0/2] Rust abstractions for Crypto API
 2023-07-10 19:59 UTC  (13+ messages)
` [RFC PATCH v2 1/2] rust: add synchronous message digest support
` [RFC PATCH v2 2/2] rust: add Random Number Generator algorithms support

[PATCH v2 0/3] Rust abstractions for Crypto API
 2023-07-10 10:22 UTC  (4+ messages)
` [PATCH v2 1/3] rust: crypto abstractions for synchronous message digest API
` [PATCH v2 2/3] rust: crypto abstractions for random number generator API
` [PATCH v2 3/3] MAINTAINERS: add Rust crypto abstractions files to the CRYPTO API entry

Pozycjonowanie- informacja
 2023-07-10  8:05 UTC 

[PATCH] rust: delete `ForeignOwnable::borrow_mut`
 2023-07-07  0:03 UTC  (4+ messages)

[PATCH 1/7] rust: init: consolidate init macros
 2023-07-05 21:44 UTC  (33+ messages)
` [PATCH 2/7] rust: add derive macro for `Zeroable`
` [PATCH 3/7] rust: init: make guards in the init macros hygienic
` [PATCH 4/7] rust: init: wrap type checking struct initializers in a closure
` [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields
` [PATCH 6/7] rust: init: Add functions to create array initializers
` [PATCH 7/7] rust: init: add support for arbitrary paths in init macros

Rust for linux build error due to Clang (bindgen) version
 2023-07-05  8:05 UTC  (3+ messages)

[PATCH 0/6] Initial Rust V4L2 support
 2023-07-05  6:40 UTC  (2+ messages)

[PATCH v2] scripts: read cfgs from Makefile for rust-analyzer
 2023-07-03 14:24 UTC  (2+ messages)

[PATCH] rust: macros: add `paste!` proc macro
 2023-07-03 11:37 UTC  (5+ messages)

[PATCH] rust: types: make `Opaque` be `!Unpin`
 2023-07-03  9:30 UTC  (4+ messages)

[PATCH 0/6] KUnit integration for Rust doctests
 2023-06-30 18:17 UTC  (6+ messages)
` [PATCH 1/6] rust: init: make doctests compilable/testable
` [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones

[PATCH v2 1/3] arm64: rust: Enable Rust support for AArch64
 2023-06-29 19:46 UTC  (3+ messages)

[PATCH v2] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
 2023-06-28 16:43 UTC  (6+ messages)

[PATCH 0/1] Fix redefine const_name in `vtable` macro
 2023-06-28 16:42 UTC  (5+ messages)
` [PATCH 1/1] rust: macros: fix redefine const_name in `vtable`

Hello Dear
 2023-06-28 12:03 UTC 

[PATCH] rust: build: Define MODULE macro iif the CONFIG_MODULES is enabled
 2023-06-27 12:14 UTC 

[PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
 2023-06-27  8:42 UTC  (2+ messages)

[PATCH v2 8/8] rust: workqueue: add examples
 2023-06-27  8:38 UTC  (2+ messages)

[GIT PULL] Rust for 6.5
 2023-06-26 17:34 UTC  (2+ messages)

[RFC PATCH 0/8] Rust device mapper abstractions
 2023-06-26 16:39 UTC  (12+ messages)
` [RFC PATCH 1/8] rust: kernel: add basic abstractions for device-mapper
` [RFC PATCH 2/8] rust: kernel: add `request` related TargetOperations
` [RFC PATCH 3/8] rust: kernel: add some hook TargetOperations
` [RFC PATCH 4/8] rust: kernel: add some info handler TargetOperations
` [RFC PATCH 5/8] rust: kernel: add underlying device related TargetOperations
` [RFC PATCH 6/8] rust: kernel: add DAX "
` [RFC PATCH 7/8] rust: kernel: prepare to implement dm target in Rust
` [RFC PATCH 8/8] samples: rust: add a device mapper linear target

Pozycjonowanie- informacja
 2023-06-26  8:05 UTC 

[PATCH] rust: alloc: Add realloc and alloc_zeroed to the GlobalAlloc impl
 2023-06-25 23:13 UTC  (6+ messages)

[PATCH 0/5] Rust abstractions for network device drivers
 2023-06-25 17:06 UTC  (12+ messages)
` [PATCH 1/5] rust: core "
` [PATCH 5/5] samples: rust: add dummy network driver

[PATCH] lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
 2023-06-25 10:05 UTC  (3+ messages)

[PATCH v3] rust: xarray: Add an abstraction for XArray
 2023-06-24  6:52 UTC  (3+ messages)

[PATCH 0/5] Rust abstractions for network device drivers
 2023-06-21 12:30 UTC  (34+ messages)

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-06-20  5:26 UTC  (12+ messages)
` [PATCH v2 04/11] kbuild: rust_is_available: print docs reference
` [PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH v2 06/11] kbuild: rust_is_available: check that environment variables are set
` [PATCH v2 07/11] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH v2 08/11] kbuild: rust_is_available: normalize version matching

[RFC PATCH 00/80] Rust PuzzleFS filesystem driver
 2023-06-17 16:04 UTC  (5+ messages)
` [PATCH 31/80] rust: serde: add SPDX License Identifiers


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).