rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-10 08:14:53 to 2025-04-13 22:24:51 UTC [more...]

[PATCH] rust: kasan/kbuild: fix missing flags on first build
 2025-04-13 22:24 UTC  (2+ messages)

[PATCH] rust: disable `clippy::needless_continue`
 2025-04-13 22:23 UTC  (2+ 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: check type of `$ptr` in `container_of!`
 2025-04-13 20:30 UTC  (3+ messages)

[PATCH v3] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
 2025-04-13 20:21 UTC  (2+ messages)

[PATCH v2 0/9] Implement "Bound" device context
 2025-04-13 19:38 UTC  (11+ 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] rust: Use `ffi::c_char` type in firmware abstraction `FwFunc`
 2025-04-13 15:43 UTC  (14+ 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

[PATCH v13 0/5] rust: Add IO polling
 2025-04-13 10:43 UTC  (6+ 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 v12 0/5] rust: Add IO polling
 2025-04-13 10:28 UTC  (3+ messages)
` [PATCH v12 5/5] MAINTAINERS: rust: Add a new section for all of the time stuff

[PATCH] MAINTAINERS: pci: add entry for Rust PCI code
 2025-04-13  3:07 UTC  (2+ messages)

[PATCH] rust: add C FFI types to the prelude
 2025-04-13  0:56 UTC 

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-04-13  0:23 UTC 

[PATCH] x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST
 2025-04-12 12:31 UTC  (31+ messages)
        ` [PATCH] objtool: Detect __nocfi calls

[PATCH] rust: fix building firmware abstraction on 32bit arm
 2025-04-12 10:01 UTC  (9+ messages)

[PATCH] rust: check type of `$ptr` in `container_of!`
 2025-04-12  9:43 UTC  (6+ messages)

[PATCH v3] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-12  6:29 UTC 

[PATCH v2] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-12  1:52 UTC  (8+ messages)

[PATCH v2] rust: helpers: Remove volatile qualifier from io helpers
 2025-04-12  0:53 UTC 

[PATCH v3] rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
 2025-04-12  0:05 UTC 

[PATCH 0/6] rust/hrtimer: Various hrtimer + time additions
 2025-04-11 20:48 UTC  (9+ messages)
  ` [PATCH 2/6] rust: hrtimer: Add HrTimerCallbackContext and ::forward()

[PATCH V9 00/17] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-11 18:03 UTC  (26+ messages)
` [PATCH V9 01/17] rust: cpumask: Use non-atomic helpers
` [PATCH V9 02/17] rust: cpumask: Add few more helpers
` [PATCH V9 03/17] rust: cpumask: Add initial abstractions
` [PATCH V9 04/17] MAINTAINERS: Add entry for Rust cpumask API
` [PATCH V9 05/17] rust: clk: Add helpers for Rust code
` [PATCH V9 06/17] rust: clk: Add initial abstractions
` [PATCH V9 07/17] rust: macros: enable use of hyphens in module names
` [PATCH V9 08/17] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V9 09/17] rust: cpu: Add from_cpu()
` [PATCH V9 10/17] rust: opp: Add initial abstractions for OPP framework
` [PATCH V9 11/17] rust: opp: Add abstractions for the OPP table
` [PATCH V9 12/17] rust: opp: Add abstractions for the configuration options
` [PATCH V9 13/17] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V9 14/17] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V9 15/17] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V9 16/17] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V9 17/17] cpufreq: Add Rust-based cpufreq-dt driver

[PATCH] workqueue: rust: add creation of workqueues
 2025-04-11 15:34 UTC 

[PATCH] rust: retain pointer mut-ness in `container_of!`
 2025-04-11 14:34 UTC  (8+ messages)

[PATCH v3] rust: workqueue: remove HasWork::OFFSET
 2025-04-11 14:14 UTC  (2+ messages)

[PATCH v2 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-04-11 14:03 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH v4 0/2] rust/revocable: add try_access_with() convenience method
 2025-04-11 13:15 UTC  (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] samples: rust: convert PCI rust sample driver to use try_access_with()

[PATCH v3] rust: add new macro for common bitmap operations
 2025-04-11 12:05 UTC 

[PATCH] rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
 2025-04-11 12:01 UTC  (6+ messages)

[PATCH] workqueue: rust: add delayed work items
 2025-04-11 11:12 UTC 

[PATCH v2] rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
 2025-04-11 10:26 UTC  (3+ messages)

[PATCH v2 0/2] add Rust version of might_sleep()
 2025-04-11  9:11 UTC  (4+ messages)
` [PATCH v2 1/2] sched/core: Add __might_sleep_precision()
` [PATCH v2 2/2] rust: task: add Rust version of might_sleep()

[PATCH V4 0/2] Rust: Add cpumask abstractions
 2025-04-11  7:53 UTC  (6+ messages)
` [PATCH V4 1/2] rust: Add initial "

[PATCH 0/8] DRM Rust abstractions
 2025-04-11  6:53 UTC  (21+ messages)
` [PATCH 5/8] rust: drm: add DRM driver registration

[PATCH v2 0/8] DRM Rust abstractions
 2025-04-10 23:55 UTC  (9+ 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 v2 2/3] rust: dma: convert the read/write macros to return Result
 2025-04-10 23:28 UTC  (2+ messages)

[PATCH v2 0/3] Additional improvements for dma coherent allocator
 2025-04-10 15:34 UTC  (10+ messages)
` [PATCH v2 1/3] rust: dma: clarify wording and be consistent in `coherent` nomenclature
` [PATCH v2 2/3] rust: dma: convert the read/write macros to return Result
` [PATCH v2 3/3] rust: dma: add as_slice/write functions for CoherentAllocation

[PATCH v5 0/4] rust: Add bug/warn abstractions
 2025-04-10 14:01 UTC  (6+ messages)
` [PATCH v5 4/4] rust: Add warn_on macro

[PATCH v1 0/2] add Rust version of might_sleep()
 2025-04-10 13:47 UTC  (4+ messages)
` [PATCH v1 2/2] rust: task: "

[PATCH v1] um: fix incompatible argument type in iounmap()
 2025-04-10 13:05 UTC  (8+ messages)

[PATCH v1] rust: conditionally compile dma abstraction based on CONFIG_HAS_DMA
 2025-04-10 12:59 UTC  (3+ messages)

[PATCH 0/3] Additional fixes for dma coherent allocator
 2025-04-10  9:52 UTC  (5+ messages)
` [PATCH 3/3] rust: dma: add as_slice/write functions for CoherentAllocation


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