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

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-03-07 16:32 UTC  (24+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings
` [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 V7 0/2] author field in module! macro should be a array
 2025-03-07 16:24 UTC  (6+ messages)
` [PATCH V7 1/2] rust: module: change author to an array
` [PATCH V7 2/2] checkpatch: check format of Vec<String> in modules

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-07 16:09 UTC  (17+ messages)
` [PATCH v12 2/3] "

[PATCH V8 0/2] author field in module! macro should be a array
 2025-03-07 16:06 UTC  (3+ messages)
` [PATCH V8 1/2] rust: module: change author to an array
` [PATCH V8 2/2] checkpatch: check format of Vec<String> in modules

[PATCH v5 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-07 15:58 UTC  (10+ messages)
` [PATCH v5 1/4] rust: types: Add Ownable/Owned types
` [PATCH v5 2/4] rust: make Owned::into_raw() and Owned::from_raw() public
` [PATCH v5 3/4] rust: rename AlwaysRefCounted to RefCounted
` [PATCH v5 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted

[RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation
 2025-03-07 15:25 UTC  (20+ messages)

[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
 2025-03-07 14:37 UTC  (7+ messages)

[PATCH v10 00/13] hrtimer Rust API
 2025-03-07 14:29 UTC  (41+ messages)
` [PATCH v10 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v10 02/13] rust: sync: add `Arc::as_ptr`
` [PATCH v10 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v10 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v10 05/13] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v10 06/13] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v10 07/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v10 08/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v10 09/13] rust: alloc: add `Box::into_pin`
` [PATCH v10 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v10 11/13] rust: hrtimer: add `HrTimerMode`
` [PATCH v10 12/13] rust: hrtimer: add clocksource selection through `ClockId`
` [PATCH v10 13/13] rust: hrtimer: add maintainer entry

[PATCH v13 0/7] rust: add dma coherent allocator abstraction
 2025-03-07 14:18 UTC  (13+ messages)
` [PATCH v13 1/7] rust: error: Add EOVERFLOW
` [PATCH v13 2/7] rust: add dma coherent allocator abstraction
` [PATCH v13 3/7] rust: pci: impl AsMut<Device> for pci::Device
` [PATCH v13 4/7] rust: device: add dma addressing capabilities
` [PATCH v13 5/7] samples: rust: add Rust dma test sample driver
` [PATCH v13 6/7] MAINTAINERS: add entry for Rust dma mapping helpers device driver API
` [PATCH v13 7/7] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH] MAINTAINERS: TPM DEVICE DRIVER: linux-tpmdd-nixos
 2025-03-07  9:22 UTC  (3+ messages)

[PATCH v9 00/13] hrtimer Rust API
 2025-03-07  9:09 UTC  (10+ messages)
` [PATCH v9 01/13] rust: hrtimer: introduce hrtimer support

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-03-07  9:00 UTC  (4+ messages)
` [PATCH v8 1/3] rust: kunit: add KUnit case and suite macros
` [PATCH v8 2/3] rust: macros: add macro to easily run KUnit tests
` [PATCH v8 3/3] rust: kunit: allow to know if we are in a test

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

[PATCH v3 1/2] rust: types: `Opaque` doc: Add some intra doc linkage
 2025-03-07  8:22 UTC  (13+ messages)
  ` [PATCH v3 2/2] rust: types: `Opaque` doc: Add some destructor description

[PATCH V3 0/2] rust: Add basic clock abstractions
 2025-03-07  7:23 UTC  (11+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions

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

[PATCH v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-06 23:00 UTC  (4+ messages)
` [PATCH v2 2/3] "

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

[PATCH] rust: task: make Pid type alias public
 2025-03-06 20:04 UTC  (2+ messages)

[PATCH v3 0/6] rust: treewide: add missing newlines to printing calls
 2025-03-06 19:46 UTC  (4+ messages)
` [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main

[PATCH v18 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-03-06 19:33 UTC  (2+ messages)

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-03-06 19:21 UTC 

C aggregate passing (Rust kernel policy)
 2025-03-06 19:16 UTC  (29+ messages)

[PATCH v5 0/5] Initial Nova Core series
 2025-03-06 17:19 UTC  (29+ messages)
` [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 V6 2/2] checkpatch: check format of Vec<String> in modules
 2025-03-06 17:19 UTC  (7+ messages)

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

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

[PATCH v4] rust: adding UniqueRefCounted and UniqueRef types
 2025-03-06 12:08 UTC  (13+ 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 v9] Kunit to check the longest symbol length
 2025-03-05 23:17 UTC  (2+ 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).