rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-23 11:28:38 to 2024-07-28 08:03:24 UTC [more...]

[PATCH 1/2] rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT
 2024-07-28  8:02 UTC  (5+ messages)
` [PATCH 2/2] rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXT

[GIT PULL] Rust for 6.11
 2024-07-27 21:10 UTC  (2+ messages)

[PATCH v8 0/6] Red-black tree abstraction needed by Rust Binder
 2024-07-27 20:30 UTC  (7+ messages)
` [PATCH v8 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v8 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v8 3/6] rust: rbtree: add iterator
` [PATCH v8 4/6] rust: rbtree: add mutable iterator
` [PATCH v8 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v8 6/6] rust: rbtree: add `RBTree::entry`

[PATCH v2] rust: Implement the smart pointer `InPlaceInit` for `Arc`
 2024-07-27 15:58 UTC  (4+ messages)

[PATCH 0/3] rust: Add irq abstraction, IrqSpinLock
 2024-07-27 11:21 UTC  (24+ messages)
` [PATCH 1/3] rust: Introduce irq module
` [PATCH 2/3] rust: sync: Introduce LockContainer trait
` [PATCH 3/3] rust: sync: Add IrqSpinLock

[PATCH v2] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-27  9:03 UTC 

[PATCH v3] rust: Implement the smart pointer `InPlaceInit` for `Arc`
 2024-07-27  8:58 UTC  (2+ messages)

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-07-26 21:05 UTC  (5+ messages)

[PATCH v7 0/6] Red-black tree abstraction needed by Rust Binder
 2024-07-26 20:45 UTC  (8+ messages)
` [PATCH v7 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v7 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v7 3/6] rust: rbtree: add iterator
` [PATCH v7 4/6] rust: rbtree: add mutable iterator
` [PATCH v7 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v7 6/6] rust: rbtree: add `RBTree::entry`

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-07-26 20:05 UTC  (17+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()
` [PATCH v2 2/2] mm: kvmalloc: align kvrealloc() with krealloc()

[PATCH] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-26 19:04 UTC  (10+ messages)

[RFC PATCH] rust: types: Add explanation for ARef pattern
 2024-07-26 16:19 UTC  (15+ messages)

[RFC PATCH] drm: panthor: add dev_coredumpv support
 2024-07-26 13:40 UTC  (25+ messages)

[PATCH 0/2] Rust KASAN Support
 2024-07-26 12:36 UTC  (6+ messages)
` [PATCH 1/2] kbuild: rust: Define probing macros for rustc
` [PATCH 2/2] kbuild: rust: Enable KASAN support

[PATCH] rust: macros: indent list item in `module!`'s docs
 2024-07-26 11:05 UTC  (2+ messages)

[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-07-26  7:41 UTC  (10+ messages)
` [PATCH v3 1/6] rust: module: add static pointer to `{init,cleanup}_module()`
` [PATCH v3 2/6] x86/rust: support MITIGATION_RETPOLINE
` [PATCH v3 3/6] x86/rust: support MITIGATION_RETHUNK
` [PATCH v3 4/6] x86/rust: support MITIGATION_SLS
` [PATCH v3 5/6] objtool/rust: list `noreturn` Rust functions
` [PATCH v3 6/6] objtool/kbuild/rust: enable objtool for Rust

[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-07-25 17:47 UTC  (20+ messages)
` [PATCH v2 1/6] rust: module: add static pointer to `{init,cleanup}_module()`
    `  "
` [PATCH v2 2/6] x86/rust: support MITIGATION_RETPOLINE
` [PATCH v2 3/6] x86/rust: support MITIGATION_RETHUNK
` [PATCH v2 4/6] x86/rust: support MITIGATION_SLS
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions
` [PATCH v2 6/6] objtool/kbuild/rust: enable objtool for Rust

[PATCH v8 0/8] File abstractions needed by Rust Binder
 2024-07-25 15:32 UTC  (13+ messages)
` [PATCH v8 1/8] rust: types: add `NotThreadSafe`
` [PATCH v8 2/8] rust: task: add `Task::current_raw`
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v8 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v8 5/8] rust: security: add abstraction for secctx
` [PATCH v8 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v8 7/8] rust: file: add `Kuid` wrapper
` [PATCH v8 8/8] rust: file: add abstraction for `poll_table`

[RFC PATCH 0/5] Introduce the Rust Safety Standard
 2024-07-25  7:47 UTC  (16+ messages)
` [RFC PATCH 1/5] doc: rust: create safety standard
` [RFC PATCH 2/5] doc: rust: safety standard: add examples

[PATCH v2 00/23] Generic `Allocator` support for Rust
 2024-07-24 20:32 UTC  (26+ messages)
` [PATCH v2 01/23] rust: alloc: add `Allocator` trait
` [PATCH v2 02/23] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v2 03/23] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v2 04/23] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v2 05/23] rust: alloc: add module `allocator_test`
` [PATCH v2 06/23] rust: alloc: implement `Vmalloc` allocator
` [PATCH v2 07/23] rust: alloc: implement `KVmalloc` allocator
` [PATCH v2 08/23] rust: types: implement `Unique<T>`
` [PATCH v2 09/23] rust: alloc: implement kernel `Box`
` [PATCH v2 10/23] rust: treewide: switch to our kernel `Box` type
` [PATCH v2 11/23] rust: alloc: remove `BoxExt` extension
` [PATCH v2 12/23] rust: alloc: add `Box` to prelude
` [PATCH v2 13/23] rust: alloc: import kernel `Box` type in types.rs
` [PATCH v2 14/23] rust: alloc: implement kernel `Vec` type
` [PATCH v2 15/23] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v2 16/23] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v2 17/23] rust: treewide: switch to the kernel `Vec` type
` [PATCH v2 18/23] rust: alloc: remove `VecExt` extension
` [PATCH v2 19/23] rust: alloc: add `Vec` to prelude
` [PATCH v2 20/23] rust: alloc: remove `GlobalAlloc` and `krealloc_aligned`
` [PATCH v2 21/23] rust: error: use `core::alloc::LayoutError`
` [PATCH v2 22/23] rust: str: test: replace `alloc::format`
` [PATCH v2 23/23] kbuild: rust: remove the `alloc` crate

[PATCH v3] rust: Support latest version of `rust-analyzer`
 2024-07-24 17:27 UTC 

[PATCH] rust: add `module_params` macro
 2024-07-24 17:04 UTC  (5+ messages)

[PATCH v5 0/4] drm/panic: Add a QR code panic screen
 2024-07-24  7:48 UTC  (5+ messages)
` [PATCH v5 1/4] drm/panic: Add integer scaling to blit()
` [PATCH v5 2/4] drm/rect: Add drm_rect_overlap()
` [PATCH v5 3/4] drm/panic: Simplify logo handling
` [PATCH v5 4/4] drm/panic: Add a QR code panic screen

[PATCH v2] rust: Support latest version of `rust-analyzer`
 2024-07-23 17:35 UTC  (4+ messages)

[PATCH 0/2] Align kvrealloc() with krealloc()
 2024-07-23 15:54 UTC  (5+ messages)
` [PATCH 1/2] mm: vmalloc: implement vrealloc()


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