rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-11 19:22:55 to 2025-03-14 12:22:49 UTC [more...]

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-03-14 12:22 UTC  (25+ messages)
` [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 07/33] rust: drm/kms: Add drm_encoder bindings
` [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 12/33] rust: drm/kms: Add RawConnector and RawConnectorState
` [RFC v3 14/33] rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [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 21/33] rust: drm/kms: Add DriverPlane::atomic_check()

[PATCH v4] Add methods for FromBytes trait
 2025-03-14 10:45 UTC  (2+ messages)

[PATCH 1/3] rust: enable `raw_ref_op` feature
 2025-03-14 10:25 UTC  (15+ messages)
  ` [PATCH v2 0/3] rust: use &raw [mut] place instead of addr_of[_mut]!(place)
  ` [PATCH v2 1/3] rust: enable `raw_ref_op` feature
  ` [PATCH v2 2/3] rust: clippy: disable `addr_of!`, `addr_of_mut!` macros
  ` [PATCH v2 3/3] rust: replace `addr_of[_mut]!` with `&raw [const | mut]`
` [PATCH 2/3] rust: clippy: disable `addr_of!` and `addr_of_mut` macros
` [PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`

[PATCH v2] rust: task: mark Task methods inline
 2025-03-14  9:30 UTC  (4+ messages)

[PATCH] rust: file: optimize rust symbol generation for FileDescriptorReservation
 2025-03-14  9:21 UTC  (4+ messages)

[PATCH v9] Kunit to check the longest symbol length
 2025-03-14  5:44 UTC  (2+ messages)

[PATCH v2] drm: Add UAPI for the Asahi driver
 2025-03-13 22:18 UTC 

[PATCH] samples: rust_misc_device: fix markup in top-level docs
 2025-03-13 19:47 UTC  (4+ messages)

[PATCH] rust: sync: rcu: Mark Guard methods as inline
 2025-03-13 19:41 UTC  (5+ messages)

[PATCH RFC 0/3] Initial work for Rust abstraction for HID device driver development
 2025-03-13 19:25 UTC  (10+ messages)
