rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 15:10:36 to 2024-08-06 21:21:42 UTC [more...]

[PATCH v3 00/16] Extended MODVERSIONS Support
 2024-08-06 21:20 UTC  (14+ messages)
` [PATCH v3 01/16] module: Take const arg in validate_section_offset
` [PATCH v3 02/16] module: Factor out elf_validity_ehdr
` [PATCH v3 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v3 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v3 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v3 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v3 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v3 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v3 09/16] module: Group section index calculations together
` [PATCH v3 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v3 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v3 12/16] module: Reformat struct for code style
` [PATCH v3 13/16] export_report: Rehabilitate script

[PATCH] rust: add intrinsics to fix `-Os` builds
 2024-08-06 21:14 UTC  (6+ messages)

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

[PATCH v5] rust: support for shadow call stack sanitizer
 2024-08-06 20:27 UTC  (3+ messages)

[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-06 20:22 UTC  (4+ messages)
` [PATCH v3 5/6] objtool/rust: list `noreturn` Rust functions

[PATCH v2 0/2] Rust KCFI support
 2024-08-06 19:31 UTC  (3+ messages)

[PATCH v8 0/8] File abstractions needed by Rust Binder
 2024-08-06 19:29 UTC  (5+ messages)
` [PATCH v8 3/8] rust: file: add Rust abstraction for `struct file`

[PATCH] rust: x86: remove `-3dnow{,a}` from target features
 2024-08-06 15:00 UTC  (2+ messages)

[PATCH v4 00/10] Add Rust linked list for reference counted values
 2024-08-06 14:47 UTC  (17+ messages)
` [PATCH v4 01/10] rust: init: add `assert_pinned` macro
` [PATCH v4 02/10] rust: list: add ListArc
` [PATCH v4 03/10] rust: list: add tracking for ListArc
` [PATCH v4 04/10] rust: list: add struct with prev/next pointers
` [PATCH v4 05/10] rust: list: add macro for implementing ListItem
` [PATCH v4 06/10] rust: list: add List
` [PATCH v4 07/10] rust: list: add iterators
` [PATCH v4 08/10] rust: list: add cursor
` [PATCH v4 09/10] rust: list: support heterogeneous lists
` [PATCH v4 10/10] rust: list: add ListArcField

[PATCH v3 00/10] Add Rust linked list for reference counted values
 2024-08-06 14:14 UTC  (6+ messages)
` [PATCH v3 02/10] rust: list: add ListArc

[PATCH v5] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-06 13:04 UTC 

[PATCH v2] pahole: Apply CU-level filters early in loading
 2024-08-06 12:10 UTC  (2+ messages)

[PATCH v8 0/6] Red-black tree abstraction needed by Rust Binder
 2024-08-06  9:27 UTC  (20+ messages)
` [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 v4 0/2] Rust and the shadow call stack sanitizer
 2024-08-06  8:46 UTC  (5+ messages)
` [PATCH v4 2/2] rust: support for "
` (subset) [PATCH v4 0/2] Rust and the "

[PATCH] rust: add `module_params` macro
 2024-08-06  8:09 UTC  (12+ messages)

[PATCH v3] Kunit to check the longest symbol length
 2024-08-05 21:56 UTC 

[PATCH v3 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-08-05 20:39 UTC  (10+ messages)
` [PATCH v3 2/2] rust: init: add `write_[pin_]init` functions

[PATCH v3] rust: Support latest version of `rust-analyzer`
 2024-08-05 11:46 UTC  (7+ messages)

[PATCH net-next v3 0/6] net: phy: add Applied Micro QT2025 PHY driver
 2024-08-05  1:10 UTC  (8+ messages)
` [PATCH net-next v3 1/6] rust: sizes: add commonly used constants
` [PATCH net-next v3 2/6] rust: net::phy support probe callback
` [PATCH net-next v3 3/6] rust: net::phy implement AsRef<kernel::device::Device> trait
` [PATCH net-next v3 4/6] rust: net::phy unified read/write API for C22 and C45 registers
` [PATCH net-next v3 5/6] rust: net::phy unified genphy_read_status function "
` [PATCH net-next v3 6/6] net: phy: add Applied Micro QT2025 PHY driver

[PATCH v3 00/25] Generic `Allocator` support for Rust
 2024-08-05  0:54 UTC  (27+ messages)
` [PATCH v3 01/25] rust: alloc: add `Allocator` trait
` [PATCH v3 06/25] rust: alloc: implement `Vmalloc` allocator
` [PATCH v3 08/25] rust: types: implement `Unique<T>`
` [PATCH v3 15/25] rust: alloc: implement kernel `Vec` type
` [PATCH v3 16/25] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v3 17/25] rust: alloc: implement `collect` for `IntoIter`

[PATCH v6 0/6] Red-black tree abstraction needed by Rust Binder
 2024-08-03 12:24 UTC  (5+ messages)
` [PATCH v6 1/6] rust: kernel: add `drop_contents` to `BoxExt`

[PATCH v5 0/2] Tracepoints and static branch in Rust
 2024-08-02 17:23 UTC  (6+ messages)
` [PATCH v5 1/2] rust: add static_key_false
` [PATCH v5 2/2] rust: add tracepoint support

[PATCH v4] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-02 15:32 UTC  (5+ messages)

[PATCH] rust: add `ARef::into_raw`
 2024-08-02 14:20 UTC  (3+ messages)

[PATCH 1/2] selftests: rust: config: add trailing newline
 2024-08-02 12:45 UTC  (2+ messages)
` [PATCH 2/2] selftests: rust: config: disable GCC_PLUGINS

[PATCH v2 00/10] Device / Driver and PCI Rust abstractions
 2024-08-02 12:06 UTC  (9+ messages)
` [PATCH v2 01/10] rust: pass module name to `Module::init`

[PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
 2024-08-02 11:40 UTC  (2+ messages)

[PATCH v3] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-08-02  7:32 UTC  (5+ messages)

[PATCH v3 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-08-02  0:10 UTC  (4+ messages)
` [PATCH v3 1/3] rust: Introduce irq module
` [PATCH v3 2/3] rust: sync: Introduce lock::Backend::Context
` [PATCH v3 3/3] rust: sync: Add SpinLockIrq

[PATCH v2 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-08-01 21:44 UTC  (15+ messages)
` [PATCH v2 1/3] rust: Introduce irq module
` [PATCH v2 2/3] rust: sync: Introduce lock::Backend::Context
` [PATCH v2 3/3] rust: sync: Add SpinLockIrq

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-08-01 19:38 UTC  (7+ messages)

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-08-01 18:26 UTC  (6+ messages)
` [PATCH v4 1/2] rust: add static_key_false

[PATCH V5 0/8] Rust bindings for cpufreq and OPP core + sample driver
 2024-08-01 16:05 UTC  (5+ messages)
` [PATCH V5 8/8] cpufreq: Add Rust based cpufreq-dt driver


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