rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-25 20:07:00 to 2025-03-31 16:47:22 UTC [more...]

[PATCH v5 00/13] rust: generate_rust_analyzer.py: define host crates and scripts
 2025-03-31 16:46 UTC  (5+ messages)
` [PATCH v5 05/13] scripts: generate_rust_analyzer.py: drop `"is_proc_macro": false`
` [PATCH v5 11/13] scripts: generate_rust_analyzer.py: avoid FD leak
` [PATCH v5 13/13] scripts: generate_rust_analyzer.py: use `cfg_groups`

[PATCH v6 0/4] rust: adds Bitmap API, ID pool and bindings
 2025-03-31 16:39 UTC  (7+ messages)
` [PATCH v6 1/4] rust: add bindings for bitmap.h
` [PATCH v6 2/4] rust: add bindings for bitops.h
` [PATCH v6 3/4] rust: add bitmap API
` [PATCH v6 4/4] rust: add dynamic ID pool abstraction for bitmap

[PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
 2025-03-31 14:03 UTC  (7+ messages)

[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
 2025-03-31 13:34 UTC  (4+ messages)
` [PATCH v9 1/3] rust: str: add radix prefixed integer parsing functions

[GIT PULL] Rust fixes for 6.15 merge
 2025-03-31 12:29 UTC 

[GIT PULL] Rust for 6.15
 2025-03-31 12:25 UTC  (4+ messages)

[PATCH 0/3] Additional fixes for dma coherent allocator
 2025-03-31 12:16 UTC  (14+ messages)
` [PATCH 1/3] rust: dma: be consistent in using the `coherent` nomenclature
` [PATCH 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH 3/3] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH] rust: macros: Fix macro referencing core and kernel crates
 2025-03-31 10:55 UTC  (9+ messages)
` [PATCH v2 0/1] rust: macros: Fix macro referencing core and kernel crates v2
  ` [PATCH v2 1/1] "
      ` [PATCH v3] rust: macros: Fix macro referencing core and kernel crates

[PATCH v6] rust: transmute: Add methods for FromBytes trait
 2025-03-31 10:50 UTC  (3+ messages)
` [PATCH] "

[PATCH] scripts: generate_rust_analyzer: fix pin-init name in kernel deps
 2025-03-31 10:35 UTC  (5+ messages)

[PATCH 0/2] drm: Make some resolution info unsigned
 2025-03-29 12:04 UTC  (8+ messages)
` [PATCH 1/2] drm/edid: Use unsigned int in drm_add_modes_noedid()

[PATCH] rust: Fix enabling Rust and building with GCC for LoongArch
 2025-03-29  8:45 UTC  (6+ messages)

[PATCH 0/8] DRM Rust abstractions
 2025-03-28 22:46 UTC  (21+ messages)
` [PATCH 1/8] drm: drv: implement __drm_dev_alloc()
` [PATCH 2/8] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH 3/8] rust: drm: add driver abstractions
` [PATCH 4/8] rust: drm: add device abstraction
` [PATCH 5/8] rust: drm: add DRM driver registration
` [PATCH 6/8] rust: drm: file: Add File abstraction
` [PATCH 7/8] rust: drm: gem: Add GEM object abstraction
` [PATCH 8/8] MAINTAINERS: add DRM Rust source files to DRM DRIVERS

Symbol too long for allsyms warnings on KSYM_NAME_LEN
 2025-03-28 11:23 UTC  (3+ messages)

[PATCH v5 0/4] rust: adds Bitmap API, ID pool and bindings
 2025-03-28  9:06 UTC  (13+ messages)
` [PATCH v5 3/4] rust: add bitmap API
` [PATCH v5 4/4] rust: add dynamic ID pool abstraction for bitmap

[PATCH] rust: clarify the language unstable features in use
 2025-03-28  8:19 UTC  (4+ messages)

[PATCH v4] rust: static_assert: add optional message
 2025-03-27 22:41 UTC 

[PATCH v7 0/7] rust: reduce `as` casts, enable related lints
 2025-03-27 22:17 UTC  (27+ messages)
` [PATCH v7 1/7] rust: retain pointer mut-ness in `container_of!`
` [PATCH v7 2/7] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v7 3/7] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v7 4/7] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v7 5/7] rust: enable `clippy::as_underscore` lint
` [PATCH v7 6/7] rust: enable `clippy::cast_lossless` lint
` [PATCH v7 7/7] rust: enable `clippy::ref_as_ptr` lint

[PATCH v5] rust: kernel: add support for bits/genmask macros
 2025-03-27 21:27 UTC  (2+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-03-27 17:49 UTC  (37+ messages)
` [PATCH 01/10] rust: Move property_present to property.rs
` [PATCH 02/10] rust: Add an Integer trait
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()
` [PATCH 04/10] rust: Add bindings for reading device properties
` [PATCH 05/10] rust: Read properties via single generic method
` [PATCH 06/10] rust: property: Add child accessor and iterator
` [PATCH 07/10] rust: Add arrayvec
` [PATCH 08/10] rust: property: Add property_get_reference_args
` [PATCH 09/10] rust: property: Add PropertyGuard
` [PATCH 10/10] samples: rust: platform: Add property read examples

[PATCH 00/10] rust: clean and enable Clippy `doc_markdown` lint
 2025-03-27 15:22 UTC  (5+ messages)
` [PATCH 02/10] drm/panic: add missing Markdown code span

[PATCH RESEND v2] rust: regulator: add a bare minimum regulator abstraction
 2025-03-27 15:06 UTC  (11+ messages)

[PATCH v5] drm: Add UAPI for the Asahi driver
 2025-03-27 15:01 UTC  (5+ messages)

[PATCH v6] drm: Add UAPI for the Asahi driver
 2025-03-27 15:00 UTC 

[PATCH v2] rust: add new macro for common bitmap operations
 2025-03-27  5:05 UTC  (2+ messages)

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-03-26 21:18 UTC  (10+ messages)
` [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState
` [RFC v3 14/33] rust: drm/kms: Add OpaqueConnector and OpaqueConnectorState
` [RFC v3 19/33] rust: drm/kms: Add DriverCrtc::atomic_check()

[PATCH v2 0/3] rust: miscdevice: Add additional data to MiscDeviceRegistration
 2025-03-26 20:26 UTC  (3+ messages)
` [PATCH v2 1/3] rust: add UnsafePinned type

[PATCH v4] rust: static_assert: add optional message
 2025-03-26 20:25 UTC 

[PATCH] rust: macros: Fix macro referencing core and kernel crates
 2025-03-26 18:23 UTC 

[PATCH v9 2/5] rust: Rename AlwaysRefCounted to RefCounted
 2025-03-26 17:29 UTC  (2+ messages)

[PATCH] rust: io_pgtable: Add io_pgtable abstraction
 2025-03-26 15:04 UTC 

[PATCH v2] rust: regulator: add a bare minimum regulator abstraction
 2025-03-26 13:47 UTC 

[PATCH 0/2] Nova DRM skeleton driver
 2025-03-26  9:11 UTC  (4+ messages)
` [PATCH 1/2] gpu: nova-core: register auxiliary device for nova-drm
` [PATCH 2/2] drm: nova-drm: add initial driver skeleton

[PATCH v2] rust: sync: optimize rust symbol generation for CondVar
 2025-03-26  1:48 UTC  (5+ messages)

[GIT PULL] Rust `hrtimer` support for v6.15
 2025-03-25 23:24 UTC  (5+ messages)

[PATCH v3] rust: static_assert: add optional message
 2025-03-25 22:20 UTC  (2+ messages)

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-25 20:29 UTC  (11+ messages)


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