messages from 2024-07-05 12:52:56 to 2024-07-17 19:54:23 UTC [more...]
[PATCH v2 1/2] rust: kernel: add `drop_contents` to `BoxExt`
2024-07-17 19:54 UTC (6+ messages)
` [PATCH v2 2/2] rust: init: add `write_[pin_]init` functions
[PATCH v5] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-07-17 16:03 UTC
[PATCH v4] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-07-17 15:31 UTC
[PATCH] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-07-17 15:22 UTC (9+ messages)
[PATCH v3] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-07-17 15:10 UTC (3+ messages)
[PATCH v4 0/4] drm/panic: Add a QR code panic screen
2024-07-17 14:24 UTC (5+ messages)
` [PATCH v4 1/4] drm/panic: Add integer scaling to blit()
` [PATCH v4 2/4] drm/rect: Add drm_rect_overlap()
` [PATCH v4 3/4] drm/panic: Simplify logo handling
` [PATCH v4 4/4] drm/panic: Add a QR code panic screen
My first patch: Implement InPlaceInit for Arc
2024-07-17 8:52 UTC (3+ messages)
` [PATCH] Implement the smart pointer `InPlaceInit` for `Arc`
[PATCH V4 0/8] Rust bindings for cpufreq and OPP core + sample driver
2024-07-16 22:33 UTC (22+ messages)
` [PATCH V4 1/8] rust: Add initial bindings for OPP framework
` [PATCH V4 2/8] rust: Extend OPP bindings for the OPP table
` [PATCH V4 3/8] rust: Extend OPP bindings for the configuration options
` [PATCH V4 4/8] rust: Add initial bindings for cpufreq framework
` [PATCH V4 5/8] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V4 6/8] rust: Extend cpufreq bindings for driver registration
` [PATCH V4 7/8] rust: Extend OPP bindings with CPU frequency table
` [PATCH V4 8/8] cpufreq: Add Rust based cpufreq-dt driver
[RFC PATCH] drm: panthor: add dev_coredumpv support
2024-07-16 9:25 UTC (16+ messages)
[PATCH 00/15] Implement MODVERSIONS for Rust
2024-07-16 7:12 UTC (4+ messages)
[PATCH v2] rust: str: Use `core::CStr`, remove the custom `CStr` implementation
2024-07-15 21:49 UTC
[PATCH] rust: firmware: fix invalid rustdoc link
2024-07-14 6:16 UTC (8+ messages)
` [PATCH v2] "
Plumbers Testing MC potential topic: specialised toolchains
2024-07-13 23:03 UTC (6+ messages)
` [Automated-testing] "
[PATCH v3 0/4] drm/panic: Add a QR code panic screen
2024-07-12 7:29 UTC (7+ messages)
` [PATCH v3 1/4] drm/panic: Add integer scaling to blit()
` [PATCH v3 2/4] drm/rect: Add drm_rect_overlap()
` [PATCH v3 3/4] drm/panic: Simplify logo handling
` [PATCH v3 4/4] drm/panic: Add a QR code panic screen
[PATCH v6 0/6] Red-black tree abstraction needed by Rust Binder
2024-07-11 16:21 UTC (7+ messages)
` [PATCH v6 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v6 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v6 3/6] rust: rbtree: add iterator
` [PATCH v6 4/6] rust: rbtree: add mutable iterator
` [PATCH v6 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v6 6/6] rust: rbtree: add `RBTree::entry`
[RFC PATCH V3 0/8] Rust bindings for cpufreq and OPP core + sample driver
2024-07-11 6:06 UTC (15+ messages)
` [RFC PATCH V3 1/8] rust: Add initial bindings for OPP framework
` [RFC PATCH V3 8/8] cpufreq: Add Rust based cpufreq-dt driver
[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
2024-07-11 2:06 UTC (14+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`
` [PATCH v2 02/10] rust: implement generic driver registration
[PATCH v2 00/13] Support several Rust toolchain versions
2024-07-10 9:04 UTC (16+ messages)
` [PATCH v2 01/13] rust: macros: indent list item in `paste!`'s docs
` [PATCH v2 02/13] rust: init: simplify from `map_err` to `inspect_err`
` [PATCH v2 03/13] rust: allow `dead_code` for never constructed bindings
` [PATCH v2 04/13] rust: relax most deny-level lints to warnings
` [PATCH v2 05/13] rust: simplify Clippy warning flags set
` [PATCH v2 06/13] rust: start supporting several compiler versions
` [PATCH v2 07/13] rust: avoid assuming a particular `bindgen` build
` [PATCH v2 08/13] rust: work around `bindgen` 0.69.0 issue
` [PATCH v2 09/13] rust: start supporting several `bindgen` versions
` [PATCH v2 10/13] rust: warn about `bindgen` versions 0.66.0 and 0.66.1
` [PATCH v2 11/13] kbuild: rust: add `rustc-version` support
` [PATCH v2 12/13] rust: support the new `-Zub-checks` flag
` [PATCH v2 13/13] docs: rust: quick-start: add section on Linux distributions
[PATCH v2 0/4] drm/panic: Add a qr_code panic screen
2024-07-10 9:00 UTC (15+ 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
[RFC PATCH] rust: types: Add explanation for ARef pattern
2024-07-10 3:24 UTC
[PATCH] rust: add `module_params` macro
2024-07-09 10:08 UTC (6+ messages)
[PATCH v3 0/2] Rust and the shadow call stack sanitizer
2024-07-09 9:52 UTC (6+ messages)
` [PATCH v3 2/2] rust: add flags for "
[PATCH v7 0/4] Memory management patches needed by Rust Binder
2024-07-09 9:46 UTC (3+ 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)
[PATCH 00/20] Generic `Allocator` support for Rust
2024-07-08 23:12 UTC (22+ messages)
` [PATCH 01/20] rust: alloc: add `Allocator` trait
` [PATCH 04/20] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH 07/20] rust: alloc: implement `Vmalloc` allocator
` [PATCH 09/20] rust: types: implement `Unique<T>`
[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`
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`
[PATCH 20/20] kbuild: rust: remove the `alloc` crate
2024-07-06 3:59 UTC (2+ messages)
[PATCH 00/13] Support several Rust toolchain versions
2024-07-05 13:46 UTC (9+ messages)
` [PATCH 13/13] docs: rust: quick-start: add section on Linux distributions
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).