public inbox for rust-for-linux@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-02 15:23:14 to 2026-04-05 23:56:49 UTC [more...]

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-05 23:52 UTC  (19+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]

[PATCH v2 0/3] Fix all clippy warnings in drm-rust-next
 2026-04-05 23:22 UTC  (14+ messages)
` [PATCH v2 1/3] gpu: nova-core: vbios: use from_le_bytes() for PCI ROM header parsing
` [PATCH v2 2/3] gpu: nova-core: fb: fix clippy::precedence warning in read_sysmem_flush_page_ga100()
` [PATCH v2 3/3] rust: ptr: allow clippy::incompatible_msrv for slice_ptr_len

[PATCH 0/8] I/O type generalization and projection
 2026-04-05 23:21 UTC  (10+ messages)
` [PATCH 2/8] rust: io: generalize `Mmio` to arbitrary type
` [PATCH 3/8] rust: io: use pointer types instead of address

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-05 23:15 UTC  (19+ messages)
` [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 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags

[PATCH v3 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-04-05 20:12 UTC  (8+ messages)
` [PATCH v3 1/9] gpu: nova-core: gsp: add NV_STATUS error code bindings
` [PATCH v3 2/9] gpu: nova-core: gsp: add NvStatus enum for RM control errors
` [PATCH v3 9/9] gpu: nova-core: gsp: add FaultMethodBufferSize RM control command

[PATCH v6 0/2] Introduce Synology Microp driver
 2026-04-05 17:36 UTC  (3+ messages)
` [PATCH v6 1/2] platform: Add initial synology microp driver
` [PATCH v6 2/2] dt-bindings: embedded-controller: Add synology microp devices

[PATCH v2] rust: ACPI: fix missing match data for PRP0001
 2026-04-05 17:03 UTC 

[PATCH v2] gpu: nova-core: falcon: pad firmware DMA object size to required block alignment
 2026-04-05 15:15 UTC  (2+ messages)

[PATCH v5] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-04-05 15:15 UTC  (4+ messages)

[PATCH] rust: dma: return EOVERFLOW instead of ENOMEM on size overflow
 2026-04-05  9:51 UTC  (7+ messages)

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-05  5:47 UTC  (11+ messages)

[PATCH] gpu: nova-core: falcon: align firmware DMA object size to required block alignment
 2026-04-05  2:12 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: add Rust I2C tree and update Igor Korotin's email
 2026-04-04 22:19 UTC  (4+ messages)

[PATCH] gpu: nova-core: fix three clippy::precedence warnings
 2026-04-04 21:34 UTC  (6+ messages)

[PATCH V9 0/4] Rust support for powerpc
 2026-04-04 21:04 UTC  (6+ messages)
` [PATCH V9 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V9 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V9 3/4] rust: Add PowerPC support
` [PATCH V9 4/4] powerpc: Enable Rust for ppc64le

[PATCH V8 0/4] Rust support for powerpc
 2026-04-04 20:28 UTC  (8+ messages)
` [PATCH V8 1/4] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V8 2/4] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V8 3/4] rust: Add PowerPC support
` [PATCH V8 4/4] powerpc: Enable Rust for ppc64le

[PATCH] rust: fs: file: add FMODE constants and stream_open for LocalFile
 2026-04-04 20:15 UTC  (2+ messages)

[RFC 00/16] bus1: Capability-based IPC for Linux
 2026-04-04 15:30 UTC  (3+ messages)
` [RFC 07/16] bus1: add man-page

[PATCH] gpu: nova-core: program_brom cannot fail
 2026-04-04 13:58 UTC  (2+ messages)

[PATCH 0/3] rust: more memory barriers bindings
 2026-04-04 13:02 UTC  (11+ 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

[PATCH v4 0/2] gpu: nova-core: gsp: fix undefined behavior in command queue code
 2026-04-04 12:33 UTC  (7+ messages)
` [PATCH v4 2/2] "

[PATCH] rust_binder: Avoid holding lock when dropping delivered_death
 2026-04-04  8:10 UTC  (2+ messages)

[PATCH v5 0/3] rust, nova-core: add SizeConstants trait for SZ_* constants
 2026-04-04  4:20 UTC  (6+ messages)
` [PATCH v5 1/3] rust: sizes: add SizeConstants trait for device address space constants
` [PATCH v5 2/3] gpu: nova-core: use SizeConstants trait for u64 size constants
` [PATCH v5 3/3] gpu: nova-core: add task for device address type wrappers

[PATCH 0/2] Support `likely`, `unlikely` and `cold_path`
 2026-04-04  2:49 UTC  (3+ messages)
` [PATCH 1/2] rust: prelude: use the "kernel vertical" imports style

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

[PATCH] Revert "gpu: nova-core: gsp: fix undefined behavior in command queue code"
 2026-04-04  0:36 UTC  (4+ messages)

[PATCH v2] gpu: nova-core: bitfield: fix broken Default implementation
 2026-04-04  0:09 UTC  (3+ messages)

[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-03 23:39 UTC 

[PATCH 0/2] rust: list: fix incomplete SAFETY comments in list implementation
 2026-04-03 22:08 UTC  (3+ messages)
` [PATCH 1/2] rust: list: fix SAFETY comment in List::remove
` [PATCH 2/2] rust: list: fix SAFETY comments in impl_list_item_mod

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

[PATCH net-next] eth: remove the driver for acenic / tigon1&2
 2026-04-03 19:56 UTC  (7+ messages)

[PATCH v1 RESEND 0/4] drm/tyr: implement GPU reset API
 2026-04-03 15:01 UTC  (5+ messages)
` [PATCH v1 RESEND 4/4] drm/tyr: add GPU reset handling

[PATCH V7 0/4] Rust support for powerpc
 2026-04-03 14:58 UTC  (4+ messages)

[RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
 2026-04-03 14:56 UTC  (9+ 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
    ` Re: [RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver

arm `rustdoc` Rust 1.85.0-only build error
 2026-04-03 12:48 UTC  (4+ messages)

[PATCH] rust: pin-init: Add missing SAFETY comments in internal/init.rs
 2026-04-03 11:52 UTC 

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

[PATCH v4 0/2] Change Rust Binder crate name to rust_binder
 2026-04-03 10:05 UTC  (2+ messages)

[PATCH v5 0/3] Implement Send and Sync for clk
 2026-04-03 10:04 UTC  (2+ messages)

[PATCH v9 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-04-03 10:02 UTC  (8+ messages)
` [PATCH v9 16/31] rust: ptr: add const_align_up()

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

Re:Re: [RFC PATCH 0/6] rust: net: introduce minimal rtnl/netdevice abstractions and nlmon reference driver
 2026-04-03  8:52 UTC 

[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 v4 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-04-03  4:06 UTC  (6+ messages)
` [PATCH v4 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()

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

[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  (7+ messages)
` [PATCH v4 2/2] gpu: nova-core: use SizeConstants trait for u64 size constants


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