messages from 2025-07-03 00:20:09 to 2025-07-04 22:38:12 UTC [more...]
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-07-04 22:38 UTC (16+ messages)
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
[PATCH] rust: rbtree: simplify finding `current` in `remove_current`
2025-07-04 22:15 UTC (4+ messages)
[PATCH 0/6] Replace `kernel::str::CStr` with `core::ffi::CStr` (cycle 1)
2025-07-04 20:56 UTC (8+ messages)
` [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
` [PATCH 2/6] rust: kernel: add `fmt` module
` [PATCH 3/6] rust: use `kernel::{fmt,prelude::fmt!}`
` [PATCH 4/6] rust: str: remove unnecessary qualification
` [PATCH 5/6] rust: add `CStr` methods matching `core::ffi::CStr`
` [PATCH 6/6] rust: use `core::ffi::CStr` method names
[PATCH] rust: devres: remove unused import
2025-07-04 20:30 UTC (3+ messages)
[PATCH v2 0/4] rust: i2c: Add basic I2C driver abstractions
2025-07-04 20:16 UTC (8+ messages)
` [PATCH v2 1/4] rust: i2c: add basic I2C device and "
` [PATCH v2 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v2 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v2 4/4] samples: rust: add Rust manual I2C device creation sample
[PATCH] rust: auxiliary: remove unnecessary import
2025-07-04 19:50 UTC
[PATCH] rust: drm: remove unnecessary imports
2025-07-04 19:50 UTC
[PATCH] rust: miscdevice: remove unnecessary import
2025-07-04 19:50 UTC
[PATCH] rust: platform: remove unnecessary import
2025-07-04 19:49 UTC
[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-04 19:38 UTC (29+ messages)
` [PATCH v13 2/5] rust: support formatting of foreign types
` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
[PATCH v7 0/2] Add a bare-minimum Regulator abstraction
2025-07-04 18:43 UTC (3+ messages)
` [PATCH v7 1/2] rust: regulator: add a bare minimum regulator abstraction
` [PATCH v7 2/2] MAINAINTERS: add regulator.rs to the regulator API entry
[PATCH v6 0/6] rust: add support for request_irq
2025-07-04 18:29 UTC (22+ messages)
` [PATCH v6 1/6] rust: irq: add irq module
` [PATCH v6 2/6] rust: irq: add flags module
` [PATCH v6 3/6] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v6 4/6] rust: irq: add support for threaded "
` [PATCH v6 5/6] rust: platform: add irq accessors
` [PATCH v6 6/6] rust: pci: "
[PATCH v12 0/3] rust: platform: add Io support
2025-07-04 16:25 UTC (4+ messages)
` [PATCH v12 1/3] rust: io: add resource abstraction
` [PATCH v12 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v12 3/3] rust: platform: add resource accessors
[PATCH v10 0/4] support large align and nid in Rust allocators
2025-07-04 15:23 UTC (5+ messages)
` [PATCH v10 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v10 3/4] rust: add support for NUMA ids in allocations
[PATCH v8 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-07-04 15:12 UTC (9+ messages)
` [PATCH v8 1/7] rust: pwm: Add Kconfig and basic data structures
` [PATCH v8 2/7] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v8 3/7] rust: pwm: Add driver operations trait and registration support
` [PATCH v8 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v8 5/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v8 6/7] riscv: dts: thead: Add PWM controller node
` [PATCH v8 7/7] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v14 0/7] rust: extend `module!` macro with integer parameter support
2025-07-04 14:00 UTC (27+ messages)
` [PATCH v14 1/7] rust: sync: add `OnceLock`
` [PATCH v14 3/7] rust: introduce module_param module
` [PATCH v14 5/7] rust: module: update the module macro with module parameter support
[PATCH v2 0/4] Rust support for `struct iov_iter`
2025-07-04 9:26 UTC (5+ messages)
` [PATCH v2 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v2 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v2 3/4] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v2 4/4] samples: rust_misc_device: Expand the sample to support read()ing from userspace
[PATCH v1] rust: time: Add examples with doctest for Delta
2025-07-04 7:38 UTC (6+ messages)
[PATCH v5 0/6] rust: add support for request_irq
2025-07-04 7:29 UTC (5+ messages)
` [PATCH v5 3/6] rust: irq: add support for non-threaded IRQs and handlers
[PATCH 00/18] gpu: nova-core: register!() macro improvements
2025-07-04 7:25 UTC (19+ messages)
` [PATCH 01/18] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH 02/18] gpu: nova-core: register: fix typo
` [PATCH 03/18] gpu: nova-core: register: fix alias documentation
` [PATCH 04/18] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH 05/18] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH 06/18] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH 07/18] gpu: nova-core: register: fix documentation and indentation
` [PATCH 08/18] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH 09/18] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH 10/18] gpu: nova-core: register: improve `Debug` implementation
` [PATCH 11/18] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH 12/18] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH 13/18] gpu: nova-core: register: use #[inline(always)] for all methods
` [PATCH 14/18] gpu: nova-core: register: redesign relative registers
` [PATCH 15/18] gpu: nova-core: falcon: add distinct base address for PFALCON2
` [PATCH 16/18] gpu: nova-core: register: add support for register arrays
` [PATCH 17/18] gpu: nova-core: falcon: use register arrays for FUSE registers
` [PATCH 18/18] gpu: nova-core: registers: add support for relative array registers
[PATCH v3 0/5] rust: time: Convert hrtimer to use Instant and Delta
2025-07-04 7:20 UTC (4+ messages)
[PATCH v1] rust: time: make ClockSource unsafe trait
2025-07-04 7:13 UTC (6+ messages)
[PATCH] rust: fix outdated safety note in `Revocable::revoke_internal`
2025-07-04 5:02 UTC (3+ messages)
[PATCH v3 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-04 4:10 UTC (4+ messages)
` [PATCH v3 1/3] rust: device_id: split out index support into a separate trait
` [PATCH v3 2/3] rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
` [PATCH v3 3/3] rust: net::phy Change module_phy_driver macro to use module_device_table macro
[PATCH v2 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-04 3:12 UTC (4+ messages)
` [PATCH v2 1/3] rust: device_id: split out index support into a separate trait
[PATCH v3] kunit: fix longest symbol length test
2025-07-04 2:53 UTC (3+ messages)
[PATCH v1 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-04 0:19 UTC (5+ messages)
` [PATCH v1 1/3] rust: device_id: make DRIVER_DATA_OFFSET optional
[PATCH] rust: drm: device: drop_in_place() the drm::Device in release()
2025-07-03 22:42 UTC (3+ messages)
[PATCH v7 0/8] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-07-03 21:42 UTC (12+ messages)
` [PATCH v7 1/8] pwm: Expose PWM_WFHWSIZE in public header
` [PATCH v7 3/8] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v7 8/8] riscv: dts: thead: Add PWM fan and thermal control
` [PATCH v7 7/8] riscv: dts: thead: Add PWM controller node
[PATCH v3 0/7] Documentation for nova-core
2025-07-03 15:50 UTC (11+ messages)
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
` [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon
[PATCH 0/8] Device: generic accessors for drvdata + Driver::unbind()
2025-07-03 15:06 UTC (6+ messages)
` [PATCH 1/8] rust: device: introduce device::Internal
[PATCH v8 4/6] rust: debugfs: Support arbitrary owned backing for File
2025-07-03 14:04 UTC (24+ messages)
[PATCH] Introduce Tyr
2025-07-03 10:45 UTC (4+ messages)
[PATCH v1 0/3] Initial work for Rust abstraction for HID device driver development
2025-07-03 10:36 UTC (8+ messages)
` [PATCH v1 2/3] rust: core abstractions for HID drivers
` [PATCH v1 3/3] rust: hid: Glorious Gaming PC Race Model O and O- mice reference driver
[PATCH v5 0/2] rust: revocable: documentation and refactorings
2025-07-03 8:24 UTC (4+ messages)
` [PATCH v5 1/2] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
[PATCH v2 0/2] rust: add initial scatterlist abstraction
2025-07-03 7:03 UTC (6+ messages)
` [PATCH v2 1/2] rust: add initial scatterlist bindings
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).