rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-07 11:08:41 to 2025-03-10 07:31:03 UTC [more...]

[RFC PATCH 0/2] rust: list: Add examples for linked list
 2025-03-10  7:30 UTC  (3+ messages)
` [RFC PATCH 1/2] rust: list: Implement normal initializer for ListLinks
` [RFC PATCH 2/2] rust: list: Add examples for linked list

[PATCH v5 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-03-10  7:08 UTC  (12+ messages)
` [PATCH v5 2/4] rust: make Owned::into_raw() and Owned::from_raw() public
` [PATCH v5 4/4] rust: adding OwnableRefCounted and SimpleOwnableRefCounted
          ` [PATCH] rust: kbuild: provide `RUSTC_HAS_DO_NOT_RECOMMEND` symbol

[PATCH] rust/kernel/faux: mark Registration methods inline
 2025-03-10  2:14 UTC 

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

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

[PATCH V7 0/2] author field in module! macro should be a array
 2025-03-09 21:03 UTC  (10+ 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 v3 0/5] Check Rust signatures at compile time
 2025-03-09 20:47 UTC  (2+ messages)

[PATCH] MAINTAINERS: rust: add tree field for RUST [ALLOC]
 2025-03-09 19:50 UTC  (4+ messages)

[PATCH] rust: docs: clean lifetimes markup
 2025-03-09 19:49 UTC  (2+ messages)

[PATCH 1/1] Improve error message in case the original file name from which the doctest was generated from to mention the doctest file path
 2025-03-09 19:47 UTC  (2+ messages)

[PATCH v2] docs: rust: Add error handling sections
 2025-03-09 19:44 UTC  (2+ messages)

[PATCH v7 0/2] Make the Rust linked list cursor point between elements
 2025-03-09 19:43 UTC  (2+ messages)

[PATCH v6 0/5] Initial Nova Core series
 2025-03-09 18:40 UTC  (2+ messages)

[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-09 16:00 UTC  (6+ 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 4/5] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

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

[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] 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  (5+ 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

[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  (15+ messages)
` [PATCH v13 2/7] "
` [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  (38+ messages)
` [PATCH v10 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v10 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v10 04/13] rust: hrtimer: allow timer restart from timer handler
` [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 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  (15+ 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

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

[PATCH v3] scripts: generate_rust_analyzer.py: add missing macros deps
 2025-03-07 14:37 UTC  (5+ 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).