messages from 2025-07-20 09:49:04 to 2025-07-23 13:51:44 UTC [more...]
[PATCH v7 0/6] rust: add support for request_irq
2025-07-23 13:51 UTC (17+ messages)
` [PATCH v7 3/6] rust: irq: add support for non-threaded IRQs and handlers
` [PATCH v7 4/6] rust: irq: add support for threaded "
[PATCH 0/2] Clean up Rust LockClassKey
2025-07-23 13:49 UTC (5+ messages)
` [PATCH 1/2] rust: sync: refactor static_lock_class!() macro
` [PATCH 2/2] rust: sync: clean up LockClassKey and its docs
[PATCH v15 0/3] rust: platform: add Io support
2025-07-23 13:33 UTC (8+ messages)
` [PATCH v15 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH] rust: io: mem: enable IoRequest doc-tests
[PATCH v6 0/4] rust: Add bug/warn abstractions
2025-07-23 13:23 UTC (5+ messages)
[PATCH 0/2] Add initial interconnect (icc_path) Rust abstractions
2025-07-23 13:22 UTC (15+ messages)
` [PATCH 1/2] rust: Add initial interconnect framework abstractions
` [PATCH DNM 2/2] interconnect: Add a test Rust consumer driver
[PATCH] rust: sync: extend module documentation of aref
2025-07-23 10:51 UTC (3+ messages)
[PATCH v3 0/2] rust: add initial scatterlist abstraction
2025-07-23 8:07 UTC (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] samples: rust: add sample code for "
Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
2025-07-23 6:46 UTC (3+ messages)
` 答复: "
[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
2025-07-23 1:38 UTC (2+ messages)
[PATCH v7 0/3] rust: revocable: Documentation and safety refinements
2025-07-22 21:23 UTC (8+ messages)
` [PATCH v7 1/3] rust: revocable: Clarify write invariant and update safety comments
` [PATCH v7 2/3] rust: revocable: Refactor revocation mechanism to remove generic revoke_internal
` [PATCH v7 3/3] rust: revocable: Document RevocableGuard invariants/safety and refine Deref safety
[RFC PATCH 0/4] rust: miscdevice: abstraction for uring-cmd
2025-07-22 18:52 UTC (25+ messages)
` [PATCH 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [PATCH 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [PATCH 4/4] samples: rust: rust_misc_device: add uring_cmd example
[PATCH] rust: sync: fix safety comment for `static_lock_class`
2025-07-22 18:50 UTC (9+ messages)
[PATCH v2 0/3] Documentation for Device / Driver infrastructure
2025-07-22 15:00 UTC (4+ messages)
` [PATCH v2 1/3] device: rust: expand documentation for DeviceContext
` [PATCH v2 2/3] device: rust: expand documentation for Device
` [PATCH v2 3/3] driver: rust: expand documentation for driver infrastructure
[PATCH v8] rust: transmute: Add methods for FromBytes trait
2025-07-22 14:06 UTC (4+ messages)
[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
2025-07-22 12:49 UTC (16+ messages)
make ARCH=arm64 rustdoc fails on a x86 host with SCS enabled
2025-07-22 12:40 UTC (2+ messages)
[PATCH v2 00/19] gpu: nova-core: register!() macro improvements
2025-07-22 12:39 UTC (7+ messages)
` [PATCH v2 02/19] gpu: nova-core: register: fix typo
` [PATCH v2 16/19] gpu: nova-core: falcon: add distinct base address for PFALCON2
[PATCH v3 0/4] Rust support for `struct iov_iter`
2025-07-22 12:33 UTC (5+ messages)
` [PATCH v3 1/4] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v3 2/4] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v3 3/4] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v3 4/4] samples: rust_misc_device: Expand the sample to support read()ing from userspace
[PATCH] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-07-22 12:31 UTC (5+ messages)
[PATCH v4] rust: move ARef and AlwaysRefCounted to sync::aref
2025-07-22 11:54 UTC (5+ messages)
[PATCH] rust: irq: add &Device<Bound> argument to irq callbacks
2025-07-22 11:47 UTC (4+ messages)
[PATCH 1/2] rust: io: fix broken intra-doc link to missing `flags` module
2025-07-22 9:29 UTC (4+ messages)
` [PATCH 2/2] rust: io: fix broken intra-doc links to `platform::Device`
[PATCH v2] vfs: add Rust files to MAINTAINERS
2025-07-22 8:05 UTC (3+ messages)
[PATCH] rust: types: remove `Either<L, R>`
2025-07-21 21:59 UTC (6+ messages)
[PATCH v2 0/8] rust: use `kernel::{fmt,prelude::fmt!}`
2025-07-21 21:25 UTC (7+ messages)
` [PATCH v2 5/8] rust: file: "
` [PATCH v2 7/8] rust: seq_file: "
[PATCH v2 00/10] rust: use `core::ffi::CStr` method names
2025-07-21 20:49 UTC (6+ messages)
` [PATCH v2 04/10] rust: cpufreq: "
[PATCH v1 0/3] rust: make various `alloc` functions `const fn`
2025-07-21 20:13 UTC (10+ messages)
` [PATCH v1 1/3] rust: make `allocator::aligned_size` a "
` [PATCH v1 2/3] rust: make `ArrayLayout::new_unchecked` "
` [PATCH v1 3/3] rust: make `kvec::Vec` functions "
[PATCH v5] rust: drm: Drop the use of Opaque for ioctl arguments
2025-07-21 15:58 UTC (8+ messages)
[GIT PULL] [PATCH v2 0/5] rust: Task & schedule related changes for v6.17
2025-07-21 14:35 UTC (5+ messages)
[PATCH 0/3] Documentation for Device / Driver infrastructure
2025-07-21 13:48 UTC (19+ messages)
` [PATCH 1/3] device: rust: documentation for DeviceContext
` [PATCH 2/3] device: rust: expand documentation for Device
` [PATCH 3/3] driver: rust: expand documentation for driver infrastructure
[PATCH 0/6] Replace `kernel::str::CStr` with `core::ffi::CStr` (cycle 1)
2025-07-21 12:54 UTC (10+ messages)
` [PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
[PATCH v3] rust: remove spurious compiler_builtins dependents
2025-07-21 12:25 UTC (4+ messages)
[PATCH v4 0/2] rust: `overflow_assert!` macro
2025-07-21 11:28 UTC (8+ messages)
` [PATCH v4 1/2] rust: kernel: create "
` [PATCH v4 2/2] rust: uaccess: refactor to use `overflow_assert!`
[PATCH] rust: Add #[must_use] to Lock::try_lock, GlobalLock::try_lock, and XArray::try_lock
2025-07-21 11:06 UTC (2+ messages)
Meet compiled kernel binaray abnormal issue while enabling generic kasan in kernel 6.12 with some default KBUILD_RUSTFLAGS on
2025-07-21 6:10 UTC (3+ messages)
[PATCH v3 0/3] Initial work for Rust abstraction for HID device driver development
2025-07-21 2:04 UTC (4+ messages)
` [PATCH v3 1/3] HID: core: Change hid_driver to use a const char* for name
` [PATCH v3 2/3] rust: core abstractions for HID drivers
` [PATCH v3 3/3] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
[PATCH v2 0/2] rust: minor idiomatic fixes to doctest generator
2025-07-20 23:01 UTC (5+ messages)
` [PATCH v2 2/2] rust: emit path candidates in panic message
[PATCH] rust: list: remove nonexistent generic parameter in link
2025-07-20 20:13 UTC (3+ messages)
[PATCH v2 0/4] Initial work for Rust abstraction for HID device driver development
2025-07-20 16:44 UTC (7+ messages)
` [PATCH v2 2/4] rust: add kref bindings
` [PATCH v2 3/4] rust: core abstractions for HID drivers
How can I get involved?
2025-07-20 15:27 UTC (3+ messages)
[PATCH v2 0/5] dma::Device trait and DMA mask
2025-07-20 14:33 UTC (2+ messages)
[PATCH 1/4] rust: bindings: add io_uring headers in bindings_helper.h
2025-07-20 12:29 UTC (2+ messages)
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).