rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 09:19:15 to 2023-05-03 14:10:58 UTC [more...]

[PATCH v2] rust: str: add conversion from `CStr` to `CString`
 2023-05-03 14:10 UTC 

[RFC PATCH 00/11] Rust null block driver
 2023-05-03 13:54 UTC  (19+ messages)
` [RFC PATCH 01/11] rust: add radix tree abstraction
` [RFC PATCH 02/11] rust: add `pages` module for handling page allocation
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
` [RFC PATCH 05/11] RUST: add `module_params` macro
` [RFC PATCH 06/11] rust: apply cache line padding for `SpinLock`
` [RFC PATCH 07/11] rust: lock: add support for `Lock::lock_irqsave`
` [RFC PATCH 08/11] rust: lock: implement `IrqSaveBackend` for `SpinLock`
` [RFC PATCH 09/11] RUST: implement `ForeignOwnable` for `Pin`
` [RFC PATCH 10/11] rust: add null block driver
` [RFC PATCH 11/11] rust: inline a number of short functions

[PATCH] rust: bindings: fix sorting of rust/bindings/bindings_helper.h's #includes
 2023-05-03 11:08 UTC  (6+ messages)
` [PATCH v1] rust: error: add ERESTARTSYS error code

[PATCH 0/6] Initial Rust V4L2 support
 2023-05-03 11:00 UTC  (44+ messages)

[PATCH v1] rust: error: add ERESTARTSYS error code
 2023-05-03  9:50 UTC  (2+ messages)

[PATCH] rust: str: add conversion from `CStr` to `CString`
 2023-05-02 18:17 UTC  (5+ messages)

[PATCH] rust: error: allow specifying error type on `Result`
 2023-05-02 18:05 UTC  (3+ messages)

[PATCH 0/3] Rust enablement for AArch64
 2023-05-02 13:41 UTC  (3+ messages)
` [PATCH 1/3] arm64: rust: Enable Rust support "

[GIT PULL] Rust for 6.4
 2023-04-30 20:08 UTC  (2+ messages)

Rust ENC28J60 ethernet driver working on Raspberry Pi
 2023-04-29 13:02 UTC 

Hello, rust-for-linux folks
 2023-04-28 19:23 UTC  (2+ messages)

[PATCH] rust: Sort rust/helpers.c's #include directives
 2023-04-27 12:36 UTC  (11+ messages)
      ` [PATCH v3] rust: helpers: sort includes alphabetically in rust/helpers.c

[PATCH] rust: fix sorting of rust/bindings/bindings_helper.h's #includes Suggested by: Miguel Ojeda <ojeda@kernel.org> Link: https://github.com/Rust-for-Linux/linux/issues/1002
 2023-04-26 22:06 UTC  (2+ messages)

[syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in __dabt_svc
 2023-04-26 11:37 UTC  (10+ messages)

[PATCH 1/4] rust: macros: fix usage of `#[allow]` in `quote!`
 2023-04-24 14:24 UTC  (8+ messages)
` [PATCH 2/4] rust: macros: refactor generics parsing of `#[pin_data]` into its own function
` [PATCH 3/4] rust: macros: replace Self with the concrete type in #[pin_data]
` [PATCH 4/4] rust: init: update macro expansion example in docs

[PATCH v2 0/2] rust: Add uapi crate
 2023-04-21 23:48 UTC  (2+ messages)

[PATCH v4 01/13] rust: sync: introduce `LockClassKey`
 2023-04-21 23:48 UTC  (39+ messages)
` [PATCH v4 02/13] rust: sync: introduce `Lock` and `Guard`
` [PATCH v4 03/13] rust: lock: introduce `Mutex`
` [PATCH v4 04/13] locking/spinlock: introduce spin_lock_init_with_key
` [PATCH v4 08/13] rust: introduce `ARef`
` [PATCH v4 09/13] rust: add basic `Task`
` [PATCH v4 11/13] rust: lock: add `Guard::do_unlocked`
` [PATCH v4 12/13] rust: sync: introduce `CondVar`
` [PATCH v4 13/13] rust: sync: introduce `LockedBy`

[PATCH v4.1] rust: lock: introduce `SpinLock`
 2023-04-21 23:47 UTC  (2+ messages)

[PATCH v4.1] rust: lock: add `Guard::do_unlocked`
 2023-04-21 23:47 UTC  (2+ messages)

[PATCH] rust: init: broaden the blanket impl of `Init`
 2023-04-21 22:46 UTC  (4+ messages)

[PATCH] MAINTAINERS: add Benno Lossin as Rust reviewer
 2023-04-21 22:46 UTC  (4+ messages)

Pozycjonowanie- informacja
 2023-04-21  8:05 UTC 

[GIT PULL] Rust fixes for 6.3
 2023-04-20 19:53 UTC  (2+ messages)

[PATCH 0/3] Rust 1.68.2 upgrade
 2023-04-20 17:20 UTC  (21+ messages)
` [PATCH 1/3] rust: alloc: clarify what is the upstream version
` [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`
  ` [PATCH 3/3] rust: upgrade to Rust 1.68.2

[PATCH] Documentation/process/changes: Escape --options to fix Sphinx output
 2023-04-20 17:16 UTC  (4+ messages)

[PATCH] .gitattributes: set diff driver for Rust source code files
 2023-04-19 12:30 UTC  (4+ messages)

[PATCH] rust: Add functions to create and modify an Inode
 2023-04-18 23:57 UTC  (6+ messages)

[PATCH 1/3] arm64: rust: Enable Rust support for AArch64
 2023-04-18 15:06 UTC  (2+ messages)

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-04-18  8:45 UTC  (7+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 12/18] rust: drm: sched: Add GPU scheduler abstraction

[RFC PATCH 0/9] Rust version of the VGEM driver
 2023-04-13  9:08 UTC  (3+ messages)
` [RFC PATCH 9/9] drm/rustgem: create dummy IOCTL with number 0x00

[PATCH v7 00/15] Rust pin-init API for pinned initialization of structs
 2023-04-12 20:15 UTC  (3+ messages)

[PATCH v3] rust: xarray: Add an abstraction for XArray
 2023-04-11 15:55 UTC  (3+ messages)

[PATCH v2] rust: allow to use INIT_STACK_ALL_ZERO
 2023-04-11 11:17 UTC  (10+ messages)

[PATCH v2] scripts: `make rust-analyzer` for out-of-tree modules
 2023-04-11  9:17 UTC  (2+ messages)
` [PATCH v5] "


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