messages from 2024-01-04 15:19:21 to 2024-01-23 16:10:03 UTC [more...]
[PATCH v2 00/12] rust: kernel: documentation improvements
2024-01-23 16:09 UTC (10+ messages)
` [PATCH v2 01/12] rust: kernel: fix multiple typos in documentation
` [PATCH v2 02/12] rust: error: improve unsafe code in example
` [PATCH v2 03/12] rust: ioctl: end top-level module docs with full stop
` [PATCH v2 04/12] rust: kernel: add srctree-relative doclinks
` [PATCH v2 05/12] rust: str: use `NUL` instead of 0 in doc comments
` [PATCH v2 06/12] rust: str: move SAFETY comment in front of unsafe block
` [PATCH v2 07/12] rust: kernel: unify spelling of refcount in docs
` [PATCH v2 08/12] rust: kernel: mark code fragments in docs with backticks
` [PATCH v2 09/12] rust: kernel: add blank lines in front of code blocks
[PATCH BCACHEFS-TOOLS v2] use upstream bindgen; fix packed and aligned types
2024-01-23 14:36 UTC
[RFC PATCH 00/11] Rust null block driver
2024-01-23 14:03 UTC (9+ messages)
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
[PATCH] rust: types: Add `try_from_foreign()` method
2024-01-23 12:09 UTC (2+ messages)
[PATCH] rust: types: Add `try_from_foreign()` method
2024-01-23 9:10 UTC (6+ messages)
[PATCH v2 1/2] docs: rust: Move testing to a separate page
2024-01-23 8:47 UTC (3+ messages)
` [PATCH v2 2/2] docs: rust: Add description of Rust documentation test as KUnit ones
[LSF/MM TOPIC] Rust
2024-01-23 4:23 UTC
Suggestions for TC Rust Projects
2024-01-22 23:59 UTC
[PATCH] rust: str: add to_ascii_{upper,lower}case() to CString
2024-01-22 23:12 UTC (7+ messages)
[PATCH BCACHEFS-TOOLS] use upstream bindgen; fix packed and aligned types
2024-01-22 20:19 UTC (4+ messages)
[PATCH v3 0/9] File abstractions needed by Rust Binder
2024-01-22 17:59 UTC (18+ messages)
` [PATCH v3 1/9] rust: file: add Rust abstraction for `struct file`
` [PATCH v3 2/9] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v3 3/9] rust: security: add abstraction for secctx
` [PATCH v3 4/9] rust: types: add `NotThreadSafe`
` [PATCH v3 5/9] rust: file: add `FileDescriptorReservation`
` [PATCH v3 6/9] rust: task: add `Task::current_raw`
` [PATCH v3 7/9] rust: file: add `Kuid` wrapper
` [PATCH v3 8/9] rust: file: add `DeferredFdCloser`
` [PATCH v3 9/9] rust: file: add abstraction for `poll_table`
[PATCH] rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
2024-01-22 14:58 UTC (5+ messages)
[PATCH] rust: upgrade to Rust 1.75.0
2024-01-22 14:57 UTC (2+ messages)
[PATCH] docs: rust: Add description of Rust documentation test as KUnit ones
2024-01-22 10:57 UTC (3+ messages)
[PATCH v4 0/2] Rust enablement for AArch64
2024-01-22 9:30 UTC (8+ messages)
` [PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets
` [PATCH v4 2/2] arm64: rust: Enable Rust support for AArch64
[PATCH TOOLS 0/2] convert main() from C to Rust
2024-01-22 2:47 UTC (7+ messages)
` packed, aligned structs in bcachefs (was: Re: [PATCH TOOLS 0/2] convert main() from C to Rust)
[RFC PATCH 07/19] rust: fs: introduce `FileSystem::read_dir`
2024-01-21 21:51 UTC (3+ messages)
[PATCH v1 0/2] RISC-V: enable rust
2024-01-18 16:09 UTC (8+ messages)
Intended folder structure for subsystem bindings
2024-01-18 9:32 UTC (2+ messages)
[PATCH 00/13] rust: kernel: documentation improvements
2024-01-18 9:14 UTC (37+ messages)
` [PATCH 01/13] rust: kernel: fix multiple typos in documentation
` [PATCH 02/13] rust: error: move unsafe block into function call
` [PATCH 03/13] rust: ioctl: end top level module docs with full stop
` [PATCH 04/13] rust: kernel: add srctree-relative doclinks
` [PATCH 05/13] rust: str: use `NUL` instead of 0 in doc comments
` [PATCH 06/13] rust: str: move SAFETY comment in front of unsafe block
` [PATCH 07/13] rust: kernel: unify spelling of refcount in docs
` [PATCH 08/13] rust: kernel: mark code fragments in docs with backticks
` [PATCH 09/13] rust: kernel: add blank lines in front of code blocks
` [PATCH 10/13] rust: kernel: add doclinks
` [PATCH 11/13] rust: kernel: add doclinks with html tags
` [PATCH 12/13] rust: kernel: remove unneeded doclink targets
` [PATCH 13/13] rust: locked_by: shorten doclink preview
[PATCH v1 0/2] Rust enablement for LoongArch
2024-01-17 4:34 UTC (17+ messages)
` [PATCH v1 1/2] Documentation: rust: Add a character to the first column
` [PATCH v1 2/2] LoongArch: Enable initial Rust support
[PATCH v6] rust: xarray: Add an abstraction for XArray
2024-01-16 23:53 UTC (2+ messages)
[PATCH] rust: task: add `as_raw()` to `Task`
2024-01-16 19:03 UTC (8+ messages)
` [PATCH] rust: task: use safe `current!` macro
[PATCH] [RFC] rust: error: Convert 0 being an error to Result
2024-01-12 7:42 UTC (11+ messages)
[GIT PULL] Rust for v6.8
2024-01-11 21:18 UTC (2+ messages)
New to the kernel, any easy tasks?
2024-01-11 21:02 UTC (2+ messages)
[PATCH] LoongArch: Enable initial Rust support
2024-01-11 3:17 UTC (7+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2024-01-10 19:19 UTC (29+ messages)
` [RFC PATCH 01/19] rust: fs: add registration/unregistration of file systems
` [RFC PATCH 03/19] samples: rust: add initial ro file system sample
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
[PATCH v4 0/4] Additional CondVar methods needed by Rust Binder
2024-01-10 10:01 UTC (6+ messages)
` [PATCH v4 1/4] rust: sync: add `CondVar::notify_sync`
` [PATCH v4 2/4] rust: time: add msecs to jiffies conversion
` [PATCH v4 3/4] rust: sync: add `CondVar::wait_timeout`
` [PATCH v4 4/4] rust: sync: update integer types in CondVar
[PATCH 0/1] docs: Include simplified link titles in main page's index
2024-01-09 15:21 UTC (4+ messages)
[PATCH v3 0/4] Additional CondVar methods needed by Rust Binder
2024-01-05 10:30 UTC (10+ messages)
` [PATCH v3 1/4] rust: sync: add `CondVar::notify_sync`
` [PATCH v3 3/4] rust: sync: add `CondVar::wait_timeout`
` [PATCH v3 4/4] rust: sync: update integer types in CondVar
[PATCH v2 1/3] rust: macros: add `decl_generics` to `parse_generics()`
2024-01-04 15:19 UTC (3+ messages)
` [PATCH v2 3/3] rust: workqueue: add `#[pin_data]` to `Work`
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).