rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-14 16:54:29 to 2024-12-20 06:25:54 UTC [more...]

[PATCH v4 0/3] rust: add kunit doctest with doc fixes
 2024-12-20  6:25 UTC  (3+ messages)
` [PATCH v4 1/3] rust: error: Change `LayoutError` to internal
` [PATCH v4 2/3] rust: error: Update 'stack_try_pin_init' example

[PATCH v7 0/7] rust: Add IO polling
 2024-12-20  6:18 UTC  (8+ 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 v3 0/3] rust: add kunit doctest with doc fixes
 2024-12-20  6:15 UTC  (9+ messages)
` [PATCH v3 1/3] rust: error: Change `LayoutError` to internal
` [PATCH v3 2/3] rust: error: Update 'stack_try_pin_init' example
` [PATCH v3 3/3] rust: alloc: Add doctest for `ArrayLayout`

[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

[PATCH v4 00/11] rust: bindings: Auto-generate inline static functions
 2024-12-20  2:55 UTC  (5+ messages)

[PATCH RFC 0/3] rust: Add Per-CPU Variable API
 2024-12-19 21:08 UTC  (4+ 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 v7 00/18] Implement DWARF modversions
 2024-12-19 21:07 UTC  (19+ 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 v2 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
 2024-12-19 20:58 UTC  (3+ 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 v2 2/3] platform: arm64: Add driver for EC found in most X1E laptops
 2024-12-19 20:58 UTC  (3+ messages)

[PATCH 0/9] Regulator driver with I2C/Regmap Rust abstractions
 2024-12-19 18:58 UTC  (18+ messages)
` [PATCH 1/9] rust: i2c: add basic I2C client abstraction
` [PATCH 2/9] rust: add abstraction for regmap
` [PATCH 3/9] rust: error: add declaration for ENOTRECOVERABLE error
` [PATCH 4/9] rust: regulator: add abstraction for Regulator's modes
` [PATCH 5/9] rust: regulator: add Regulator Driver abstraction
` [PATCH 6/9] rust: regulator: add support for regmap
` [PATCH 7/9] dt-bindings: regulator: add binding for ncv6336 regulator
` [PATCH 8/9] regulator: add driver "
` [PATCH 9/9] arm64: dts: qcom: apq8039-t2: add node "

[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-19 17:04 UTC  (17+ 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 06/16] rust: add `Revocable` type
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v7 08/16] rust: add devres abstraction
` [PATCH v7 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v7 10/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v7 11/16] samples: rust: add Rust PCI sample driver
` [PATCH v7 12/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v7 13/16] rust: driver: implement `Adapter`
` [PATCH v7 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v7 15/16] samples: rust: add Rust platform sample driver
` [PATCH v7 16/16] MAINTAINERS: add Danilo to DRIVER CORE

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-19 15:07 UTC  (19+ messages)
` [PATCH v6 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v6 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v6 13/16] rust: driver: implement `Adapter`
` [PATCH v6 15/16] samples: rust: add Rust platform sample driver

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-12-19 12:02 UTC  (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1

[PATCH v7 0/2] Add dma coherent allocator abstraction
 2024-12-19 11:22 UTC  (11+ messages)
` [PATCH v7 2/2] rust: add "

arch/x86/include/asm/current.h:49:9: error: call to undeclared function '__typeof_unqual__'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 2024-12-18 20:14 UTC  (3+ messages)

[PATCH net v2] rust: net::phy fix module autoloading
 2024-12-18 19:58 UTC  (10+ messages)

[PATCH] rust: block: fix formatting in GenDisk doc
 2024-12-18 15:23 UTC  (6+ messages)

[PATCH v6 06/16] rust: add `Revocable` type
 2024-12-18 12:38 UTC  (3+ messages)

[PATCH v2 0/5] rust: Add bug/warn abstractions
 2024-12-18 11:04 UTC  (7+ messages)
` [PATCH v2 1/5] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v2 2/5] riscv/bug: "
` [PATCH v2 3/5] arm64/bug: "
` [PATCH v2 4/5] loongarch/bug: "
` [PATCH v2 5/5] rust: Add warn_on and warn_on_once

[PATCH v7] rust: use host dylib naming convention
 2024-12-18 10:14 UTC  (2+ messages)

[PATCH v5 00/14] hrtimer Rust API
 2024-12-18  9:53 UTC  (17+ messages)
` [PATCH v5 01/14] rust: time: Add Ktime::from_ns()
` [PATCH v5 02/14] rust: hrtimer: introduce hrtimer support
` [PATCH v5 03/14] rust: sync: add `Arc::as_ptr`
` [PATCH v5 04/14] rust: hrtimer: implement `TimerPointer` for `Arc`
` [PATCH v5 05/14] rust: hrtimer: allow timer restart from timer handler
` [PATCH v5 06/14] rust: hrtimer: add `UnsafeTimerPointer`
` [PATCH v5 07/14] rust: hrtimer: add `hrtimer::ScopedTimerPointer`
` [PATCH v5 08/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&T>`
` [PATCH v5 09/14] rust: hrtimer: implement `UnsafeTimerPointer` for `Pin<&mut T>`
` [PATCH v5 10/14] rust: alloc: add `Box::into_pin`
` [PATCH v5 11/14] rust: hrtimer: implement `TimerPointer` for `Pin<Box<T>>`
` [PATCH v5 12/14] rust: hrtimer: add `TimerMode`
` [PATCH v5 13/14] rust: hrtimer: add clocksource selection through `ClockSource`
` [PATCH v5 14/14] rust: hrtimer: add maintainer entry

