public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 17:42:40 to 2026-03-16 10:43:39 UTC [more...]

[PATCH 00/79] block: rnull: complete the rust null block driver
 2026-03-16 10:43 UTC  (27+ messages)
` [PATCH 01/79] block: rnull: adopt new formatting guidelines
` [PATCH 02/79] block: rnull: add module parameters
` [PATCH 03/79] block: rnull: add macros to define configfs attributes
` [PATCH 04/79] block: rust: fix generation of bindings to `BLK_STS_.*`
` [PATCH 05/79] block: rust: change `queue_rq` request type to `Owned`
` [PATCH 06/79] block: rust: add `Request` private data support
` [PATCH 09/79] block: rust: introduce `kernel::block::bio` module
` [PATCH 10/79] block: rust: add `command` getter to `Request`
` [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH 12/79] block: rust: add `TagSet` flags
` [PATCH 13/79] block: rnull: add memory backing
` [PATCH 14/79] block: rnull: add submit queue count config option
` [PATCH 15/79] block: rnull: add `use_per_node_hctx` "

[PATCH] rust: sync: completion: mark inline complete_all and wait_for_completion
 2026-03-16  8:21 UTC 

[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-03-16  8:18 UTC  (3+ messages)
` [PATCH v4 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v4 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-16  6:33 UTC  (21+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids
` [PATCH v3 4/7] mfd: match acpi devices against PRP0001
` [PATCH v3 5/7] dt-bindings: mfd: Add synology,microp device
` [PATCH v3 6/7] mfd: Add synology microp core driver
` [PATCH v3 7/7] leds: add synology microp led driver

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-03-16  6:08 UTC  (4+ messages)

[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-16  5:57 UTC  (7+ messages)
` [PATCH v9 1/6] rust: device: add device name method
` [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v9 3/6] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v9 4/6] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v9 5/6] gpu: nova-core: create debugfs root in "
` [PATCH v9 6/6] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
 2026-03-16  4:49 UTC  (6+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-16  4:34 UTC  (8+ messages)
` [PATCH v12 1/1] "

[PATCH v8 0/7] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-16  3:44 UTC  (14+ messages)
` [PATCH v8 1/7] rust: device: add device name method
` [PATCH v8 2/7] rust: uaccess: add write_dma() for copying from DMA buffers to userspace
` [PATCH v8 3/7] rust: dma: implement BinaryWriter for CoherentAllocation<u8>
` [PATCH v8 5/7] gpu: nova-core: use pin projection in method boot()

[PATCH v3 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
 2026-03-15 22:16 UTC  (2+ messages)

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-03-15 21:23 UTC  (3+ messages)
`  "

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-15 21:23 UTC  (2+ messages)

[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
 2026-03-15 18:21 UTC  (5+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID

[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
 2026-03-15 17:25 UTC  (4+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID

[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
 2026-03-15 17:16 UTC  (4+ messages)
` [PATCH v2 1/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity

[PATCH] [PATCH 7.0-rc3] Consolidation of sdhci-imx and Rust PinInit optimization
 2026-03-15 14:16 UTC  (2+ messages)

[PATCH v9 00/10] rust: add `register!` macro
 2026-03-15 10:57 UTC  (17+ messages)
` [PATCH v9 01/10] rust: enable the `generic_arg_infer` feature
` [PATCH v9 02/10] rust: num: add `shr` and `shl` methods to `Bounded`
` [PATCH v9 03/10] rust: num: add `into_bool` method "
` [PATCH v9 04/10] rust: num: make Bounded::get const
` [PATCH v9 05/10] rust: io: add IoLoc type and generic I/O accessors
` [PATCH v9 06/10] rust: io: use generic read/write accessors for primitive accesses
` [PATCH v9 07/10] rust: io: add `register!` macro
` [PATCH v9 08/10] rust: io: introduce `write_reg` and `LocatedRegister`
` [PATCH v9 09/10] sample: rust: pci: use `register!` macro
` [PATCH FOR REFERENCE v9 10/10] gpu: nova-core: use the kernel "

[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
 2026-03-15 10:45 UTC  (12+ messages)
` [PATCH v1 RESEND 1/4] drm/tyr: clear reset IRQ before soft reset
` [PATCH v1 RESEND 2/4] rust: add Work::disable_sync
` [PATCH v1 RESEND 3/4] rust: add ordered workqueue wrapper
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling

[PATCH v3 0/2] rust: take advantage of newer rust-analyzer features
 2026-03-15  7:01 UTC  (4+ messages)
` [PATCH v3 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure

[PATCH v7 0/2] Initial work for Rust abstraction for HID device driver development
 2026-03-15  4:03 UTC  (4+ messages)
` [PATCH v7 1/2] rust: core abstractions for HID drivers
` [PATCH v7 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-03-15  0:56 UTC  (2+ messages)

[GIT PULL] Rust fixes for 7.0 (2nd)
 2026-03-14 19:53 UTC  (2+ messages)

[PATCH v3 0/4] rust: add basic serial device bus abstractions
 2026-03-14 14:58 UTC  (15+ messages)
` [PATCH v3 1/4] rust: devres: return reference in `devres::register`
` [PATCH v3 2/4] serdev: add rust private data to serdev_device
` [PATCH v3 3/4] rust: add basic serial device bus abstractions
` [PATCH v3 4/4] samples: rust: add Rust serial device bus sample device driver

[linux-next:master 5585/5731] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
 2026-03-14 13:37 UTC  (9+ messages)
        ` [PATCH] rust_binder: use AssertSync for BINDER_VM_OPS

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-14 11:22 UTC  (10+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

[PATCH v4 0/3] Creation of workqueues in Rust
 2026-03-14 10:31 UTC  (9+ messages)
` [PATCH v4 3/3] rust: workqueue: add creation of workqueues

[PATCH v8 00/10] rust: add `register!` macro
 2026-03-14  1:19 UTC  (8+ messages)
` [PATCH v8 07/10] rust: io: introduce `IntoIoVal` trait and single-argument `write_val`

[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
 2026-03-13 23:20 UTC  (11+ messages)

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-13 20:32 UTC  (6+ messages)
` [PATCH v3 1/7] rust: Add `parent_unchecked` function to `Device`
` [PATCH v3 2/7] rust: add basic mfd abstractions
` [PATCH v3 3/7] acpi: add acpi_of_match_device_ids

[PATCH v8 0/7] Rust bindings for gem shmem + iosys_map
 2026-03-13 19:31 UTC  (2+ messages)

[PATCH v2 0/5] drm/tyr: Use register! macro
 2026-03-13 19:18 UTC  (12+ messages)
` [PATCH v2 1/5] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v2 3/5] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v2 4/5] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v2 5/5] drm/tyr: Remove custom register struct

[RFC PATCH 2/4] rust: sync: Add dma_fence abstractions
 2026-03-13 17:27 UTC  (11+ messages)

[RFC v2 00/10] gpu: nova-core: boot GSP with vGPU enabled
 2026-03-13 16:53 UTC  (11+ messages)
` [RFC v2 01/10] rust: pci: expose sriov_get_totalvfs() helper
` [RFC v2 02/10] gpu: nova-core: factor out common FSP message header
` [RFC v2 03/10] gpu: nova-core: return FSP response buffer to caller
` [RFC v2 04/10] gpu: nova-core: read vGPU mode from FSP via PRC protocol
` [RFC v2 05/10] gpu: nova-core: add FSP and PRC protocol documentation
` [RFC v2 06/10] gpu: nova-core: introduce vgpu_support module param
` [RFC v2 07/10] gpu: nova-core: populate GSP_VF_INFO when vGPU is enabled
` [RFC v2 08/10] gpu: nova-core: set RMSetSriovMode when NVIDIA "
` [RFC v2 09/10] gpu: nova-core: reserve a larger GSP WPR2 heap when "
` [RFC v2 10/10] gpu: nova-core: load the scrubber ucode when vGPU support "

[PATCH 0/2] gpu: nova-core: add fwctl driver
 2026-03-13 16:26 UTC  (4+ messages)
` [PATCH 2/2] gpu: nova-core: add fwctl driver for firmware control interface

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-13 15:40 UTC  (3+ messages)
` [PATCH 7/9] "

[PATCH v19 0/5] SpinLockIrq for rust
 2026-03-13 13:30 UTC  (3+ messages)
` [PATCH v19 1/5] rust: Introduce interrupt module

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-13 10:35 UTC  (13+ messages)
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-03-13  6:58 UTC  (3+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP

[PATCH v2 0/3] docs: sp_SP: Add Rust documentation section
 2026-03-13  2:12 UTC  (9+ messages)
` [PATCH v2 3/3] docs: sp_SP: Add Spanish translation for Rust coding guidelines

[RFC PATCH net-next] net: phy: rust: add experimental Davicom PHY driver
 2026-03-13  0:44 UTC  (5+ messages)

[PATCH] rust: list: hide macros from top-level kernel doc
 2026-03-12 17:46 UTC 

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-12 17:45 UTC  (4+ messages)
` [PATCH v12.1 "
  ` [PATCH v12.1 1/1] rust: gpu: Add "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox