public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 00:19:07 to 2026-04-01 17:36:39 UTC [more...]

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-01 17:36 UTC  (72+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[RFC 00/16] bus1: Capability-based IPC for Linux
 2026-04-01 16:30 UTC  (30+ messages)
` [RFC 01/16] rust/sync: add LockedBy::access_mut_unchecked()
` [RFC 02/16] rust/sync: add Arc::drop_unless_unique()
` [RFC 03/16] rust/alloc: add Vec::into_boxed_slice()
` [RFC 04/16] rust/error: add EXFULL, EBADRQC, EDQUOT, ENOTRECOVERABLE
` [RFC 05/16] bus1: add module scaffolding
` [RFC 06/16] bus1: add the user-space API
` [RFC 07/16] bus1: add man-page
` [RFC 08/16] bus1/util: add basic utilities
` [RFC 09/16] bus1/util: add field projections
` [RFC 10/16] bus1/util: add IntoDeref/FromDeref
` [RFC 11/16] bus1/util: add intrusive data-type helpers
` [RFC 12/16] bus1/util: add intrusive single linked lists
` [RFC 13/16] bus1/util: add intrusive rb-tree
` [RFC 14/16] bus1/acct: add resouce accounting
` [RFC 15/16] bus1: introduce peers, handles, and nodes
` [RFC 16/16] bus1: implement the uapi

Interest in contributing - Rust abstractions for the sound subsystem
 2026-04-01 16:07 UTC  (3+ messages)

[PATCH v2] gpu: nova-core: bitfield: fix broken Default implementation
 2026-04-01 15:44 UTC  (4+ messages)

[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
 2026-04-01 15:36 UTC  (8+ messages)
` [PATCH 2/2] rust: macros: simplify `format!` arguments

[PATCH v4 0/2] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-04-01 15:28 UTC  (4+ messages)
` [PATCH v4 1/2] gpu: nova-core: gsp: inline methods providing queue range invariants
` [PATCH v4 2/2] gpu: nova-core: gsp: fix undefined behavior in command queue code

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-01 14:06 UTC 

[PATCH] rust/alloc: mention layout in Box::from_raw()
 2026-04-01 11:13 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-04-01 10:37 UTC  (11+ messages)
` [RFC v3 16/27] lib: rspdm: Support SPDM get_certificate
` [RFC v3 22/27] lib: rspdm: Support SPDM certificate validation

[PATCH v3 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-04-01 10:16 UTC  (6+ messages)
` [PATCH v3 1/2] rust: sizes: add DeviceSize trait for device address space constants
` [PATCH v3 2/2] gpu: nova-core: use DeviceSize trait for u64 size constants

[PATCH] rust: workqueue: add safe cancellation and status checks
 2026-04-01 10:03 UTC  (2+ messages)

[PATCH v2] rust: kasan: add support for Software Tag-Based KASAN
 2026-04-01  9:45 UTC  (3+ messages)

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-01  8:27 UTC  (25+ messages)
` [PATCH v10 00/21] "
  ` [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
  ` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` [PATCH v10 04/21] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
  ` [PATCH v10 05/21] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
  ` [PATCH v10 06/21] gpu: nova-core: mm: Add common memory management types
  ` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 08/21] gpu: nova-core: mm: Add GpuMm centralized memory manager
  ` [PATCH v10 09/21] gpu: nova-core: mm: Add common types for all page table formats
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 11/21] gpu: nova-core: mm: Add MMU v3 "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 13/21] gpu: nova-core: mm: Add page table walker for MMU v2/v3
  ` [PATCH v10 14/21] gpu: nova-core: mm: Add Virtual Memory Manager
  ` [PATCH v10 15/21] gpu: nova-core: mm: Add virtual address range tracking to VMM
  ` [PATCH v10 16/21] gpu: nova-core: mm: Add multi-page mapping API "
  ` [PATCH v10 17/21] gpu: nova-core: Add BAR1 aperture type and size constant
  ` [PATCH v10 18/21] gpu: nova-core: mm: Add BAR1 user interface
  ` [PATCH v10 19/21] gpu: nova-core: mm: Add BAR1 memory management self-tests
  ` [PATCH v10 20/21] gpu: nova-core: mm: Add PRAMIN aperture self-tests
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v6] kbuild: host: use single executable for rustc -C linker
 2026-04-01  5:53 UTC  (2+ messages)

[PATCH v5 0/4] rust: add `TryFrom` and `Into` derive macros
 2026-04-01  5:19 UTC  (7+ messages)

[PATCH] gpu: nova-core: bitfield: fix broken Default implementation
 2026-03-31 22:32 UTC  (6+ messages)

[PATCH v1] perf test type profiling: Remote typedef on struct
 2026-03-31 19:22 UTC  (5+ messages)

arm `rustdoc` Rust 1.85.0-only build error
 2026-03-31 19:00 UTC 

[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-31 16:17 UTC  (16+ messages)
` [PATCH v9 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v9 16/31] rust: ptr: add const_align_up()

[PATCH] rust: replace `build_assert!` with `const_assert!`
 2026-03-31 15:49 UTC  (2+ messages)

[PATCH 6.19.y 1/2] rust: pin-init: internal: init: document load-bearing fact of field accessors
 2026-03-31 13:53 UTC  (5+ messages)
` [PATCH 6.19.y 2/2] rust: pin-init: replace shadowed return token by `unsafe`-to-create token

[GIT PULL] Rust pin-init for v7.1
 2026-03-31 13:17 UTC 

[linux-next:master 5585/5731] error[E0277]: `*const kernel::bindings::vm_uffd_ops` cannot be shared between threads safely
 2026-03-31 13:04 UTC  (9+ messages)

[PATCH 0/2] gpu: nova-core: add fwctl driver
 2026-03-31 12:23 UTC  (7+ messages)
` [PATCH 2/2] gpu: nova-core: add fwctl driver for firmware control interface

[PATCH 6.6.y 1/3] rust: pin-init: add references to previously initialized fields
 2026-03-31 11:59 UTC  (3+ messages)
` [PATCH 6.6.y 3/3] rust: pin-init: replace shadowed return token by `unsafe`-to-create token

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-31 11:44 UTC  (10+ messages)
`  "

[PATCH 6.12.y 1/3] rust: pin-init: add references to previously initialized fields
 2026-03-31 11:00 UTC  (3+ messages)
` [PATCH 6.12.y 3/3] rust: pin-init: replace shadowed return token by `unsafe`-to-create token

[PATCH v2] kbuild: rust: add AutoFDO support
 2026-03-31 10:57 UTC 

[PATCH 6.18.y 1/2] rust: pin-init: internal: init: document load-bearing fact of field accessors
 2026-03-31 10:20 UTC  (3+ messages)
` [PATCH 6.18.y 2/2] rust: pin-init: replace shadowed return token by `unsafe`-to-create token


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