rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-28 07:36:53 to 2024-09-04 20:45:18 UTC [more...]

[PATCH 00/19] rust: lint improvements
 2024-09-04 20:43 UTC  (11+ messages)
` [PATCH 01/19] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
` [PATCH 02/19] rust: sort global Rust flags
` [PATCH 03/19] rust: types: avoid repetition in `{As,From}Bytes` impls
` [PATCH 04/19] rust: enable `clippy::undocumented_unsafe_blocks` lint
` [PATCH 05/19] rust: enable `clippy::unnecessary_safety_comment` lint
` [PATCH 06/19] rust: enable `clippy::unnecessary_safety_doc` lint
` [PATCH 07/19] rust: enable `clippy::ignored_unit_patterns` lint
` [PATCH 08/19] rust: enable `rustdoc::unescaped_backticks` lint
` [PATCH 09/19] rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
` [PATCH 10/19] rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`

[PATCH v2 0/6] `RUSTC_VERSION` and re-config/re-build support on compiler change
 2024-09-04 19:32 UTC  (10+ messages)
` [PATCH v2 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH v2 2/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH v2 3/6] kbuild: rust: rebuild "
` [PATCH v2 4/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text
` [PATCH v2 5/6] kbuild: rust: warn if the out-of-tree compiler differs from the kernel one
` [PATCH v2 6/6] docs: rust: include other expressions in conditional compilation section

[PATCH v2 0/8] DRM Rust abstractions and Nova
 2024-09-04 18:30 UTC  (12+ messages)
` [PATCH v2 1/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH v2 3/8] rust: drm: add driver abstractions

[PATCH] rust: avoid `box_uninit_write` feature
 2024-09-04 18:02 UTC  (3+ messages)

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-09-04 12:57 UTC  (47+ messages)
` [PATCH v6 01/26] rust: alloc: add `Allocator` trait
` [PATCH v6 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v6 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v6 05/26] rust: alloc: add module `allocator_test`
` [PATCH v6 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`
` [PATCH v6 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v6 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v6 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v6 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v6 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v6 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v6 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v6 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v6 23/26] rust: str: test: replace `alloc::format`
` [PATCH v6 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH 1/2] rust: arch/um: use 'static' relocation model for uml modules
 2024-09-04 12:28 UTC  (4+ messages)
` [PATCH 2/2] rust: arch/um: use 'large' code model for uml

[PATCH v2] rust: add global lock support
 2024-09-04 10:32 UTC  (13+ messages)

[PATCH 0/3] rust: Initial MIPS support
 2024-09-04  8:28 UTC  (17+ messages)
` [PATCH 1/3] rust: Introduce HAVE_GENERATE_RUST_TARGET config option
` [PATCH 2/3] MIPS: Rename mips_instruction type to workaround bindgen issue
` [PATCH 3/3] rust: Enable for MIPS

[PATCH 0/2] rust: arch/um: Rust modules support for UML
 2024-09-03 23:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Trevor Gross as Rust reviewer
 2024-09-03 21:56 UTC  (5+ messages)

[PATCH] MAINTAINERS: mailmap: Update Andreas Hindborg's email address
 2024-09-03 21:53 UTC  (2+ messages)

[PATCH RESEND] block, rust: simplify validate_block_size() function
 2024-09-03 20:31 UTC  (6+ messages)

[PATCH v2] docs: rust: fix formatting for kernel::block::mq::Request
 2024-09-03 17:30 UTC 

[PATCH] docs: rust: fix formatting for kernel::block::mq::Request
 2024-09-03 17:56 UTC  (3+ messages)

[PATCH v2 00/19] Implement DWARF modversions
 2024-09-03 15:15 UTC  (42+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 04/19] gendwarfksyms: Add support for type pointers
` [PATCH v2 05/19] gendwarfksyms: Expand base_type
` [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>

[PATCH 1/2] rust: sync: require `Send` and `Sync` for `Backend::State`
 2024-09-03 11:34 UTC  (8+ messages)
` [PATCH 2/2] rust: sync: require `Sync` for `Backend::GuardState`

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-09-03  3:18 UTC  (11+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()

[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
 2024-09-02 17:40 UTC  (8+ messages)
` [PATCH 4/6] kbuild: rust: rebuild if the version text changes

[PATCH v9 0/8] File abstractions needed by Rust Binder
 2024-09-02 14:16 UTC  (4+ messages)

[PATCH 0/1] Retiring from the Rust for Linux project
 2024-09-02  9:43 UTC  (6+ messages)
` [PATCH 1/1] MAINTAINERS: Remove Wedson as Rust maintainer

[RFC PATCH] rust: Provide correct provenance when constructing THIS_MODULE
 2024-09-02  9:39 UTC  (7+ messages)

[PATCH RESEND] block, rust: simplify validate_block_size() function
 2024-09-02  8:18 UTC  (4+ messages)

[PATCH] block, rust: simplify validate_block_size() function
 2024-09-01  6:46 UTC  (6+ messages)

[PATCH v12 0/5] Red-black tree abstraction needed by Rust Binder
 2024-08-31 15:39 UTC  (5+ messages)

Weird failure with bpftool when building 6.11-rc4 with clang+rust+lto
 2024-08-31 11:25 UTC  (4+ messages)

[PATCH net-next v8 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-30  9:30 UTC  (6+ messages)
` [PATCH net-next v8 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v8 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v8 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v8 6/6] net: phy: add Applied Micro QT2025 PHY driver

[PATCH v7] rust: support for shadow call stack sanitizer
 2024-08-29  8:22 UTC 

[PATCH V3] scripts/checkpatch.pl: check for non-permalinks to Zulip
 2024-08-28 21:37 UTC 

[PATCH V2] scripts/checkpatch.pl: check for non-permalinks to Zulip
 2024-08-28 21:33 UTC 

[PATCH v6] rust: support for shadow call stack sanitizer
 2024-08-28 17:38 UTC  (4+ messages)

[PATCH v2] rust: add `module_params` macro
 2024-08-28 12:52 UTC  (3+ messages)

[PATCH] rust: allow `stable_features` lint
 2024-08-28  9:39 UTC  (2+ messages)

[PATCH] docs: rust: fix formatting of Hacking quick-start list
 2024-08-28  9:37 UTC  (2+ messages)

[PATCH V2] scripts/checkpatch.pl: check for non-permalinks to Zulip
 2024-08-28  9:27 UTC  (2+ messages)

[PATCH net-next v7 4/6] rust: net::phy unified read/write API for C22 and C45 registers
 2024-08-28  7:48 UTC  (4+ 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).