messages from 2024-12-19 17:06:22 to 2025-01-07 11:22:31 UTC [more...]
[PATCH V6 00/15] Rust bindings for cpufreq and OPP core + sample driver
2025-01-07 11:21 UTC (7+ 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 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 1/2] devres: add devm_remove_action_nowarn()
2025-01-07 10:23 UTC (11+ messages)
` [PATCH 2/2] rust: devres: remove action in `Devres::drop`
[PATCH v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
2025-01-07 10:21 UTC (9+ 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] docs: rust: Add error handling sections
2025-01-07 6:21 UTC (2+ messages)
` [PATCH] rust: error: Extend the Result documentation
[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
2025-01-07 3:50 UTC (12+ 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] 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 RFC 0/3] rust: Add Per-CPU Variable API
2025-01-05 13:01 UTC (8+ messages)
` [PATCH RFC 1/3] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH RFC 2/3] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH RFC 3/3] rust: percpu: add a rust per-CPU variable test
[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 (23+ messages)
` [PATCH v7 01/18] tools: Add gendwarfksyms
` [PATCH v7 02/18] gendwarfksyms: Add address matching
` [PATCH v7 03/18] gendwarfksyms: Expand base_type
` [PATCH v7 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v7 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v7 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v7 07/18] gendwarfksyms: Expand array_type
` [PATCH v7 08/18] gendwarfksyms: Expand structure types
` [PATCH v7 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v7 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v7 11/18] gendwarfksyms: Add symtypes output
` [PATCH v7 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v7 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v7 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v7 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v7 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v7 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v7 18/18] Documentation/kbuild: Add DWARF module versioning
[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
2025-01-02 15:59 UTC (21+ 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 16/16] MAINTAINERS: add Danilo to DRIVER CORE
[PATCH v7 0/7] rust: Add IO polling
2024-12-31 1:32 UTC (11+ messages)
` [PATCH v7 1/7] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v7 2/7] rust: time: Introduce Delta type
` [PATCH v7 3/7] rust: time: Introduce Instant type
` [PATCH v7 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v7 5/7] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH v7 6/7] rust: Add read_poll_timeout functions
` [PATCH v7 7/7] net: phy: qt2025: Wait until PHY becomes ready
[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 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
2024-12-25 7:09 UTC (4+ messages)
` [PATCH v2 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v2 2/2] rust: lockdep: Use Pin for all LockClassKey usages
[PATCH v3 RESEND] scripts/checkpatch.pl: check for non-permalinks to Zulip
2024-12-22 14:35 UTC (2+ messages)
[PATCH v2 RESEND] scripts/checkpatch.pl: check for non-permalinks to Zulip
2024-12-22 14:16 UTC (3+ messages)
[GIT PULL] LOCKDEP and Rust locking changes for v6.14
2024-12-22 11:44 UTC (2+ messages)
[PATCH v2 2/3] platform: arm64: Add driver for EC found in most X1E laptops
2024-12-22 6:56 UTC (9+ messages)
[PATCH 0/9] Regulator driver with I2C/Regmap Rust abstractions
2024-12-21 20:20 UTC (13+ messages)
` [PATCH 2/9] rust: add abstraction for regmap
` [PATCH 5/9] rust: regulator: add Regulator Driver abstraction
` [PATCH 7/9] dt-bindings: regulator: add binding for ncv6336 regulator
` [PATCH 8/9] regulator: add driver "
[PATCH v2 0/3] implement `kernel::sync::Refcount` and convert users
2024-12-21 18:29 UTC (4+ messages)
` [PATCH v2 1/3] rust: implement `kernel::sync::Refcount`
` [PATCH v2 2/3] rust: convert `Arc` to use `Refcount`
` [PATCH v2 3/3] rust: block: convert `block::mq` "
[RFC 0/5] locking: Start watching Rust locking primitives
2024-12-20 23:48 UTC (6+ messages)
` [RFC 1/5] locking: MAINTAINERS: "
[PATCH] rust: block: fix use of BLK_MQ_F_SHOULD_MERGE
2024-12-20 14:22 UTC (2+ messages)
[PATCH v4 0/3] rust: add kunit doctest with doc fixes
2024-12-20 6:25 UTC (4+ messages)
` [PATCH v4 1/3] rust: error: Change `LayoutError` to internal
` [PATCH v4 2/3] rust: error: Update 'stack_try_pin_init' example
` [PATCH v4 3/3] rust: alloc: Add doctest for `ArrayLayout`
[PATCH v3 1/3] rust: error: Change `LayoutError` to internal
2024-12-20 6:15 UTC (2+ messages)
[PATCH v6 0/7] rust: Add IO polling
2024-12-20 5:57 UTC (4+ messages)
` [PATCH v6 7/7] net: phy: qt2025: Wait until PHY becomes ready
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).