messages from 2025-09-13 17:46:43 to 2025-09-20 16:20:16 UTC [more...]
[PATCH] rust: print: Fix issue with rust_build_error
2025-09-20 16:19 UTC
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-20 15:53 UTC (5+ messages)
[PATCH v1 0/2] Fix objtool warnings with RUST on LoongArch
2025-09-20 12:52 UTC (9+ messages)
` [PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile
[PATCH v3 00/11] `Zeroable` improvements & bindings integration
2025-09-20 10:45 UTC (7+ messages)
` [PATCH v3 05/11] rust: block: replace `core::mem::zeroed` with `pin_init::zeroed`
[PATCH v2 0/2] Clk improvements for 6.18
2025-09-20 10:35 UTC (8+ messages)
` [PATCH v2 1/2] rust: clk: implement Send and Sync
` [PATCH v2 2/2] rust: clk: use the type-state pattern
[PATCH v2 2/3] scripts: remove sphinx-build-wrapper from scripts/
2025-09-20 9:40 UTC
[PATCH] rust: io: use const generics for read/write offsets
2025-09-19 23:56 UTC (8+ messages)
[PATCH net-next] rust: net::phy inline if expressions to improve read_status
2025-09-19 15:16 UTC (4+ messages)
[GIT PULL] Rust timekeeping for v6.18
2025-09-19 11:46 UTC
[GIT PULL] [PATCH 0/4] Rust locking changes for v6.18
2025-09-19 9:27 UTC (6+ messages)
` [PATCH 1/4] locking/spinlock/debug: Fix data-race in do_raw_write_lock
` [PATCH 2/4] rust: lock: guard: Add T: Unpin bound to DerefMut
` [PATCH 3/4] rust: lock: Pin the inner data
` [PATCH 4/4] rust: lock: Add a Pin<&mut T> accessor
[PATCH v2] rust_binder: add Rust Binder driver
2025-09-19 7:42 UTC (2+ messages)
[PATCH v14 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
2025-09-19 7:10 UTC (7+ messages)
` [PATCH v14 1/7] pwm: Export `pwmchip_release` for external use
` [PATCH v14 2/7] rust: pwm: Add Kconfig and basic data structures
` [PATCH v14 4/7] pwm: Add Rust driver for T-HEAD TH1520 SoC
Build break due to merge commit in linux-next 20250916
2025-09-19 5:26 UTC (2+ messages)
[PATCH v3] RISC-V: re-enable gcc + rust builds
2025-09-19 5:20 UTC (3+ messages)
[PATCH] rust_binder: add Rust Binder driver
2025-09-18 17:42 UTC (8+ messages)
[PATCH 0/3] rust: miscdevice: Extending the abstraction
2025-09-18 17:24 UTC (12+ messages)
` [PATCH 1/3] rust: miscdevice: Moved `MiscDevice` to a more general abstraction
` [PATCH 2/3] rust: miscdevice: Implemented `read` and `write`
` [PATCH 3/3] samples: rust: Updated the example using the Rust MiscDevice abstraction
kselftest and cargo
2025-09-18 16:35 UTC (7+ messages)
[RESEND PATCH v5] rust: kernel: introduce `unsafe_precondition_assert!` macro
2025-09-18 16:03 UTC (2+ messages)
[RFC PATCH] rust: sync: Add dma_fence abstractions
2025-09-18 13:53 UTC (4+ messages)
[PATCH v8 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-18 11:54 UTC (3+ messages)
` [PATCH v8 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v8 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE
[PATCH v2 0/2] objtool/LoongArch: Decode more instructions
2025-09-18 9:17 UTC (4+ messages)
` [PATCH v2 1/2] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
` [PATCH v2 2/2] objtool/LoongArch: Mark types based on break immediate code
[PATCH v8 6/8] modpost: Add modname to mod_device_table alias
2025-09-18 8:05 UTC
[PATCH v5 0/2] Initial work for Rust abstraction for HID device driver development
2025-09-18 7:08 UTC (3+ messages)
` [PATCH v5 1/2] rust: core abstractions for HID drivers
` [PATCH v5 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
Printing with overflow checks can cause modpost errors
2025-09-17 23:18 UTC (8+ messages)
[PATCH v4 0/2] Initial work for Rust abstraction for HID device driver development
2025-09-17 22:54 UTC (3+ messages)
` [PATCH v4 1/2] rust: core abstractions for HID drivers
` [PATCH v4 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
[PATCH v4] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
2025-09-17 17:41 UTC (2+ messages)
next-20250915: error[E0425]: cannot find function `atomic_read_acquire` in crate `bindings`
2025-09-17 16:30 UTC (8+ messages)
[RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
2025-09-17 14:56 UTC (13+ messages)
[RFC PATCH 0/3] Initial plumbing for implementing DRM connector APIs in Rust
2025-09-17 14:37 UTC (6+ messages)
[PATCH] rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
2025-09-17 13:09 UTC (2+ messages)
[PATCH] rust: pci: fix incorrect platform reference in PCI driver probe doc comment
2025-09-17 13:08 UTC (2+ messages)
[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
2025-09-17 12:42 UTC (2+ messages)
[PATCH v7 00/24] Split sphinx call logic from docs Makefile
2025-09-17 12:15 UTC (4+ messages)
` [PATCH v7 11/24] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
` [PATCH v7 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
` [PATCH v7 23/24] tools/docs: sphinx-* break documentation bulds on openSUSE
[PATCH v2] RISC-V: re-enable gcc + rust builds
2025-09-17 12:13 UTC (3+ messages)
[PATCH v3 RESEND RESEND 0/3] Initial work for Rust abstraction for HID device driver development
2025-09-17 12:08 UTC (8+ messages)
` [PATCH v3 RESEND RESEND 1/3] HID: core: Change hid_driver to use a const char* for name
` [PATCH v3 RESEND RESEND 2/3] rust: core abstractions for HID drivers
` (subset) [PATCH v3 RESEND RESEND 0/3] Initial work for Rust abstraction for HID device driver development
[PATCH] rust: pci: add PCI interrupt allocation and management support
2025-09-17 11:09 UTC (6+ messages)
[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
2025-09-16 18:30 UTC (2+ messages)
[PATCH] rust: auxiliary: fix "initialialized" typo
2025-09-16 16:31 UTC (5+ messages)
[GIT PULL] DRM Rust changes for v6.18
2025-09-16 15:37 UTC
[GIT PULL] DRM Rust changes for v6.18
2025-09-16 15:33 UTC
[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
2025-09-16 15:17 UTC (2+ messages)
[PATCH v6 00/11] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-16 14:42 UTC (3+ messages)
` [PATCH v6 10/11] gpu: nova-core: Add base files for r570.144 firmware bindings
[PATCH] rust/fs: use intra-doc link for `EBADF` in `BadFdError` docs
2025-09-16 14:40 UTC (2+ messages)
[PATCH v2] rust: auxiliary: fix "initialialized" typo
2025-09-16 13:48 UTC (3+ messages)
[PATCH] Fixed "initialialized" typo in auxiliary.rs
2025-09-16 12:26 UTC (2+ messages)
[PATCH v1] objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
2025-09-16 12:18 UTC (3+ messages)
[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
2025-09-16 12:06 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] Fixed "initialialized" typo in auxiliary.rs
2025-09-16 11:54 UTC (3+ messages)
[PATCH v6 10/21] tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build
2025-09-16 10:22 UTC (2+ messages)
` [PATCH v6 20/21] tools/docs: sphinx-* break documentation bulds on openSUSE
[PATCH v3 00/11] rust: use `core::ffi::CStr` method names
2025-09-16 9:25 UTC (2+ messages)
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-09-16 9:25 UTC (2+ messages)
[PATCH] rust: kunit: allow `cfg` on `test`s
2025-09-16 7:57 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/3] Batch 2 of rust gem shmem work
2025-09-15 17:32 UTC (8+ messages)
` [PATCH v4 3/3] rust: Add dma_buf stub bindings
[PATCH v7 6/8] modpost: Add modname to mod_device_table alias
2025-09-14 20:07 UTC (2+ messages)
[PATCH] rust: less allocation in CString::try_from
2025-09-15 16:53 UTC (5+ messages)
[PATCH] rust: cpufreq: streamline find_supply_names
2025-09-15 13:59 UTC
[PATCH] rust: auxiliary: Fix 'initialialized' typo
2025-09-15 12:14 UTC (2+ messages)
[0001-rust-auxiliary-Fix-initialialized-typo.patch] rust: auxiliary: Fix 'initialialized' typo
2025-09-15 11:31 UTC (2+ messages)
[PATCH] rust: add `rustcheck` make target for check-only builds
2025-09-15 7:32 UTC (5+ messages)
[PATCH] rust: pci: fix incorrect platform references in doc comments
2025-09-15 6:58 UTC (6+ messages)
[PATCH v5 00/12] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-09-15 6:44 UTC (20+ messages)
` [PATCH v5 02/12] gpu: nova-core: move GSP boot code to a dedicated method
[PATCH v2] rust: list: Add an example for `ListLinksSelfPtr` usage
2025-09-14 23:19 UTC (2+ messages)
[PATCH] rust: sync: extend module documentation of aref
2025-09-14 23:19 UTC (2+ messages)
[PATCH] rust: kernel: cpu: mark `CpuId::current()` inline
2025-09-14 23:19 UTC (2+ messages)
[PATCH v2 0/3] Groundwork for Lock<T> when T is pinned
2025-09-14 20:57 UTC (7+ messages)
` [PATCH v2 3/3] rust: lock: add a Pin<&mut T> accessor
[GIT PULL] Driver core fixes for 6.17-rc6
2025-09-13 17:50 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).