rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-05 09:23:50 to 2025-03-06 13:37:13 UTC [more...]

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-06 13:37 UTC  (4+ messages)
` [PATCH v12 2/3] "

[PATCH] kbuild: rust: add rustc-min-version support function
 2025-03-06 12:57 UTC  (5+ messages)

[PATCH v5 0/5] Initial Nova Core series
 2025-03-06 12:56 UTC  (28+ messages)
` [PATCH v5 1/5] rust: module: add type `LocalModule`
` [PATCH v5 2/5] rust: firmware: introduce `firmware::ModInfoBuilder`
` [PATCH v5 3/5] rust: firmware: add `module_firmware!` macro
` [PATCH v5 4/5] gpu: nova-core: add initial driver stub
` [PATCH v5 5/5] gpu: nova-core: add initial documentation

[PATCH V3 0/2] rust: Add basic clock abstractions
 2025-03-06 12:33 UTC  (9+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions

[PATCH v4] rust: adding UniqueRefCounted and UniqueRef types
 2025-03-06 12:08 UTC  (15+ messages)

[PATCH V6 2/2] checkpatch: check format of Vec<String> in modules
 2025-03-06 11:39 UTC  (9+ messages)

[PATCH v3 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
 2025-03-06 10:45 UTC  (12+ messages)
` [PATCH v3 2/2] rust: types: `Opaque` doc: Add some destructor description

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-03-06 10:42 UTC  (12+ messages)

[PATCH V2 0/2] rust: Add basic clock bindings
 2025-03-06  4:48 UTC  (10+ messages)
` [PATCH V2 2/2] rust: Add basic bindings for clk APIs

[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
 2025-03-05 23:58 UTC  (3+ messages)

[PATCH v3 0/6] rust: treewide: add missing newlines to printing calls
 2025-03-05 23:55 UTC  (3+ messages)
` [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main

[PATCH v9] Kunit to check the longest symbol length
 2025-03-05 23:17 UTC  (2+ messages)

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-03-05 22:59 UTC  (34+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings
` [RFC v3 02/33] rust: drm: Add traits for registering KMS devices
` [RFC v3 03/33] rust: drm/kms: Introduce the main ModeConfigObject traits
` [RFC v3 04/33] rust: drm/kms: Add drm_connector bindings
` [RFC v3 05/33] rust: drm/kms: Add drm_plane bindings
` [RFC v3 06/33] rust: drm/kms: Add drm_crtc bindings
` [RFC v3 07/33] rust: drm/kms: Add drm_encoder bindings
` [RFC v3 08/33] rust: drm/kms: Add UnregisteredConnector::attach_encoder()
` [RFC v3 09/33] rust: drm/kms: Add DriverConnector::get_mode callback
` [RFC v3 10/33] rust: drm/kms: Add ConnectorGuard::add_modes_noedid()
` [RFC v3 11/33] rust: drm/kms: Add ConnectorGuard::set_preferred_mode
` [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState
` [RFC v3 13/33] rust: drm/kms: Add RawPlane and RawPlaneState
` [RFC v3 14/33] rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [RFC v3 15/33] rust: drm/kms: Add OpaqueCrtc and OpaqueCrtcState
` [RFC v3 16/33] rust: drm/kms: Add OpaquePlane and OpaquePlaneState
` [RFC v3 17/33] rust: drm/kms: Add OpaqueEncoder
` [RFC v3 18/33] rust: drm/kms: Add drm_atomic_state bindings
` [RFC v3 19/33] rust: drm/kms: Add DriverCrtc::atomic_check()
` [RFC v3 20/33] rust: drm/kms: Add DriverPlane::atomic_update()
` [RFC v3 21/33] rust: drm/kms: Add DriverPlane::atomic_check()
` [RFC v3 22/33] rust: drm/kms: Add RawCrtcState::active()
` [RFC v3 23/33] rust: drm/kms: Add RawPlaneState::crtc()
` [RFC v3 24/33] rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [RFC v3 25/33] rust: drm/kms: Add drm_framebuffer bindings
` [RFC v3 26/33] rust: drm/kms: Add RawPlane::framebuffer()
` [RFC v3 27/33] rust: drm/kms: Add DriverCrtc::atomic_begin() and atomic_flush()
` [RFC v3 28/33] rust: drm/kms: Add DriverCrtc::atomic_enable() and atomic_disable()
` [RFC v3 29/33] rust: drm: Add Device::event_lock()
` [RFC v3 30/33] rust: drm/kms: Add Device::num_crtcs()
` [RFC v3 31/33] rust: drm/kms: Add VblankSupport
` [RFC v3 32/33] rust: drm/kms: Add Kms::atomic_commit_tail
` [RFC v3 33/33] drm: Introduce RVKMS!

[PATCH] rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Option<KBox<T>>`
 2025-03-05 23:02 UTC  (5+ messages)

[PATCH v7] rust: alloc: satisfy POSIX alignment requirement
 2025-03-05 23:02 UTC  (2+ messages)

[PATCH] rust: remove leftover mentions of the `alloc` crate
 2025-03-05 23:01 UTC  (2+ messages)

[PATCH v12 2/3] rust: add dma coherent allocator abstraction
 2025-03-05 22:01 UTC  (22+ messages)
          ` Allow data races on some read/write operations

[RFC v2 00/20] lib: Rust implementation of SPDM
 2025-03-05 19:54 UTC  (9+ messages)
` [RFC v2 09/20] PCI/CMA: Expose in sysfs whether devices are authenticated

[PATCH v8 00/14] hrtimer Rust API
 2025-03-05 17:34 UTC  (7+ messages)

[PATCH 00/22] make pin-init into a standalone crate
 2025-03-05 17:27 UTC  (91+ messages)
  ` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
  ` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
  ` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
  ` [PATCH 11/22] rust: pin-init: fix documentation links
  ` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
  ` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called
  ` [PATCH 15/22] rust: make pin-init its own crate
  ` [PATCH 16/22] rust: pin-init: add `std` and `alloc` support from the user-space version
  ` [PATCH 17/22] rust: pin-init: synchronize documentation with "
  ` [PATCH 20/22] rust: pin-init: add miscellaneous files from "
  ` [PATCH 21/22] rust: pin-init: re-enable doctests
    ` [PATCH 01/22] rust: init: disable doctests
    ` [PATCH 02/22] rust: move pin-init API into its own directory
    ` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
    ` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
    ` [PATCH 05/22] rust: pin-init: change examples to the user-space version
    ` [PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
    ` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
    ` [PATCH 14/22] rust: add pin-init crate build infrastructure
    ` [PATCH 18/22] rust: pin-init: internal: synchronize with user-space version
    ` [PATCH 19/22] rust: pin-init: miscellaneous synchronization with the "

[PATCH] rust: add new macro for common bitwise operations
 2025-03-05 14:18 UTC  (4+ messages)

[PATCH v4 0/4] rust: Add bug/warn abstractions
 2025-03-05 11:08 UTC  (5+ messages)
` [PATCH v4 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v4 2/4] riscv/bug: "
` [PATCH v4 3/4] arm64/bug: "
` [PATCH v4 4/4] rust: Add warn_on macro

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-03-05 10:36 UTC  (5+ messages)
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once


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).