rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-08 11:12:56 to 2025-01-14 11:57:55 UTC [more...]

[PATCH v11 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-01-14 11:57 UTC  (39+ messages)
  ` [PATCH v11 2/8] mm: rust: add vm_area_struct methods that require read access
  ` [PATCH v11 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
  ` [PATCH v11 1/8] mm: rust: add abstraction for struct mm_struct
  ` [PATCH v11 3/8] mm: rust: add vm_insert_page
  ` [PATCH v11 4/8] mm: rust: add lock_vma_under_rcu
  ` [PATCH v11 8/8] task: rust: rework how current is accessed

[PATCH v2 0/3] implement `kernel::sync::Refcount` and convert users
 2025-01-14 10:04 UTC  (5+ messages)
` [PATCH v2 1/3] rust: implement `kernel::sync::Refcount`
` [PATCH v2 2/3] rust: convert `Arc` to use `Refcount`

[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
 2025-01-14  6:02 UTC  (3+ messages)

[PATCH v13 0/5] Extended MODVERSIONS Support
 2025-01-14  1:22 UTC  (6+ messages)
` [PATCH v13 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[WIP RFC v2 00/35] Rust bindings for KMS + RVKMS
 2025-01-14  0:43 UTC  (24+ messages)
` [WIP RFC v2 21/35] rust: drm/kms: Introduce DriverCrtc::atomic_check()
` [WIP RFC v2 22/35] rust: drm/kms: Add DriverPlane::atomic_update()
` [WIP RFC v2 23/35] rust: drm/kms: Add DriverPlane::atomic_check()
` [WIP RFC v2 26/35] WIP: rust: drm/kms: Add RawPlaneState::atomic_helper_check()
` [WIP RFC v2 28/35] rust: drm/kms: Add RawPlane::framebuffer()
` [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()
` [WIP RFC v2 33/35] WIP: rust: drm/kms: Add VblankSupport

[PATCH v2] rust: generalize userSliceReader to support any Vec
 2025-01-13 23:53 UTC  (3+ messages)

[PATCH v6 0/6] rust: add improved version of `ForeignOwnable::borrow_mut`
 2025-01-13 23:52 UTC  (12+ messages)
` [PATCH v6 2/6] rust: types: avoid `as` casts
` [PATCH v6 4/6] rust: change `ForeignOwnable` pointer to mut
` [PATCH v6 6/6] rust: add improved version of `ForeignOwnable::borrow_mut`

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

[PATCH] rust: use derive(CoercePointee) on rustc >= 1.83.0
 2025-01-13 14:45 UTC  (4+ messages)
`  "
  ` [PATCH v2] "

[PATCH v4 0/3] rust: add kunit doctest with doc fixes
 2025-01-13 14:43 UTC  (2+ messages)

[PATCH v3 0/4] Replace unwraps in doctests with graceful handling
 2025-01-13 14:42 UTC  (2+ messages)

[PATCH] rust: irq: add support for request_irq()
 2025-01-13 14:42 UTC  (2+ messages)

[PATCH v2 0/5] Rust LED Driver Abstractions and Lenovo SE10 Driver with DMI and I/O Port Support
 2025-01-13 13:28 UTC  (9+ messages)
` [PATCH v2 1/5] rust: dmi: Add abstractions for DMI
` [PATCH v2 2/5] rust: leds: Add Rust bindings for LED subsystem
` [PATCH v2 3/5] rust: leds: Add hardware trigger support for hardware-controlled LEDs
` [PATCH v2 4/5] rust: add I/O port abstractions with resource management
` [PATCH v2 5/5] leds: leds_lenovo_se10: LED driver for Lenovo SE10 platform

[PATCH V7 00/16] Rust bindings for cpufreq and OPP core + sample driver
 2025-01-13 11:23 UTC  (17+ messages)
` [PATCH V7 01/16] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V7 02/16] PM / OPP: Add reference counting helpers for Rust implementation
` [PATCH V7 03/16] rust: cpu: Add from_cpu()
` [PATCH V7 04/16] rust: device: Add property_present()
` [PATCH V7 05/16] rust: Add cpumask helpers
` [PATCH V7 06/16] rust: Add bindings for cpumask
` [PATCH V7 07/16] rust: Add bare minimal bindings for clk framework
` [PATCH V7 08/16] rust: Add initial bindings for OPP framework
` [PATCH V7 09/16] rust: Extend OPP bindings for the OPP table
` [PATCH V7 10/16] rust: Extend OPP bindings for the configuration options
` [PATCH V7 11/16] rust: Add initial bindings for cpufreq framework
` [PATCH V7 12/16] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V7 13/16] rust: Extend cpufreq bindings for driver registration
` [PATCH V7 14/16] rust: Extend OPP bindings with CPU frequency table
` [PATCH V7 15/16] cpufreq: Add Rust based cpufreq-dt driver
` [PATCH V7 16/16] DO-NOT_MERGE: cpufreq: Rename cpufreq-dt platdev

[PATCH V6 00/15] Rust bindings for cpufreq and OPP core + sample driver
 2025-01-13  7:53 UTC  (28+ messages)
` [PATCH V6 01/15] PM / OPP: Expose refcounting helpers for the Rust implementation
` [PATCH V6 02/15] cpufreq: Add cpufreq_table_len()
` [PATCH V6 03/15] cpufreq: Rust implementation doesn't parse BIT() macro
` [PATCH V6 04/15] rust: device: Add few helpers

[GIT PULL] Char/Misc/IIO driver changes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
 2025-01-12 18:32 UTC  (13+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-01-12 14:54 UTC  (3+ messages)

[PATCH] docs: rust: Add error handling sections
 2025-01-12 13:45 UTC  (4+ messages)
` [PATCH] rust: error: Extend the Result documentation

[PATCH v8 0/2] Add dma coherent allocator abstraction
 2025-01-12  0:41 UTC  (18+ messages)
` [PATCH v8 1/2] rust: error: Add EOVERFLOW
` [PATCH v8 2/2] rust: add dma coherent allocator abstraction

[PATCH v8 00/18] Implement DWARF modversions
 2025-01-10 17:36 UTC  (2+ messages)

[PATCH] rust: Disallow BTF generation with Rust + LTO
 2025-01-10 16:41 UTC  (14+ messages)

[PATCH v2 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
 2025-01-10 14:12 UTC  (6+ messages)
` [PATCH v2 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v2 2/2] rust: lockdep: Use Pin for all LockClassKey usages

[PATCH v7] rust: use host dylib naming convention
 2025-01-10 10:47 UTC  (2+ messages)

[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
 2025-01-10 10:45 UTC  (2+ messages)

[PATCH] rust: kbuild: run Clippy for `rusttest` code
 2025-01-10 10:44 UTC  (2+ messages)

[RFC PATCH] rust: give Clippy the minimum supported Rust version
 2025-01-10 10:44 UTC  (2+ messages)

[PATCH] rust: document `bindgen` 0.71.0 regression
 2025-01-10 10:44 UTC  (2+ messages)

[PATCH v4 0/4] rust: extend `module!` macro with integer parameter support
 2025-01-09 17:17 UTC  (9+ messages)
` [PATCH v4 1/4] rust: str: implement `PartialEq` for `BStr`
` [PATCH v4 2/4] rust: str: implement `strip_prefix` "
` [PATCH v4 3/4] rust: str: add radix prefixed integer parsing functions
` [PATCH v4 4/4] rust: add parameter support to the `module!` macro

[PATCH 1/2] devres: add devm_remove_action_nowarn()
 2025-01-09 16:26 UTC  (13+ messages)
` [PATCH 2/2] rust: devres: remove action in `Devres::drop`

[PATCH v3] rust: platform: add Io support
 2025-01-09 16:04 UTC  (13+ messages)
` [PATCH v4 0/3] "
` [PATCH v4 1/3] rust: io: add resource abstraction
` [PATCH v4 2/3] rust: io: mem: add a generic iomem abstraction
` [PATCH v4 3/3] rust: platform: allow ioremap of platform resources

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2025-01-09 14:51 UTC  (2+ messages)

[PATCH v5 00/14] hrtimer Rust API
 2025-01-09 13:20 UTC  (3+ messages)
` [PATCH v5 05/14] rust: hrtimer: allow timer restart from timer handler

[PATCH] rust: sync: add #[must_use] to Lock::try_lock
 2025-01-09 13:05 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v7 0/2] Add dma coherent allocator abstraction
 2025-01-09  8:44 UTC  (6+ messages)
` [PATCH v7 2/2] rust: add "

[PATCH RFC 0/3] rust: Add Per-CPU Variable API
 2025-01-08 16:18 UTC  (6+ messages)
` [PATCH RFC 3/3] rust: percpu: add a rust per-CPU variable test

[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
 2025-01-08 14:20 UTC  (9+ messages)
` [PATCH v3 4/4] rust: add parameter support to the `module!` macro


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