messages from 2025-07-02 08:38:31 to 2025-07-04 10:09:57 UTC [more...]
[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-07-04 10:09 UTC (20+ messages)
` [PATCH v13 2/5] rust: support formatting of foreign types
[PATCH v14 0/7] rust: extend `module!` macro with integer parameter support
2025-07-04 9:59 UTC (27+ messages)
` [PATCH v14 1/7] rust: sync: add `OnceLock`
` [PATCH v14 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v14 3/7] rust: introduce module_param module
` [PATCH v14 4/7] rust: module: use a reference in macros::module::module
` [PATCH v14 5/7] rust: module: update the module macro with module parameter support
` [PATCH v14 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v14 7/7] modules: add rust modules files to MAINTAINERS
[PATCH v6 0/6] rust: add support for request_irq
2025-07-04 9:31 UTC (16+ 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 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 (8+ messages)
[PATCH] rust: rbtree: simplify finding `current` in `remove_current`
2025-07-04 7:36 UTC (2+ 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 (9+ 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 (17+ messages)
` [PATCH v7 1/8] pwm: Expose PWM_WFHWSIZE in public header
` [PATCH v7 2/8] rust: pwm: Add Kconfig and basic data structures
` [PATCH v7 3/8] rust: pwm: Add core 'Device' and 'Chip' object wrappers
` [PATCH v7 4/8] rust: pwm: Add driver operations trait and registration support
` [PATCH v7 5/8] pwm: Add Rust driver for T-HEAD TH1520 SoC
` [PATCH v7 6/8] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
` [PATCH v7 7/8] riscv: dts: thead: Add PWM controller node
` [PATCH v7 8/8] riscv: dts: thead: Add PWM fan and thermal control
[PATCH v3 0/7] Documentation for nova-core
2025-07-03 15:50 UTC (15+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
` [PATCH v3 3/7] gpu: nova-core: Clarify falcon code
` [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
[PATCH v4 0/6] replace `allow(...)` lints with `expect(...)`
2025-07-02 18:47 UTC (3+ messages)
` [PATCH v4 2/6] rust: switch to `#[expect(...)]` in init and kunit
[PATCH v11 0/4] rust: platform: add Io support
2025-07-02 18:16 UTC (9+ messages)
` [PATCH v11 1/4] rust: io: add resource abstraction
` [PATCH v11 4/4] rust: platform: allow ioremap of platform resources
[PATCH v10 0/4] support large align and nid in Rust allocators
2025-07-02 16:09 UTC (5+ messages)
` [PATCH v10 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v10 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v10 3/4] rust: add support for NUMA ids in allocations
` [PATCH v10 4/4] rust: support large alignments "
[PATCH 0/3] rust: xarray: add `insert` and `reserve`
2025-07-02 13:39 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH v7] rust: kernel: add support for bits/genmask macros
2025-07-02 13:27 UTC (5+ messages)
[PATCH v11 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
2025-07-02 13:24 UTC (7+ messages)
` [PATCH v11 1/4] rust: types: Add Ownable/Owned types
` [PATCH v11 2/4] rust: Split `AlwaysRefCounted` into two traits
` [PATCH v11 4/4] rust: Add `OwnableRefCounted`
[PATCH v6 0/2] Add a bare-minimum Regulator abstraction
2025-07-02 13:14 UTC (6+ messages)
` [PATCH v6 1/2] rust: regulator: add a bare minimum regulator abstraction
[PATCH v2 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref
2025-07-02 12:24 UTC (2+ messages)
[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
2025-07-02 11:01 UTC (2+ messages)
[RFC RESEND v10 00/14] Refcounted interrupts, SpinLockIrq for rust
2025-07-02 10:16 UTC (2+ messages)
[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
2025-07-02 10:01 UTC (17+ messages)
` [PATCH v13 2/6] rust: introduce module_param module
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).