messages from 2025-01-07 03:51:37 to 2025-01-13 07:53:32 UTC [more...]
[PATCH V6 00/15] Rust bindings for cpufreq and OPP core + sample driver
2025-01-13 7:53 UTC (48+ 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
[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc7
2025-01-12 22:36 UTC (2+ messages)
[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
2025-01-12 18:32 UTC (13+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust
[PATCH] objtool/rust: add one more `noreturn` Rust function
2025-01-12 14:54 UTC (3+ messages)
[PATCH] docs: rust: Add error handling sections
2025-01-12 13:45 UTC (6+ messages)
` [PATCH] rust: error: Extend the Result documentation
[PATCH v8 0/2] Add dma coherent allocator abstraction
2025-01-12 0:41 UTC (18+ messages)
` [PATCH v8 1/2] rust: error: Add EOVERFLOW
` [PATCH v8 2/2] rust: add dma coherent allocator abstraction
[PATCH v13 0/5] Extended MODVERSIONS Support
2025-01-11 2:25 UTC (4+ messages)
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v6 00/14] hrtimer Rust API
2025-01-10 20:15 UTC (15+ messages)
` [PATCH v6 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v6 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v6 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v6 04/14] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v6 05/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v6 06/14] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v6 07/14] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v6 08/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v6 09/14] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v6 10/14] rust: alloc: add `Box::into_pin`
` [PATCH v6 11/14] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v6 12/14] rust: hrtimer: add `HrTimerMode`
` [PATCH v6 13/14] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v6 14/14] rust: hrtimer: add maintainer entry
[PATCH v8 00/18] Implement DWARF modversions
2025-01-10 17:36 UTC (2+ messages)
[PATCH] rust: Disallow BTF generation with Rust + LTO
2025-01-10 16:41 UTC (14+ messages)
[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
2025-01-10 16:09 UTC (22+ messages)
` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v11 8/8] task: rust: rework how current is accessed
` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
[PATCH v2 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
2025-01-10 14:12 UTC (6+ 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 v7] rust: use host dylib naming convention
2025-01-10 10:47 UTC (2+ messages)
[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
2025-01-10 10:45 UTC (2+ messages)
[PATCH] rust: kbuild: run Clippy for `rusttest` code
2025-01-10 10:44 UTC (2+ messages)
[RFC PATCH] rust: give Clippy the minimum supported Rust version
2025-01-10 10:44 UTC (2+ messages)
[PATCH] rust: document `bindgen` 0.71.0 regression
2025-01-10 10:44 UTC (2+ messages)
[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
2025-01-09 17:17 UTC (9+ messages)
` [PATCH v4 1/4] rust: str: implement `PartialEq` for `BStr`
` [PATCH v4 2/4] rust: str: implement `strip_prefix` "
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions
` [PATCH v4 4/4] rust: add parameter support to the `module!` macro
[PATCH 1/2] devres: add devm_remove_action_nowarn()
2025-01-09 16:26 UTC (13+ messages)
` [PATCH 2/2] rust: devres: remove action in `Devres::drop`
[PATCH v3] rust: platform: add Io support
2025-01-09 16:04 UTC (13+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] rust: io: add resource abstraction
` [PATCH v4 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v4 3/3] rust: platform: allow ioremap of platform resources
[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
2025-01-09 14:51 UTC (2+ messages)
[PATCH v5 00/14] hrtimer Rust API
2025-01-09 13:20 UTC (3+ messages)
` [PATCH v5 05/14] rust: hrtimer: allow timer restart from timer handler
[PATCH] rust: sync: add #[must_use] to Lock::try_lock
2025-01-09 13:05 UTC (3+ messages)
` [PATCH v6] "
[PATCH v7 0/2] Add dma coherent allocator abstraction
2025-01-09 8:44 UTC (6+ messages)
` [PATCH v7 2/2] rust: add "
[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 (8+ 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 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 (12+ messages)
` [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 (8+ messages)
` [PATCH v2 3/3] rust: alloc: make `ReallocFunc::call` inline
` [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 0/3] Fixes for Rust Device / Driver abstractions
2025-01-07 10:41 UTC (4+ messages)
` [PATCH 1/3] rust: pci: do not depend on CONFIG_PCI_MSI
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).