rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-22 16:37:27 to 2025-01-09 07:35:55 UTC [more...]

[PATCH V6 00/15] Rust bindings for cpufreq and OPP core + sample driver
 2025-01-09  7:35 UTC  (46+ messages)
` [PATCH V6 01/15] PM / OPP: Expose refcounting helpers for the Rust implementation
` [PATCH V6 02/15] cpufreq: Add cpufreq_table_len()
` [PATCH V6 03/15] cpufreq: Rust implementation doesn't parse BIT() macro
` [PATCH V6 04/15] rust: device: Add few helpers
` [PATCH V6 05/15] rust: Add bindings for cpumask
` [PATCH V6 06/15] rust: Add bare minimal bindings for clk framework
` [PATCH V6 07/15] rust: Add initial bindings for OPP framework
` [PATCH V6 08/15] rust: Extend OPP bindings for the OPP table
` [PATCH V6 09/15] rust: Extend OPP bindings for the configuration options
` [PATCH V6 10/15] rust: Add initial bindings for cpufreq framework
` [PATCH V6 11/15] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V6 12/15] rust: Extend cpufreq bindings for driver registration
` [PATCH V6 13/15] rust: Extend OPP bindings with CPU frequency table
` [PATCH V6 14/15] cpufreq: Add Rust based cpufreq-dt driver
` [PATCH V6 15/15] DO-NOT_MERGE: cpufreq: Rename cpufreq-dt platdev

[PATCH] rust: Disallow BTF generation with Rust + LTO
 2025-01-08 23:35 UTC 

[PATCH v8 0/2] Add dma coherent allocator abstraction
 2025-01-08 19:09 UTC  (9+ messages)
` [PATCH v8 1/2] rust: error: Add EOVERFLOW
` [PATCH v8 2/2] rust: add dma coherent allocator abstraction

[PATCH v2] rust: generalize userSliceReader to support any Vec
 2025-01-08 19:06 UTC  (3+ messages)

[PATCH RFC 0/3] rust: Add Per-CPU Variable API
 2025-01-08 16:18 UTC  (9+ messages)
` [PATCH RFC 3/3] rust: percpu: add a rust per-CPU variable test

[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
 2025-01-08 14:20 UTC  (9+ messages)
` [PATCH v3 4/4] rust: add parameter support to the `module!` macro

[PATCH 1/2] devres: add devm_remove_action_nowarn()
 2025-01-08 13:53 UTC  (13+ messages)
` [PATCH 2/2] rust: devres: remove action in `Devres::drop`

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-08 12:32 UTC  (12+ messages)
  ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
  ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
  ` [PATCH v11 8/8] task: rust: rework how current is accessed

[PATCH v7 0/2] Add dma coherent allocator abstraction
 2025-01-08 12:26 UTC  (5+ messages)
` [PATCH v7 2/2] rust: add "

[PATCH] docs: rust: Add error handling sections
 2025-01-07 12:54 UTC  (4+ messages)
` [PATCH] rust: error: Extend the Result documentation

[PATCH v2 1/2] devres: add devm_remove_action_nowarn()
 2025-01-07 12:25 UTC  (2+ messages)
` [PATCH v2 2/2] rust: devres: remove action in `Devres::drop`

[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
 2025-01-07 11:47 UTC  (13+ messages)
  ` [PATCH v5 01/11] rust: bindings: Support some "
  ` [PATCH v5 02/11] rust: helpers: Remove blk helper
  ` [PATCH v5 03/11] rust: helpers: Remove err helper
  ` [PATCH v5 04/11] rust: helpers: Remove kunit helper
  ` [PATCH v5 05/11] rust: helpers: Remove some page helpers
  ` [PATCH v5 06/11] rust: helpers: Remove rbtree helper
  ` [PATCH v5 07/11] rust: helpers: Remove some refcount helpers
  ` [PATCH v5 08/11] rust: helpers: Remove signal helper
  ` [PATCH v5 09/11] rust: helpers: Remove some spinlock helpers
  ` [PATCH v5 10/11] rust: helpers: Remove some task helpers
  ` [PATCH v5 11/11] rust: helpers: Remove uaccess helpers

