rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-06 22:24:19 to 2025-03-09 15:22:29 UTC [more...]

[PATCH v12 00/13] hrtimer Rust API
 2025-03-09 15:19 UTC  (5+ messages)
` [PATCH v12 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v12 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v12 06/13] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v12 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`

[PATCH v15 5/9] mm: rust: add mmput_async support
 2025-03-09 11:37 UTC  (2+ messages)

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

[PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
 2025-03-09  3:42 UTC  (2+ messages)

[PATCH V7 0/2] author field in module! macro should be a array
 2025-03-08 18:30 UTC  (8+ 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] rust: task: fix `SAFETY` comment for Task::wake_up
 2025-03-08 16:56 UTC  (2+ messages)

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

[PATCH v1] rust: module: place cleanup_module() in .exit.text section
 2025-03-08  5:39 UTC  (4+ messages)

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

[GIT PULL] LOCKDEP and Rust locking changes for v6.15
 2025-03-08  0:11 UTC  (11+ messages)
` [PATCH locking 00/11] "
  ` [PATCH locking 07/11] rust: sync: Add accessor for the lock behind a given guard
  ` [PATCH locking 08/11] rust: sync: lock: Add an example for Guard::lock_ref()
  ` [PATCH locking 09/11] rust: sync: condvar: Add wait_interruptible_freezable()
  ` [PATCH locking 10/11] rust: lockdep: Remove support for dynamically allocated LockClassKeys
  ` [PATCH locking 11/11] rust: lockdep: Use Pin for all LockClassKey usages

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

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-07 21:58 UTC  (3+ messages)
` [PATCH 1/2] rust: retain pointer mut-ness in `container_of!`
` [PATCH 2/2] rust: workqueue: remove HasWork::OFFSET

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-07 21:31 UTC  (8+ messages)

[PATCH v13 0/7] rust: add dma coherent allocator abstraction
 2025-03-07 20:40 UTC  (16+ 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 v10 00/13] hrtimer Rust API
 2025-03-07 15:33 UTC  (42+ 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 v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-07 19:03 UTC  (20+ messages)
` [PATCH v12 2/3] "

[RFC v3 30/33] rust: drm/kms: Add Device::num_crtcs()
 2025-03-07 17:38 UTC  (2+ messages)

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

[RFC v3 00/33] Rust bindings for KMS + RVKMS
 2025-03-07 16:32 UTC  (3+ messages)
` [RFC v3 01/33] rust: drm: Add a small handful of fourcc bindings

[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  (18+ messages)

[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
 2025-03-07 14:37 UTC  (5+ 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 v2 0/3] kbuild: rust: provide an option to inline C helpers into Rust
 2025-03-06 23:00 UTC  (3+ messages)
` [PATCH v2 2/3] "

[PATCH v6 0/5] Initial Nova Core series
 2025-03-06 22:23 UTC  (2+ messages)
` [PATCH v6 5/5] gpu: nova-core: add initial documentation


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