public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 11:48:37 to 2026-04-03 07:28:08 UTC [more...]

[PATCH v4 0/6] drm/tyr: Use register! macro
 2026-04-03  7:27 UTC  (8+ messages)
` [PATCH v4 1/6] drm/tyr: Use register! macro for GPU_CONTROL
` [PATCH v4 2/6] drm/tyr: Print GPU_ID without filtering
` [PATCH v4 3/6] drm/tyr: Use register! macro for JOB_CONTROL
` [PATCH v4 4/6] drm/tyr: Use register! macro for MMU_CONTROL
` [PATCH v4 5/6] drm/tyr: Remove custom register struct
` [PATCH v4 6/6] drm/tyr: Add DOORBELL_BLOCK registers

[PATCH v2] kbuild: rust: add AutoFDO support
 2026-04-03  5:02 UTC  (2+ messages)

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

[PATCH v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-04-03  4:06 UTC  (9+ messages)
` [PATCH v4 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v4 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[PATCH v3 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-04-03  1:36 UTC  (12+ messages)
` [PATCH v3 1/2] rust: sizes: add DeviceSize trait for device address space constants

[PATCH 0/3] rust: more memory barriers bindings
 2026-04-03  0:07 UTC  (8+ messages)
` [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH 2/3] rust: sync: generic memory barriers
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code

[RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
 2026-04-02 20:00 UTC  (8+ messages)
` [RFC PATCH 1/6] rust: bindings: expose networking headers needed by nlmon
` [RFC PATCH 2/6] rust: helpers: add net_device and sk_buff helper wrappers
` [RFC PATCH 3/6] rust: net: add minimal skbuff, netdevice, and stats abstractions
` [RFC PATCH 4/6] rust: net: add minimal rtnl registration and netlink tap support
` [RFC PATCH 5/6] net: add Rust reference driver for nlmon
` [RFC PATCH 6/6] MAINTAINERS: add Rust net and nlmon entries

[PATCH v3 00/12] drm/tyr: Use register! macro
 2026-04-02 22:07 UTC  (3+ messages)

[PATCH net-next] eth: remove the driver for acenic / tigon1&2
 2026-04-02 18:30 UTC 

[PATCH 0/7] Rust abstractions for shmem-backed GEM objects
 2026-04-02 16:46 UTC  (4+ messages)
` [PATCH 1/7] drm/shmem-helper: Add lockdep asserts to vmap/vunmap

[GIT PULL] Rust Analyzer for v7.1
 2026-04-02 15:48 UTC  (3+ messages)

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

[PATCH v4 0/2] Change Rust Binder crate name to rust_binder
 2026-04-02 15:21 UTC  (9+ messages)
` [PATCH v4 1/2] rust: support overriding crate_name
` [PATCH v4 2/2] rust_binder: override crate name to rust_binder

[PATCH v2 0/6] soc: qcom: socinfo: Convert to Rust
 2026-04-02 13:46 UTC  (3+ messages)
` [PATCH v2 3/6] rust: device: Support testing devices for equality

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

[PATCH 0/8] I/O type generalization and projection
 2026-04-02 13:01 UTC  (9+ messages)
  ` [PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
  ` [PATCH 4/8] rust: io: add view type

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-02 12:31 UTC  (5+ messages)

[PATCH 0/3] rust: workqueue: add safe cancellation and status methods
 2026-04-02 11:34 UTC  (7+ messages)
` [PATCH 1/3] rust: helpers: add workqueue helpers
` [PATCH 2/3] rust: workqueue: add safe cancellation and status methods
` [PATCH 3/3] rust: workqueue: add KUnit and sample stress tests

[PATCH v3 0/2] Change Rust Binder crate name to rust_binder
 2026-04-02 10:30 UTC  (2+ messages)

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-02  7:12 UTC  (108+ 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

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-02  5:59 UTC  (20+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 00/21] gpu: nova-core: Add memory management support
  ` [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 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v2] gpu: nova-core: bitfield: fix broken Default implementation
 2026-04-02  1:02 UTC  (5+ messages)

[PATCH v2] rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
 2026-04-01 19:51 UTC  (2+ messages)

Interest in contributing - Rust abstractions for the sound subsystem
 2026-04-01 18:32 UTC  (4+ messages)

[RFC 00/16] bus1: Capability-based IPC for Linux
 2026-04-01 18:06 UTC  (5+ messages)
` [RFC 07/16] bus1: add man-page

[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


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