[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
 2024-12-18  2:16 UTC  (20+ messages)

[PATCH v5 1/2] rust: Implement Display for Box
 2024-12-18  0:02 UTC  (2+ messages)

[PATCH v2] rust: sync: document `PhantomData` in `Arc`
 2024-12-17 23:53 UTC  (2+ messages)

[PATCH v2] rust: workqueue: Enable execution of doctests
 2024-12-17 23:52 UTC  (4+ messages)

[PATCH v4] rust: error: modify `from_errno` to use `try_from_errno`
 2024-12-17 23:24 UTC  (2+ messages)

[PATCH v14 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-17 15:28 UTC  (3+ messages)
` [PATCH v14 1/2] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v14 2/2] rust: xarray: Add an abstraction for XArray

[PATCH net-next v2] rust: net::phy scope ThisModule usage in the module_phy_driver macro
 2024-12-17 12:40 UTC  (2+ messages)

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-12-17  9:31 UTC  (21+ messages)
    ` [PATCH v11 1/8] mm: rust: add abstraction for struct mm_struct
    ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
    ` [PATCH v11 3/8] mm: rust: add vm_insert_page
    ` [PATCH v11 4/8] mm: rust: add lock_vma_under_rcu
    ` [PATCH v11 5/8] mm: rust: add mmput_async support
    ` [PATCH v11 7/8] rust: miscdevice: add mmap support
    ` [PATCH v11 8/8] task: rust: rework how current is accessed
    ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()

[PATCH v6 00/18] Implement DWARF modversions
 2024-12-17  0:28 UTC  (4+ messages)
` [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning

[PATCH v10 0/5] Extended MODVERSIONS Support
 2024-12-16 13:25 UTC  (3+ messages)
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information

[PATCH v3 0/3] Additional miscdevice fops parameters
 2024-12-16 12:11 UTC  (2+ messages)

[PATCH v6 0/5] rust: miscdevice: Provide sample driver using the new MiscDevice bindings
 2024-12-16 12:10 UTC  (4+ messages)
` [PATCH v6 2/5] samples: rust: Provide example using the new Rust MiscDevice abstraction

[PATCH RESEND v6] rust: use host dylib naming convention
 2024-12-16  9:49 UTC  (2+ messages)

[PATCH 0/5] use custom FFI integer types
 2024-12-15 22:25 UTC  (3+ messages)

[PATCH v2] rust: sync: Add lock::Backend::assert_is_held()
 2024-12-15 20:17 UTC  (2+ messages)

[PATCH] rust: sync: add #[must_use] to Lock::try_lock
 2024-12-15 20:05 UTC  (3+ messages)
` [PATCH v6] "

[GIT PULL] Rust fixes for 6.13
 2024-12-14 18:16 UTC  (6+ 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).