rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-13 10:29:15 to 2025-04-15 20:43:33 UTC [more...]

[PATCH v2 0/9] Implement "Bound" device context
 2025-04-15 20:43 UTC  (24+ messages)
` [PATCH v2 1/9] rust: device: implement impl_device_context_deref!
` [PATCH v2 2/9] rust: device: implement impl_device_context_into_aref!
` [PATCH v2 3/9] rust: device: implement device context for Device
` [PATCH v2 4/9] rust: platform: preserve device context in AsRef
` [PATCH v2 5/9] rust: pci: "
` [PATCH v2 6/9] rust: device: implement Bound device context
` [PATCH v2 7/9] rust: pci: move iomap_region() to impl Device<Bound>
` [PATCH v2 8/9] rust: devres: require a bound device
` [PATCH v2 9/9] rust: dma: "

[PATCH v2 0/8] rust/hrtimer: Various hrtimer + time additions
 2025-04-15 20:17 UTC  (10+ messages)
` [PATCH v2 1/8] rust: hrtimer: Document the return value for HrTimerHandle::cancel()
` [PATCH v2 2/8] rust: hrtimer: Add HrTimer::raw_forward() and forward()
` [PATCH v2 3/8] rust: hrtimer: Add HrTimerCallbackContext and ::forward()
` [PATCH v2 4/8] rust: hrtimer: Add HrTimerClockBase
` [PATCH v2 5/8] rust: time: Add Instant::from_nanos()
` [PATCH v2 6/8] rust: hrtimer: Add HrTimerClockBase::time()
` [PATCH v2 7/8] rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
  ` [PATCH v3] "
` [PATCH v2 8/8] rust: hrtimer: Add HrTimer::expires()

[PATCH v4] rust: static_assert: add optional message
 2025-04-15 20:17 UTC  (4+ messages)

[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
 2025-04-15 20:10 UTC  (9+ messages)
` [PATCH v8 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v3] rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
 2025-04-15 19:15 UTC  (3+ messages)

[PATCH v2] rust: helpers: Remove volatile qualifier from io helpers
 2025-04-15 19:14 UTC  (6+ messages)

[PATCH] rust: kbuild: use `pound` to support GNU Make < 4.3
 2025-04-15 18:47 UTC  (5+ messages)

[PATCH v13 0/5] rust: Add IO polling
 2025-04-15 18:01 UTC  (10+ messages)
` [PATCH v13 1/5] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH v13 2/5] rust: time: Introduce Delta type
` [PATCH v13 3/5] rust: time: Introduce Instant type
` [PATCH v13 4/5] rust: time: Add wrapper for fsleep() function
` [PATCH v13 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff

[PATCH] workqueue: rust: add delayed work items
 2025-04-15 17:04 UTC  (4+ messages)

[PATCH] workqueue: rust: add creation of workqueues
 2025-04-15 17:03 UTC  (7+ messages)

Build: arm rustgcc unknown argument '-mno-fdpic'
 2025-04-15 15:38 UTC  (4+ messages)

[PATCH v4 0/5] Auxiliary bus Rust abstractions
 2025-04-15 15:17 UTC  (16+ messages)
` [PATCH v4 1/5] rust: types: add `Opaque::zeroed`
` [PATCH v4 2/5] rust: device: implement Device::parent()
` [PATCH v4 3/5] rust: auxiliary: add auxiliary device / driver abstractions
` [PATCH v4 4/5] rust: auxiliary: add auxiliary registration
` [PATCH v4 5/5] samples: rust: add Rust auxiliary driver sample

[PATCH] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST
 2025-04-15 15:15 UTC  (10+ messages)