` [PATCH RFC 1/3] rust: core abstractions for HID drivers
` [PATCH RFC 2/3] rust: hid: USB Monitor Control Class driver
` [PATCH RFC 3/3] rust: hid: demo the core abstractions for probe and remove

[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-13 18:12 UTC  (35+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

[PATCH] rust/revocable: add try_with() convenience method
 2025-03-13 17:50 UTC  (8+ messages)

[PATCH v4 9/9] drm/vkms: convert to use faux_device
 2025-03-13 17:20 UTC  (5+ messages)

[PATCH RFC] rust: add macros to define registers layout
 2025-03-13 17:14 UTC  (4+ messages)

[PATCH 0/4] Improve soundness of bus device abstractions
 2025-03-13 14:41 UTC  (19+ messages)
` [PATCH 1/4] rust: pci: use to_result() in enable_device_mem()
` [PATCH 2/4] rust: device: implement device context marker
` [PATCH 3/4] rust: pci: fix unrestricted &mut pci::Device
` [PATCH 4/4] rust: platform: fix unrestricted &mut platform::Device

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-03-13 14:32 UTC  (11+ messages)

[GIT PULL] Rust `hrtimer` support for v6.15
 2025-03-13 13:09 UTC 

[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-13 12:20 UTC 

[PATCH 2/3] rust: clippy: disable `addr_of!` and `addr_of_mut` macros
 2025-03-13 12:16 UTC 

[PATCH] MAINTAINERS: TPM DEVICE DRIVER: linux-tpmdd-nixos
 2025-03-13 11:26 UTC  (4+ messages)

[PATCH v2 00/22] make pin-init into a standalone crate
 2025-03-13 11:24 UTC  (7+ messages)
` [PATCH v2 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into the kernel crate
` [PATCH v2 18/22] rust: pin-init: internal: synchronize with user-space version
` [PATCH v2 19/22] rust: pin-init: miscellaneous synchronization with the "

[PATCH] rust: optimize rust symbol generation for SeqFile
 2025-03-13  9:51 UTC 

[PATCH] rust: sync: optimize Rust symbol generation for PollCondVar
 2025-03-13  7:45 UTC 

[PATCH v8 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-13  7:00 UTC  (5+ messages)
` [PATCH v8 1/4] rust: types: Add Ownable/Owned types
` [PATCH v8 2/4] rust: rename AlwaysRefCounted to RefCounted
` [PATCH v8 3/4] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol
` [PATCH v8 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted

[PATCH 0/3] rust: use &raw [mut] place instead of addr_of[_mut]!(place)
 2025-03-13  5:33 UTC 

[PATCH] rust: uaccess: mark UserSliceWriter method inline
 2025-03-13  2:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/4] Auxiliary bus Rust abstractions
 2025-03-13  2:23 UTC  (5+ messages)
` [PATCH v2 1/4] rust: types: add `Opaque::zeroed`
` [PATCH v2 2/4] rust: auxiliary: add auxiliary device / driver abstractions
` [PATCH v2 3/4] rust: auxiliary: add auxiliary registration
` [PATCH v2 4/4] samples: rust: add Rust auxiliary driver sample

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-13  0:40 UTC  (5+ messages)

[PATCH] rust: add new macro for common bitwise operations
 2025-03-13  0:40 UTC  (2+ messages)

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-13  0:35 UTC  (7+ messages)

[PATCH 0/4] Auxiliary bus Rust abstractions
 2025-03-12 20:09 UTC  (7+ messages)
` [PATCH 1/4] rust: types: add `Opaque::zeroed`
` [PATCH 2/4] rust: auxiliary: add auxiliary driver abstractions
` [PATCH 3/4] rust: auxiliary: add auxiliary registration
` [PATCH 4/4] samples: rust: add Rust auxiliary driver sample

[PATCH v2 0/7] rust: generate_rust_analyzer.py: define host crates
 2025-03-12 19:09 UTC  (14+ messages)
` [PATCH v2 1/7] scripts: generate_rust_analyzer.py: add missing whitespace
` [PATCH v2 2/7] scripts: generate_rust_analyzer.py: use double quotes
` [PATCH v2 3/7] scripts: generate_rust_analyzer.py: add trailing comma
` [PATCH v2 4/7] scripts: generate_rust_analyzer.py: add type hints
` [PATCH v2 5/7] scripts: generate_rust_analyzer.py: use str(pathlib.Path)
` [PATCH v2 6/7] scripts: generate_rust_analyzer.py: identify crates explicitly
` [PATCH v2 7/7] scripts: generate_rust_analyzer.py: define host crates

[PATCH v14 00/11] rust: add dma coherent allocator abstraction
 2025-03-12 12:20 UTC  (10+ messages)
` [PATCH v14 02/11] "
` [PATCH v14 06/11] rust: dma: add dma addressing capabilities
  ` [PATCH v14 04/11] MAINTAINERS: add entry for Rust dma mapping helpers device driver API

[PATCH v7 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-12 12:02 UTC  (7+ messages)
` [PATCH v7 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted

[PATCH 0/5] Rust support for `struct iov_iter`
 2025-03-12  7:05 UTC  (7+ messages)
` [PATCH 4/5] rust: alloc: add Vec::clear

[PATCH v3] rust: add bindings and API for bitmap.h and bitops.h
 2025-03-12  6:58 UTC  (5+ messages)

[PATCH v2] rust/kernel/faux: mark Registration methods inline
 2025-03-12  2:16 UTC  (3+ messages)

[PATCH v2] rust: uaccess: mark UserSliceReader methods inline
 2025-03-12  2:10 UTC  (3+ messages)

[PATCH] rust: uaccess: mark UserSliceReader methods inline
 2025-03-11 23:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] rust: fix rust-analyzer configuration for generated files
 2025-03-11 23:22 UTC  (7+ messages)
` [PATCH v2 1/2] scripts: generate_rust_analyzer.py: add missing include_dirs

[PATCH 0/2] rust: fix rust-analyzer configuration for generated files
 2025-03-11 23:21 UTC  (3+ messages)

[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
 2025-03-11 22:46 UTC  (2+ messages)

[PATCH v12 00/13] hrtimer Rust API
 2025-03-11 20:19 UTC  (5+ messages)
  ` [PATCH v12 01/13] rust: hrtimer: introduce hrtimer support

[PATCH v13 0/7] rust: add dma coherent allocator abstraction
 2025-03-11 20:16 UTC  (6+ messages)
  ` [PATCH v13 4/7] rust: device: add dma addressing capabilities


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