rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-01 18:37:21 to 2024-07-09 09:41:43 UTC [more...]

[PATCH v2 0/4] drm/panic: Add a qr_code panic screen
 2024-07-09  9:41 UTC  (9+ messages)
` [PATCH v2 1/4] drm/panic: Add integer scaling to blit()
` [PATCH v2 2/4] drm/rect: add drm_rect_overlap()
` [PATCH v2 3/4] drm/panic: simplify logo handling
` [PATCH v2 4/4] drm/panic: Add a qr_code panic screen

[PATCH] rust: add `module_params` macro
 2024-07-09  9:25 UTC  (6+ messages)

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-07-09  8:02 UTC  (2+ messages)

[PATCH v3 0/2] Makefile: rust-analyzer better error handling, documentation
 2024-07-09  8:00 UTC  (2+ messages)

[PATCH v2] docs: rust: no_std is used
 2024-07-09  7:58 UTC  (2+ messages)

[PATCH] rust: alloc: add __GFP_HIGHMEM flag
 2024-07-09  7:55 UTC  (2+ messages)

[PATCH] rust: alloc: fix typo in docs for GFP_NOWAIT
 2024-07-09  7:53 UTC  (2+ messages)

[PATCH] kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
 2024-07-09  7:52 UTC  (2+ messages)

[PATCH v2] rust: kernel: make impl_has_work compatible with more generics
 2024-07-09  7:50 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] docs: rust: introduce the new kernel.org LLVM+Rust toolchains
 2024-07-09  7:33 UTC  (2+ messages)

[PATCH v2] rust: add 'firmware' field support to module! macro
 2024-07-09  7:33 UTC  (10+ messages)

[PATCH v2 1/2] rust: add example for `alias` argument in `module` macro documentation
 2024-07-09  7:32 UTC  (2+ messages)

Plumbers Testing MC potential topic: specialised toolchains
 2024-07-09  5:30 UTC  (4+ messages)
` [Automated-testing] "

[PATCH] rust: firmware: fix invalid rustdoc link
 2024-07-09  0:44 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH v3 0/2] Rust and the shadow call stack sanitizer
 2024-07-09  0:10 UTC  (7+ messages)
` [PATCH v3 1/2] rust: SHADOW_CALL_STACK is incompatible with Rust
` [PATCH v3 2/2] rust: add flags for shadow call stack sanitizer

[PATCH 00/20] Generic `Allocator` support for Rust
 2024-07-08 23:12 UTC  (41+ messages)
` [PATCH 01/20] rust: alloc: add `Allocator` trait
` [PATCH 02/20] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH 03/20] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH 04/20] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH 05/20] rust: alloc: add module `allocator_test`
` [PATCH 06/20] rust: alloc: remove `krealloc_aligned`
` [PATCH 07/20] rust: alloc: implement `Vmalloc` allocator
` [PATCH 08/20] rust: alloc: implement `KVmalloc` allocator
` [PATCH 09/20] rust: types: implement `Unique<T>`
` [PATCH 10/20] rust: alloc: implement `KBox`
` [PATCH 11/20] rust: treewide: switch to `KBox`
` [PATCH 12/20] rust: alloc: remove `BoxExt` extension
` [PATCH 13/20] rust: alloc: implement `KVec`
` [PATCH 14/20] rust: alloc: implement `IntoIterator` for `KVec`
` [PATCH 15/20] rust: alloc: implement `collect` for `IntoIter`
` [PATCH 16/20] rust: treewide: switch to `KVec`
` [PATCH 17/20] rust: alloc: remove `VecExt` extension
` [PATCH 18/20] rust: error: use `core::alloc::LayoutError`
` [PATCH 19/20] rust: str: test: replace `alloc::format`
` [PATCH 20/20] kbuild: rust: remove the `alloc` crate

[PATCH v2 1/2] firmware_loader: annotate doctests as `no_run`
 2024-07-08 22:16 UTC  (5+ messages)
` [PATCH v2 2/2] firmware_loader: fix soundness issue in `request_internal`

[PATCH v2 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-07-08 21:52 UTC  (5+ messages)
` [PATCH v2 2/2] rust: init: add `write_[pin_]init` functions

Rust MC at LPC 2024
 2024-07-08 18:24 UTC  (3+ messages)

[PATCH] LoongArch: rust: Use rustc option -Zdirect-access-external-data
 2024-07-08 17:52 UTC  (2+ messages)