[PATCH v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-01-07 11:31 UTC  (11+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] kbuild: rust: provide an option to inline C helpers into Rust
` [PATCH v2 3/3] rust: alloc: make `ReallocFunc::call` inline

[PATCH 0/3] Fixes for Rust Device / Driver abstractions
 2025-01-07 10:41 UTC  (7+ messages)
` [PATCH 1/3] rust: pci: do not depend on CONFIG_PCI_MSI
` [PATCH 2/3] rust: io: move module entry to its correct location
` [PATCH 3/3] rust: driver: address soundness issue in `RegistrationOps`

[PATCH] rust: generalize userSliceReader to support any Vec
 2025-01-06 15:31 UTC  (6+ messages)

[PATCH] rust: rust-analyzer: add proc_macro for macros crate
 2025-01-06 13:41 UTC  (2+ messages)

[PATCH] rust: use derive(CoercePointee) on rustc >= 1.83.0
 2025-01-06 13:38 UTC  (4+ messages)
`  "
  ` [PATCH v2] "

[PATCH] rust: document `bindgen` 0.71.0 regression
 2025-01-06 11:29 UTC  (2+ messages)

rust/kernel/lib.rs:17:12 : warning: the feature `new_uninit` has been stable since 1.82.0 and no longer requires an attribute to enable
 2025-01-06  8:00 UTC  (5+ messages)

[PATCH v8 00/18] Implement DWARF modversions
 2025-01-03 20:45 UTC  (19+ messages)
` [PATCH v8 01/18] tools: Add gendwarfksyms
` [PATCH v8 02/18] gendwarfksyms: Add address matching
` [PATCH v8 03/18] gendwarfksyms: Expand base_type
` [PATCH v8 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v8 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v8 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v8 07/18] gendwarfksyms: Expand array_type
` [PATCH v8 08/18] gendwarfksyms: Expand structure types
` [PATCH v8 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v8 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v8 11/18] gendwarfksyms: Add symtypes output
` [PATCH v8 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v8 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v8 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v8 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v8 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v8 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v8 18/18] Documentation/kbuild: Add DWARF module versioning

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-03 17:37 UTC  (6+ messages)
` [PATCH v13 1/5] modules: Support extended MODVERSIONS info
` [PATCH v13 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v13 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v13 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v5 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-01-03 15:48 UTC  (8+ messages)
` [PATCH v5 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v5 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v5 3/3] rust: kunit: allow to know if we are in a test

[PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
 2025-01-03 11:21 UTC  (6+ messages)

[PATCH v7 00/18] Implement DWARF modversions
 2025-01-02 21:20 UTC  (7+ messages)
` [PATCH v7 01/18] tools: Add gendwarfksyms
` [PATCH v7 02/18] gendwarfksyms: Add address matching

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2025-01-02 15:59 UTC  (18+ messages)
` [PATCH v7 01/16] rust: module: add trait `ModuleMetadata`
` [PATCH v7 02/16] rust: implement generic driver registration
` [PATCH v7 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v7 04/16] rust: add rcu abstraction
` [PATCH v7 05/16] rust: types: add `Opaque::pin_init`
` [PATCH v7 08/16] rust: add devres abstraction

[PATCH v7 0/7] rust: Add IO polling
 2024-12-31  1:32 UTC  (4+ messages)
` [PATCH v7 6/7] rust: Add read_poll_timeout functions

[PATCH v12 0/5] Extended MODVERSIONS Support
 2024-12-30 22:30 UTC  (6+ messages)
` [PATCH v12 1/5] modules: Support extended MODVERSIONS info
` [PATCH v12 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v12 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v12 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v12 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v11 0/5] Extended MODVERSIONS Support
 2024-12-28 16:04 UTC  (8+ messages)
` [PATCH v11 1/5] modules: Support extended MODVERSIONS info
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v11 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v11 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v2 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
 2024-12-25  7:09 UTC  (2+ 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).