[PATCH v3] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
 2025-04-15 14:59 UTC  (5+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-15 14:47 UTC  (23+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] rust: Move property_present to separate file
  ` [PATCH v2 2/5] rust: Add bindings for reading device properties
  ` [PATCH v2 3/5] rust: property: Add child accessor and iterator
  ` [PATCH v2 4/5] rust: property: Add property_get_reference_args
  ` [PATCH v2 5/5] samples: rust: platform: Add property read examples

`u64` by `u64` div/mod in DRM QR for arm32
 2025-04-15 12:50 UTC  (6+ messages)

[PATCH 0/3] pin-init: fix issues found with new CI
 2025-04-15  9:26 UTC  (5+ messages)
` [PATCH 1/3] rust: pin-init: internal: skip rustfmt formatting of kernel-only module
` [PATCH 2/3] rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
` [PATCH 3/3] rust: pin-init: examples: use `allow` instead of `expect`

[PATCH v9 0/5] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-04-15  6:07 UTC  (7+ messages)
  ` [PATCH v9 1/5] rust: types: Add Ownable/Owned types
  ` [PATCH v9 3/5] rust: Add missing SAFETY documentation for ARef example

[PATCH v4 1/2] rust/revocable: add try_access_with() convenience method
 2025-04-15  4:37 UTC  (3+ messages)
` [v4,1/2] "

[PATCH v3] rust: add new macro for common bitmap operations
 2025-04-14 21:43 UTC  (2+ messages)

[PATCH v6] rust: transmute: Add methods for FromBytes trait
 2025-04-14 19:54 UTC  (3+ messages)

[PATCH RFC v2 0/3] rust: Add Per-CPU Variable API
 2025-04-14 19:28 UTC  (4+ messages)
` [PATCH RFC v2 1/3] rust: percpu: introduce a rust API for per-CPU variables
` [PATCH RFC v2 2/3] rust: rust-analyzer: add lib to dirs searched for crates
` [PATCH RFC v2 3/3] rust: percpu: add a rust per-CPU variable test

[RFC PATCH 2/2] rust: add maple tree abstractions
 2025-04-14 18:27 UTC  (4+ messages)

[PATCH v3 0/4] rust: alloc: split `Vec::set_len` into `Vec::{inc,dec}_len`
 2025-04-14 18:25 UTC  (3+ messages)

[PATCH v3] rust: workqueue: remove HasWork::OFFSET
 2025-04-14 17:59 UTC  (10+ messages)

[PATCH v2 0/4] rust: list: remove HasListLinks::OFFSET
 2025-04-14 17:53 UTC  (3+ messages)

[PATCH v12 0/5] rust: Add IO polling
 2025-04-14 16:17 UTC  (4+ messages)
` [PATCH v12 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-04-14 15:08 UTC  (3+ messages)

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

[PATCH] rust: fix building firmware abstraction on 32bit arm
 2025-04-14 14:52 UTC  (6+ messages)

[PATCH] rust: add C FFI types to the prelude
 2025-04-14 14:13 UTC  (5+ messages)

[PATCH v2] rust: check type of `$ptr` in `container_of!`
 2025-04-14 14:11 UTC  (8+ messages)

[PATCH] rust: disable `clippy::needless_continue`
 2025-04-14 14:09 UTC  (3+ messages)

[PATCH] MAINTAINERS: pci: add entry for Rust PCI code
 2025-04-14 12:39 UTC  (2+ messages)

[PATCH V9 00/17] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-14 11:51 UTC  (10+ messages)
` [PATCH V9 03/17] rust: cpumask: Add initial abstractions
` [PATCH V9 15/17] rust: cpufreq: Extend abstractions for driver registration

[PATCH] rust: kasan/kbuild: fix missing flags on first build
 2025-04-14 11:22 UTC  (3+ messages)

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-04-13 21:31 UTC  (4+ messages)

[PATCH v3 0/6] rust: treewide: add missing newlines to printing calls
 2025-04-13 20:52 UTC  (4+ messages)
` [PATCH v3 6/6] rust: samples: add missing newline to pr_info! calls in rust_print_main

[PATCH v2] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
 2025-04-13 15:43 UTC  (9+ messages)

[PATCH v1 0/3] rust: time: Introduce typed clock sources and generalize Instant
 2025-04-13 10:56 UTC  (4+ messages)
` [PATCH v1 1/3] rust: time: replace ClockId enum with ClockSource trait
` [PATCH v1 2/3] rust: time: make Instant generic over ClockSource
` [PATCH v1 3/3] rust: time: add ktime_get() to ClockSource trait


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