[PATCH 1/2] firmware_loader: annotate doctests as `no_run`
 2024-07-08 11:28 UTC  (4+ messages)
` [PATCH 2/2] firmware_loader: fix soundness issue in `request_internal`

[RFC PATCH V3 0/8] Rust bindings for cpufreq and OPP core + sample driver
 2024-07-05 18:19 UTC  (15+ messages)
` [RFC PATCH V3 1/8] rust: Add initial bindings for OPP framework
` [RFC PATCH V3 2/8] rust: Extend OPP bindings for the OPP table
` [RFC PATCH V3 3/8] rust: Extend OPP bindings for the configuration options
` [RFC PATCH V3 4/8] rust: Add initial bindings for cpufreq framework
` [RFC PATCH V3 5/8] rust: Extend cpufreq bindings for policy and driver ops
` [RFC PATCH V3 6/8] rust: Extend cpufreq bindings for driver registration
` [RFC PATCH V3 7/8] rust: Extend OPP bindings with CPU frequency table
` [RFC PATCH V3 8/8] cpufreq: Add Rust based cpufreq-dt driver

[PATCH 00/13] Support several Rust toolchain versions
 2024-07-05 13:46 UTC  (40+ messages)
` [PATCH 01/13] rust: macros: indent list item in `paste!`'s docs
` [PATCH 02/13] rust: init: simplify from `map_err` to `inspect_err`
` [PATCH 03/13] rust: allow `dead_code` for never constructed bindings
` [PATCH 04/13] rust: relax most deny-level lints to warnings
` [PATCH 05/13] rust: simplify Clippy warning flags set
` [PATCH 06/13] rust: start supporting several compiler versions
` [PATCH 07/13] rust: warn about `bindgen` versions 0.66.0 and 0.66.1
` [PATCH 08/13] rust: work around `bindgen` 0.69.0 issue
` [PATCH 09/13] rust: avoid assuming a particular `bindgen` build
` [PATCH 10/13] rust: start supporting several `bindgen` versions
` [PATCH 11/13] kbuild: rust: add `rustc-version` support
` [PATCH 12/13] rust: support the new `-Zub-checks` flag
` [PATCH 13/13] docs: rust: quick-start: add section on Linux distributions

[PATCH v7 0/8] File abstractions needed by Rust Binder
 2024-07-04 15:55 UTC  (3+ messages)
` [PATCH v7 1/8] rust: types: add `NotThreadSafe`

[PATCH 06/13] rust: start supporting several compiler versions
 2024-07-04 15:22 UTC  (2+ messages)

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-07-04 15:20 UTC  (3+ messages)
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH v2 0/4] Enable rustdoc tests for the macros crate
 2024-07-04 14:58 UTC  (5+ messages)
` [PATCH v2 4/4] rust: macros: Enable the rest of the tests

[PATCH v3 0/4] Enable rustdoc tests for the macros crate
 2024-07-04 14:55 UTC  (5+ messages)
` [PATCH v3 1/4] kbuild: rust: Expand rusttest target for macros
` [PATCH v3 2/4] rust: Enable test for macros::module
` [PATCH v3 3/4] rust: macros: Enable use from macro_rules!
` [PATCH v3 4/4] rust: macros: Enable the rest of the tests

[PATCH 0/4] drm/panic: Add a qr_code panic screen
 2024-07-04 11:37 UTC  (15+ messages)
` [PATCH 1/4] drm/panic: Add integer scaling to blit()
` [PATCH 2/4] drm/rect: add drm_rect_overlap()
` [PATCH 3/4] drm/panic: simplify logo handling
` [PATCH 4/4] drm/panic: Add a qr_code panic screen

[PATCH v2] arm: rust: Enable Rust support for ARMv7
 2024-07-04  9:26 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
 2024-07-03 20:28 UTC  (2+ messages)

[PATCH 00/13] Support several Rust toolchain versions
 2024-07-03 18:29 UTC  (3+ messages)

[PATCH v2] slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
 2024-07-03 12:57 UTC  (4+ messages)

[PATCH] mm, slab: extend kmalloc() alignment for non power-of-two sizes
 2024-07-02 21:41 UTC  (8+ messages)

[PATCH v2 0/8] DRM Rust abstractions and Nova
 2024-07-02 17:26 UTC  (3+ messages)
` [PATCH v2 5/8] rust: drm: add DRM driver registration


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