public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-10 15:09:13 to 2026-01-13 19:44:44 UTC [more...]

[PATCH v8 0/5] rust: pci: add config space read/write support
 2026-01-13 19:44 UTC  (8+ messages)
` [PATCH v8 1/5] rust: devres: style for imports
` [PATCH v8 2/5] rust: io: factor common I/O helpers into Io trait
` [PATCH v8 3/5] rust: io: factor out MMIO read/write macros
` [PATCH v8 4/5] rust: pci: add config space read/write support
` [PATCH v8 5/5] sample: rust: pci: add tests for config space routines

[PATCH] rust: fix typo in bindings
 2026-01-13 19:31 UTC  (2+ messages)

[PATCH v3 1/4] mm: declare VMA flags by bit
 2026-01-13 19:31 UTC  (7+ messages)

[PATCH RFC 0/4] rust: add basic serial device bus abstractions
 2026-01-13 19:10 UTC  (7+ messages)
` [PATCH RFC 2/4] "

[PATCH 0/3] scripts: generate_rust_analyzer: match rust/Makefile
 2026-01-13 18:31 UTC  (7+ messages)

[PATCH v3 00/12] refactor Rust proc macros with `syn`
 2026-01-13 17:05 UTC  (19+ messages)
` [PATCH v3 01/12] rust: pin-init: internal: remove proc-macro[2] and quote workarounds
` [PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
` [PATCH v3 03/12] rust: macros: convert `#[vtable]` macro to use `syn`
` [PATCH v3 04/12] rust: macros: use `syn` to parse `module!` macro
` [PATCH v3 05/12] rust: macros: use `quote!` for "
` [PATCH v3 06/12] rust: macros: convert `#[export]` to use `syn`
` [PATCH v3 07/12] rust: macros: convert `concat_idents!` "
` [PATCH v3 08/12] rust: macros: convert `#[kunit_tests]` macro "
` [PATCH v3 09/12] rust: macros: allow arbitrary types to be used in `module!` macro
` [PATCH v3 10/12] rust: macros: rearrange `#[doc(hidden)]` "
` [PATCH v3 11/12] rust: kunit: use `pin_init::zeroed` instead of custom null value
` [PATCH v3 12/12] rust: macros: support `#[cfg]` properly in `#[vtable]` macro
    ` [PATCH] "
            ` [PATCH v2] "

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-13 15:12 UTC  (4+ messages)
` [PATCH v4 1/3] rust: clk: implement Send and Sync
` [PATCH v4 2/3] tyr: remove impl Send/Sync for TyrData
` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-13 13:57 UTC  (16+ messages)
` [PATCH 01/31] gpu: nova-core: print FB sizes, along with ranges
` [PATCH 02/31] gpu: nova-core: add FbRange.len() and use it in boot.rs
` [PATCH 04/31] nova-core: factor .fwsignature* selection into a new get_gsp_sigs_section()
` [PATCH 06/31] gpu: nova-core: apply the one "use" item per line policy to commands.rs
` [PATCH 07/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH 08/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH 09/31] gpu: nova-core: factor out a section_name_eq() function

[PATCH] rust: auxiliary: fix remove_callback invariant comment
 2026-01-13 12:09 UTC  (3+ messages)

[PATCH] rust: platform: fix remove_callback invariant comment
 2026-01-13 12:09 UTC  (3+ messages)

[PATCH] rust: conclude the Rust experiment
 2026-01-13 11:46 UTC  (2+ messages)

[GIT PULL][PATCH 00/36] Rust synchronization changes for v7.0
 2026-01-13 10:43 UTC  (39+ messages)
` [PATCH 01/36] rust: sync: Refactor static_lock_class!() macro
` [PATCH 02/36] rust: sync: Clean up LockClassKey and its docs
` [PATCH 03/36] rust: sync: set_once: Implement Send and Sync
  ` [PATCH 04/36] rust: sync: Implement Unpin for ARef
  ` [PATCH 05/36] rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpers
  ` [PATCH 06/36] rust: helpers: Add i8/i16 relaxed atomic helpers
  ` [PATCH 07/36] rust: helpers: Add i8/i16 atomic xchg helpers
  ` [PATCH 08/36] rust: helpers: Add i8/i16 atomic xchg_acquire helpers
  ` [PATCH 09/36] rust: helpers: Add i8/i16 atomic xchg_release helpers
  ` [PATCH 10/36] rust: helpers: Add i8/i16 atomic xchg_relaxed helpers
  ` [PATCH 11/36] rust: helpers: Add i8/i16 atomic try_cmpxchg helpers
  ` [PATCH 12/36] rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
  ` [PATCH 13/36] rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
  ` [PATCH 14/36] rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers
  ` [PATCH 15/36] rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
  ` [PATCH 16/36] arch: um/x86: Select ARCH_SUPPORTS_ATOMIC_RMW for UML_X86
  ` [PATCH 17/36] rust: sync: atomic: Add i8/i16 load and store support
  ` [PATCH 18/36] rust: sync: atomic: Add store_release/load_acquire tests
  ` [PATCH 19/36] rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
  ` [PATCH 20/36] rust: sync: atomic: Add atomic bool support via i8 representation
  ` [PATCH 21/36] rust: sync: atomic: Add atomic bool tests
  ` [PATCH 22/36] rust: list: Switch to kernel::sync atomic primitives
  ` [PATCH 23/36] rust_binder: "
  ` [PATCH 24/36] rust: barrier: Add __rust_helper to helpers
  ` [PATCH 25/36] rust: blk: "
  ` [PATCH 26/36] rust: completion: "
  ` [PATCH 27/36] rust: cpu: "
  ` [PATCH 28/36] rust: processor: "
  ` [PATCH 29/36] rust: rcu: "
  ` [PATCH 30/36] rust: refcount: "
  ` [PATCH 31/36] rust: sync: "
  ` [PATCH 32/36] rust: task: "
  ` [PATCH 33/36] rust: time: "
  ` [PATCH 34/36] rust: wait: "
  ` [PATCH 35/36] rust: helpers: Move #define __rust_helper out of atomic.c
  ` [PATCH 36/36] rust: sync: Inline various lock related methods

[PATCH RFC v3 00/15] rust: Reimplement ThisModule to fix ownership problems
 2026-01-13 10:33 UTC  (17+ messages)
` [PATCH RFC v3 02/15] rust: add new ThisModule trait and THIS_MODULE impl
` [PATCH RFC v3 03/15] rust: miscdevice: fix use after free because missing .owner
` [PATCH RFC v3 04/15] rust: block: fix missing owner field in block_device_operations
` [PATCH RFC v3 05/15] rust: drm: fix missing owner in file_operations
` [PATCH RFC v3 06/15] rust: configfs: use new THIS_MODULE
` [PATCH RFC v3 07/15] rust: binder: "
` [PATCH RFC v3 08/15] rust: firmware: use THIS_MODULE over LocalModule for name
` [PATCH RFC v3 09/15] gpu: nova-core: "
` [PATCH RFC v3 10/15] samples: rust: auxiliary: "
` [PATCH RFC v3 11/15] rust: driver: make RegistrationOps::register() to use new ThisModule
` [PATCH RFC v3 12/15] rust: phy: make Registration::register() "
` [PATCH RFC v3 13/15] rust: remove module argument from InPlaceModule::init()
` [PATCH RFC v3 14/15] rust: remove kernel::ModuleMetadata
` [PATCH RFC v3 15/15] rust: remove old version of ThisModule

[PATCH v5] io: add io_pgtable abstraction
 2026-01-13  9:25 UTC  (2+ messages)

[PATCH v2 00/15] `syn` rewrite of pin-init
 2026-01-13  8:17 UTC  (22+ messages)
` [PATCH v2 01/15] rust: pin-init: remove `try_` versions of the initializer macros
` [PATCH v2 02/15] rust: pin-init: allow the crate to refer to itself as `pin-init` in doc tests
` [PATCH v2 03/15] rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` workarounds
` [PATCH v2 04/15] rust: pin-init: internal: add utility API for syn error handling
` [PATCH v2 05/15] rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using `syn`
` [PATCH v2 06/15] rust: pin-init: rewrite the `#[pinned_drop]` attribute macro "
` [PATCH v2 07/15] rust: pin-init: rewrite `#[pin_data]` "
` [PATCH v2 08/15] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [PATCH v2 09/15] rust: pin-init: rewrite the initializer macros using `syn`
` [PATCH v2 10/15] rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
` [PATCH v2 11/15] rust: init: use `#[default_error(err)]` for the "
` [PATCH v2 12/15] rust: pin-init: internal: init: add support for attributes on initializer fields
` [PATCH v2 13/15] rust: pin-init: internal: init: add escape hatch for referencing initialized fields
` [PATCH v2 14/15] rust: pin-init: internal: init: simplify Zeroable safety check
` [PATCH v2 15/15] MAINTAINERS: add Gary Guo to pin-init

[PATCH v3 0/2] Add support for print exactly once
 2026-01-13  6:52 UTC  (4+ messages)
` [PATCH v3 2/2] rust: Add pr_*_once macros

[PATCH v3 0/2] rust: sync: atomic flag helpers
 2026-01-13  1:45 UTC  (9+ messages)
` [PATCH v3 1/2] rust: sync: atomic: Add i32-backed Flag for atomic booleans
` [PATCH v3 2/2] rust: sync: atomic: Add AtomicFlag bool wrapper for easier use

[PATCH v3 RESEND] rust: cpumask: rename methods of Cpumask for clarity and consistency
 2026-01-13  1:39 UTC  (4+ messages)

[PATCH v5 00/11] gpu: nova-core: add Turing support
 2026-01-13  1:08 UTC  (8+ messages)
` [PATCH v5 09/11] gpu: nova-core: add FalconUCodeDescV2 support

[GIT PULL] Driver core fixes for 6.19-rc5
 2026-01-12 19:38 UTC  (2+ messages)

[PATCH v2 0/2] rust: WMI abstractions
 2026-01-12 18:16 UTC  (6+ messages)
` [PATCH v2 1/2] rust: implement wrapper for acpi_object
` [PATCH v2 2/2] rust: add WMI abstractions

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-12 18:06 UTC  (5+ messages)
` [PATCH v2 12/27] rust: of: add __rust_helper to helpers
` [PATCH v2 26/27] rust: workqueue: "

[PATCH v2] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
 2026-01-12 17:06 UTC  (4+ messages)

[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-12 16:54 UTC  (7+ messages)

[PATCH v3 0/2] rust: add new workqueue functions
 2026-01-12 16:22 UTC  (8+ messages)
` [PATCH v3 2/2] rust: add system_percpu() around the new system_percpu_wq

[PATCH 0/6] Address race condition with Device::drvdata()
 2026-01-12 15:47 UTC  (11+ messages)
` [PATCH 6/6] rust: driver: drop device private data post unbind

[PATCH v2 1/2] gpu: nova-core: check for overflow to DMATRFBASE1
 2026-01-12 14:15 UTC  (6+ messages)
` [PATCH v2 2/2] gpu: nova-core: add missing newlines to several print strings

[PATCH 0/2] gpu: nova-core: gpu_name cleanup, PMU debug output cleanup
 2026-01-12 13:33 UTC  (2+ messages)

(no subject)
 2026-01-12 13:28 UTC  (2+ messages)
` 

[PATCH v8] rust: add new macro for common bitflag operations
 2026-01-11 21:47 UTC  (3+ messages)

[PATCH v2 00/11] refactor Rust proc macros with `syn`
 2026-01-11 21:25 UTC  (4+ messages)
` [PATCH v2 03/11] rust: macros: convert `#[vtable]` macro to use `syn`

[PATCH 0/3] rust: WMI abstractions
 2026-01-11 17:57 UTC  (7+ messages)
` [PATCH 2/3] rust: implement wrapper for acpi_object

[PATCH] rust: pin-init: add references to previously initialized fields
 2026-01-11 17:06 UTC  (5+ messages)

[PATCH 00/13] `syn` rewrite of pin-init
 2026-01-11 10:04 UTC  (16+ messages)
` [PATCH 06/12] rust: pin-init: rewrite `#[pin_data]` using `syn`
` [PATCH 08/12] rust: pin-init: rewrite the initializer macros "

[PATCH v2] rust: sync: atomic: Add i32-backed Flag for atomic booleans
 2026-01-11  5:11 UTC  (4+ messages)

[PATCH v2 0/2] rust: take advantage of newer rust-analyzer features
 2026-01-11  2:24 UTC  (5+ messages)
` [PATCH v2 1/2] scripts: generate_rust_analyzer: add versioning infrastructure


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox