rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-04 10:33:30 to 2025-02-06 17:58:54 UTC [more...]

[PATCH v8 2/2] rust: add dma coherent allocator abstraction
 2025-02-06 17:58 UTC  (14+ messages)
                  ` On community influencing (was Re: [PATCH v8 2/2] rust: add dma coherent allocator abstraction.)

[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
 2025-02-06 17:58 UTC  (31+ messages)
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions

[PATCH v2] rust: alloc: satisfy `aligned_alloc` requirements
 2025-02-06 17:56 UTC  (3+ messages)

[PATCH v3 0/8] Driver core: Add faux bus devices
 2025-02-06 17:38 UTC  (9+ messages)
` [PATCH v3 1/8] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v3 2/8] regulator: dummy: convert to use the faux device interface
` [PATCH v3 3/8] x86/microcode: move away from using a fake platform device
` [PATCH v3 4/8] wifi: cfg80211: "
` [PATCH v3 5/8] tlclk: convert to use faux_device
` [PATCH v3 6/8] misc: lis3lv02d: "
` [PATCH v3 7/8] drm/vgem/vgem_drv "
` [PATCH v3 8/8] drm/vkms: "

[PATCH v15 0/3] rust: xarray: Add a minimal abstraction for XArray
 2025-02-06 17:22 UTC  (7+ messages)
` [PATCH v15 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v15 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v15 3/3] MAINTAINERS: add entry for Rust XArray API

[PATCH v6 2/3] rust: io: mem: add a generic iomem abstraction
 2025-02-06 17:13 UTC  (9+ messages)

[PATCH v2 0/5] Driver core: Add faux bus devices
 2025-02-06 16:19 UTC  (34+ messages)
` [PATCH v2 1/5] driver core: add a faux bus for use when a simple device/bus is needed
` [PATCH v2 2/5] regulator: dummy: convert to use the faux bus
` [PATCH v2 3/5] USB: phy: convert usb_phy_generic logic to use a faux device
` [PATCH v2 4/5] x86/microcode: move away from using a fake platform device
` [PATCH v2 5/5] wifi: cfg80211: "

[PATCH] Add -fzero-init-padding-bits to bindgen_skip_cflags
 2025-02-06 15:55 UTC  (4+ messages)

[PATCH] drm/panthor: Convert IOCTL defines to an enum
 2025-02-06 14:56 UTC  (7+ messages)

[PATCH v2 1/2] gpu: nova-core: add initial driver stub
 2025-02-06 14:49 UTC  (10+ messages)
` [PATCH v2 2/2] gpu: nova-core: add initial documentation

[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
 2025-02-06 12:04 UTC 

[PATCH v2 1/1] rust: printing macros: add missing newlines
 2025-02-06 13:00 UTC  (2+ messages)

[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
 2025-02-06 12:09 UTC 

[PATCH 0/4] rust: configfs abstractions
 2025-02-06 12:33 UTC  (10+ messages)
` [PATCH 1/4] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH 2/4] rust: sync: change `<Arc<T> as ForeignOwnable>::PointedTo` to `T`
` [PATCH 3/4] rust: configfs: introduce rust support for configfs

[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
 2025-02-06 12:06 UTC  (20+ messages)
` [PATCH V8 01/14] rust: macros: enable use of hyphens in module names
` [PATCH V8 02/14] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V8 03/14] rust: cpu: Add from_cpu()
` [PATCH V8 04/14] rust: Add cpumask helpers
` [PATCH V8 05/14] rust: Add bindings for cpumask
` [PATCH V8 06/14] rust: Add bare minimal bindings for clk framework
` [PATCH V8 07/14] rust: Add initial bindings for OPP framework
` [PATCH V8 08/14] rust: Extend OPP bindings for the OPP table
` [PATCH V8 09/14] rust: Extend OPP bindings for the configuration options
` [PATCH V8 10/14] rust: Add initial bindings for cpufreq framework
` [PATCH V8 11/14] rust: Extend cpufreq bindings for policy and driver ops
` [PATCH V8 12/14] rust: Extend cpufreq bindings for driver registration
` [PATCH V8 13/14] rust: Extend OPP bindings with CPU frequency table
` [PATCH V8 14/14] cpufreq: Add Rust based cpufreq-dt driver

[PATCH v2 RESEND 1/1] checkpatch: add warning for pr_* and dev_* macros without a trailing newline
 2025-02-06 12:03 UTC 

[PATCH] rust: init: use explicit ABI to clean warning in future compilers
 2025-02-05 23:16 UTC  (2+ messages)

[PATCH] rust: use host dylib naming in rusttestlib-kernel
 2025-02-05 23:14 UTC  (4+ messages)

[PATCH] rust: Do not export generated KASAN ODR symbols
 2025-02-05 23:13 UTC  (8+ messages)

[PATCH v1] perf symbol: Add rust v0 demangling support
 2025-02-05 21:06 UTC  (6+ messages)

[PATCH v3 0/2] rust: lockdep: Fix soundness issue affecting LockClassKeys
 2025-02-05 20:30 UTC  (4+ messages)
` [PATCH v3 1/2] rust: lockdep: Remove support for dynamically allocated LockClassKeys
` [PATCH v3 2/2] rust: lockdep: Use Pin for all LockClassKey usages

[PATCH v13 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2025-02-05 19:26 UTC  (16+ messages)
` [PATCH v13 2/8] mm: rust: add vm_area_struct methods that require read access

[PATCH] MAINTAINERS: add Danilo Krummrich as Rust reviewer
 2025-02-05 18:54 UTC  (2+ messages)

[PATCH v2] rust: sync: add accessor for the lock behind a given guard
 2025-02-05 18:52 UTC  (2+ messages)

[PATCH] rust: sync: add accessor for the lock behind a given guard
 2025-02-05 13:42 UTC  (8+ messages)

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-02-05 13:14 UTC  (6+ messages)

[PATCH v2 1/1] checkpatch: strip comments fix
 2025-02-05 12:55 UTC  (2+ messages)

[PATCH] rust: printing macros sample: add missing newlines
 2025-02-05 12:52 UTC  (4+ messages)

[PATCH] rust: sync: add wait_interruptible_freezable
 2025-02-05 12:15 UTC  (7+ messages)

[PATCH v8 0/2] Add dma coherent allocator abstraction
 2025-02-05  2:41 UTC  (4+ messages)
` [PATCH v8 2/2] rust: add "

[PATCH 1/2] gpu: nova-core: add initial driver stub
 2025-02-04 21:09 UTC  (9+ messages)
` [PATCH 2/2] gpu: nova-core: add initial documentation

Rust for Linux Open Meeting
 2025-02-04 15:17 UTC  (9+ messages)
  ` No Open Meeting at Nov 15
    ` Open Meeting at Jan 24
      ` Open Meeting at March 27
        ` Open Meeting at May 29
          ` Open Meeting at Aug 7
            ` Open Meeting at Dec 11
              ` Open Meeting at Feb 5

[PATCH v2] rust: sync: add wait_interruptible_freezable
 2025-02-04 13:43 UTC 

[PATCH v5 0/5] rust: extend `module!` macro with integer parameter support
 2025-02-04 12:50 UTC  (7+ messages)
` [PATCH v5 1/5] rust: str: implement `PartialEq` for `BStr`
` [PATCH v5 2/5] rust: str: implement `Index` "
` [PATCH v5 3/5] rust: str: implement `strip_prefix` "
` [PATCH v5 4/5] rust: str: add radix prefixed integer parsing functions
` [PATCH v5 5/5] rust: add parameter support to the `module!` macro

[PATCH v4 0/3] rust: Add pr_*_once macros
 2025-02-04 11:11 UTC  (3+ messages)
  ` [PATCH v4 1/3] rust: Add `OnceLite` for executing code once

[PATCH 0/3] Driver core: faux bus
 2025-02-04 10:49 UTC  (6+ messages)
` [PATCH 1/3] driver core: add a faux bus for use when a simple device/bus is needed


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