public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 16:54:53 to 2026-01-15 13:32:09 UTC [more...]

[PATCH v8] rust: add new macro for common bitflag operations
 2026-01-15 13:31 UTC  (6+ messages)

[PATCH v4 0/2] rust: sync: atomic flag helpers
 2026-01-15 13:22 UTC  (7+ messages)
` [PATCH v4 1/2] rust: sync: atomic: Add performance-optimal-integer-backed Flag for atomic booleans
` [PATCH v4 2/2] rust: sync: atomic: Add AtomicFlag bool wrapper for easier use

[PATCH 0/3] scripts: generate_rust_analyzer: match rust/Makefile
 2026-01-15 13:19 UTC  (19+ messages)
` [PATCH 1/3] scripts: generate_rust_analyzer: Add compiler_builtins -> core dep
` [PATCH 2/3] scripts: generate_rust_analyzer: Add pin_init -> compiler_builtins dep
` [PATCH 3/3] scripts: generate_rust_analyzer: Add pin_init_internal deps

[PATCH] rust/drm: tyr: Convert to the register!() macro
 2026-01-15 10:35 UTC  (2+ messages)

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

[PATCH] rust: configfs: replace `kernel::c_str!` with C-Strings
 2026-01-15  8:49 UTC  (2+ messages)

[PATCH v3 0/7] rust: build_assert: document and fix use with function arguments
 2026-01-15  8:40 UTC  (7+ messages)
` [PATCH v3 2/7] rust: io: always inline functions using build_assert with arguments
` [PATCH v3 5/7] rust: sync: refcount: "

[PATCH v8 0/5] rust: pci: add config space read/write support
 2026-01-15  8:15 UTC  (12+ 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 v26 00/28] riscv control-flow integrity for usermode
 2026-01-15  2:57 UTC  (3+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv

[PATCH v6 0/8] Rust bindings for gem shmem + iosys_map
 2026-01-15  0:12 UTC  (4+ messages)
` [PATCH v6 7/8] rust: Introduce iosys_map bindings

[RFC PATCH v2 0/5] rust: Add RTC driver support
 2026-01-14 23:48 UTC  (8+ messages)
` [RFC PATCH v2 1/5] rtc: migrate driver data to RTC device

[PATCH 0/6] Address race condition with Device::drvdata()
 2026-01-14 19:50 UTC  (4+ messages)
` [PATCH 3/6] rust: driver: introduce a common Driver trait

[PATCH v6 00/11] gpu: nova-core: add Turing support
 2026-01-14 19:29 UTC  (12+ messages)
` [PATCH v6 01/11] gpu: nova-core: rename Imem to ImemSecure
` [PATCH v6 02/11] gpu: nova-core: add ImemNonSecure section infrastructure
` [PATCH v6 03/11] gpu: nova-core: support header parsing on Turing/GA100
` [PATCH v6 04/11] gpu: nova-core: add support for Turing/GA100 fwsignature
` [PATCH v6 05/11] gpu: nova-core: add NV_PFALCON_FALCON_DMATRFCMD::with_falcon_mem()
` [PATCH v6 06/11] gpu: nova-core: move some functions into the HAL
` [PATCH v6 07/11] gpu: nova-core: Add basic Turing HAL
` [PATCH v6 08/11] gpu: nova-core: add Falcon HAL method supports_dma()
` [PATCH v6 09/11] gpu: nova-core: add FalconUCodeDescV2 support
` [PATCH v6 10/11] gpu: nova-core: align LibosMemoryRegionInitArgument size to page size
` [PATCH v6 11/11] gpu: nova-core: add PIO support for loading firmware images

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

Mainline x86_64/arm64 defconfig+Rust `rusttest` error
 2026-01-14 18:54 UTC  (3+ messages)

[PATCH v2 00/15] `syn` rewrite of pin-init
 2026-01-14 15:48 UTC  (9+ messages)
  ` [PATCH v2 04/15] rust: pin-init: internal: add utility API for syn error handling
  ` [PATCH v2 11/15] rust: init: use `#[default_error(err)]` for the initializer macros
  ` [PATCH v2 14/15] rust: pin-init: internal: init: simplify Zeroable safety check

[PATCH 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-01-14 14:40 UTC  (21+ 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 RFC v3 00/15] rust: Reimplement ThisModule to fix ownership problems
 2026-01-14 14:37 UTC  (6+ messages)
` [PATCH RFC v3 02/15] rust: add new ThisModule trait and THIS_MODULE impl

[PATCH 0/7] gpu: nova-core: run unload sequence upon unbinding
 2026-01-14 14:02 UTC  (8+ messages)
` [PATCH 6/7] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command GSP upon unloading

[PATCH v2 00/10] gpu: nova-core: miscellaneous improvements
 2026-01-14 13:43 UTC  (5+ messages)
` [PATCH v2 09/10] gpu: nova-core: simplify str_from_null_terminated

[PATCH] rust: fix formatting expressions
 2026-01-14 11:28 UTC  (2+ messages)

[PATCH v4 0/9] gpu: nova-core: expose the logging buffers via debugfs
 2026-01-14 11:17 UTC  (16+ messages)
` [PATCH v4 1/9] rust: pci: add PCI device name method
` [PATCH v4 2/9] gpu: nova-core: implement BinaryWriter for LogBuffer
` [PATCH v4 3/9] gpu: nova-core: Replace module_pci_driver! with explicit module init
` [PATCH v4 4/9] gpu: nova-core: use pin projection in method boot()
` [PATCH v4 5/9] rust: debugfs: implement Directory trait for Dir
` [PATCH v4 6/9] rust: debugfs: wrap Entry in an enum to prep for LookupDir
` [PATCH v4 7/9] rust: debugfs: add LookupDir
` [PATCH v4 8/9] gpu: nova-core: create debugfs root when driver loads
` [PATCH v4 9/9] gpu: nova-core: create GSP-RM logging buffers debugfs entries

[PATCH v1] rbtree: reduce unsafe blocks on pointer derefs
 2026-01-14  8:42 UTC  (2+ messages)

[PATCH v3 0/3] Support exporting SoC info from Rust
 2026-01-14  7:54 UTC  (7+ messages)
` [PATCH v3 1/3] rust: Add soc_device support

[PATCH] rust: fix typo in bindings
 2026-01-14  1:43 UTC  (4+ messages)

[PATCH v5 00/11] gpu: nova-core: add Turing support
 2026-01-14  0:59 UTC  (10+ messages)
` [PATCH v5 09/11] gpu: nova-core: add FalconUCodeDescV2 support

[PATCH] checkpatch: warn on Rust comments with rustdoc links above items
 2026-01-13 22:38 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH 1/2] "

[PATCH v5] io: add io_pgtable abstraction
 2026-01-13 21:50 UTC  (3+ 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 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] rust: auxiliary: fix remove_callback invariant comment
 2026-01-13 12:09 UTC  (2+ messages)

[PATCH] rust: platform: fix remove_callback invariant comment
 2026-01-13 12:09 UTC  (2+ 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  (3+ messages)

[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  (2+ messages)

[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  (2+ messages)

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


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