Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-05-01 03:30:17 to 2026-05-05 14:37:14 UTC [more...]

[PATCH 0/9] Improve process/maintainers output
 2026-05-05 14:37 UTC  (30+ messages)
` [PATCH 1/9] docs: maintainers_include: keep hidden TOC sorted
` [PATCH 2/9] docs: escape ** glob pattern in MAINTAINERS descriptions
` [PATCH 3/9] docs: maintainers_include.py: split state machine on multiple funcs
` [PATCH 4/9] docs: maintainers_include: cleanup the code
` [PATCH 5/9] docs: maintainers_include.py: clean most SPHINXDIRS=process warnings
` [PATCH 6/9] docs: maintainers_include: do some coding style cleanups
` [PATCH 7/9] docs: maintainers_include: store maintainers entries on a dict
` [PATCH 8/9] docs: maintainers_include: don't ignore invalid profile entries
` [PATCH 9/9] docs: maintainers: add a filtering javascript

[PATCH v2 00/11] Improve process/maintainers output
 2026-05-05 13:49 UTC  (13+ messages)
` [PATCH v2 01/11] docs: maintainers_include: keep hidden TOC sorted
` [PATCH v2 02/11] docs: maintainers_include: split state machine on multiple funcs
` [PATCH v2 03/11] docs: maintainers_include: cleanup the code
` [PATCH v2 04/11] docs: maintainers_include: clean most SPHINXDIRS=process warnings
` [PATCH v2 05/11] docs: maintainers_include: do some coding style cleanups
` [PATCH v2 06/11] docs: maintainers_include: store maintainers entries on a dict
` [PATCH v2 07/11] docs: maintainers_include: properly handle file patterns
` [PATCH v2 08/11] docs: maintainers_include: add a filtering javascript
` [PATCH v2 09/11] docs: maintainers_include: don't ignore invalid profile entries
` [PATCH v2 10/11] MAINTAINERS: make clearer about what's expected for "P" field
` [PATCH v2 11/11] MAINTAINERS: use a URL for pin-init maintainer's profile entry

[PATCH 0/2] Rust support for drm_gpuvm_exec
 2026-05-05 13:29 UTC  (3+ messages)
` [PATCH 1/2] rust: dma_buf: add stub dma_fence abstraction
` [PATCH 2/2] drm/gpuvm: rust: add drm_gpuvm_exec support

[PATCH v2] rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
 2026-05-05 12:38 UTC  (2+ messages)

[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
 2026-05-05 12:17 UTC  (9+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree

[PATCH] rust: kasan/kbuild: fix rustc-option when cross-compiling
 2026-05-05 12:02 UTC  (2+ messages)

[PATCH] rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warning
 2026-05-05 11:51 UTC 

[PATCH v2 0/1] rust: add Work::disable_sync
 2026-05-05 11:20 UTC  (10+ messages)
` [PATCH v2 1/1] "

[PATCH] drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
 2026-05-05 11:07 UTC  (2+ messages)

[PATCH v6 0/5] Rust GPUVM immediate mode
 2026-05-05 11:07 UTC  (2+ messages)

[PATCH v2 0/1] DRM 'feature' support for DRM drivers
 2026-05-05 10:54 UTC  (3+ messages)
` [PATCH v2 1/1] rust: drm: add RENDER_CAPABILITY flag for render node support

[PATCH 1/2] rust: drm: add support for driver features
 2026-05-05 10:13 UTC  (2+ messages)

[PATCH] rust: io: convert `PhysAddr` type alias to newtype
 2026-05-05  9:17 UTC  (3+ messages)

[PATCH v4 0/4] Rust netlink support + use in Rust Binder
 2026-05-05  9:10 UTC  (7+ messages)
` [PATCH v4 1/4] rust: netlink: add raw netlink abstraction
` [PATCH v4 2/4] ynl_gen: generate Rust files from yaml files
` [PATCH v4 3/4] rust_binder: add generated netlink.rs file
` [PATCH v4 4/4] rust_binder: report netlink transactions

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-05-05  8:56 UTC  (8+ messages)

[PATCH] rust: io: use newtype for PhysAddr
 2026-05-05  8:23 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH RFC 0/6] Add Rust virtio bindings and sample device
 2026-05-05  8:14 UTC  (7+ messages)
` [PATCH RFC 1/6] rust/bindings: generate virtio bindings
` [PATCH RFC 2/6] rust/helpers: add virtio.c
` [PATCH RFC 3/6] rust: add virtio module
` [PATCH RFC 4/6] rust/scatterlist: add SGEntry::init_one
` [PATCH RFC 5/6] rust: impl interruptible waits for Completion
` [PATCH RFC 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH v12 00/22] gpu: nova-core: Add memory management support
 2026-05-05  5:37 UTC  (33+ messages)
` [PATCH v12 01/22] gpu: nova-core: gsp: Return GspStaticInfo from boot()
` [PATCH v12 02/22] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v12 03/22] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
` [PATCH v12 04/22] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v12 07/22] gpu: nova-core: mm: Add TLB flush support
` [PATCH v12 08/22] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v12 09/22] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v12 12/22] gpu: nova-core: mm: Add page table entry operation traits
` [PATCH v12 20/22] gpu: nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v12 21/22] gpu: nova-core: mm: pramin: drop useless as_ref() in run_self_test
` [PATCH v12 22/22] rust: maple_tree: implement Send and Sync for MapleTree

[PATCH v3] tty: synclink_gt: remove broken driver
 2026-05-05  0:03 UTC  (2+ messages)

[PATCH v6 0/2] rust: take advantage of newer rust-analyzer features
 2026-05-04 22:01 UTC  (4+ messages)
` [PATCH v6 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v6 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types

[PATCH v5 0/2] rust: take advantage of newer rust-analyzer features
 2026-05-04 13:11 UTC  (10+ messages)
` [PATCH v5 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure

[RFC PATCH v2 0/4] iio: position: add Rust driver for ams AS5600
 2026-05-04 10:29 UTC  (3+ messages)
` [RFC PATCH v2 1/4] i2c: rust: add smbus_read_byte_data and smbus_read_word_data

[PATCH 00/24] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-04 10:18 UTC  (3+ messages)
` [PATCH 17/24] rust: i2c: make Driver trait lifetime-parameterized

[PATCH v2] tty: synclink_gt: remove broken driver
 2026-05-03 19:25 UTC  (6+ messages)

[PATCH v2 0/3] rust: add SRCU abstraction
 2026-05-03 19:25 UTC  (7+ messages)
` [PATCH v2 1/3] rust: helpers: add SRCU helpers
` [PATCH v2 2/3] rust: sync: add SRCU abstraction
` [PATCH v2 3/3] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH v3] rust: error: implement Display for Error
 2026-05-03 18:19 UTC  (2+ messages)

[PATCH v2] rust: error: implement Display for Error
 2026-05-03 16:06 UTC 

[PATCH] rust: error: implement Display for Error
 2026-05-03 15:17 UTC 

[PATCH v2] rust: drm: fix unsound initialization in drm::Device::new
 2026-05-03 12:21 UTC  (3+ messages)

[PATCH v1 1/1] rust: add Work::disable_sync
 2026-05-02 11:18 UTC  (2+ messages)

[PATCH v3 0/5] rust: add `bitfield!` macro
 2026-05-01 22:15 UTC  (13+ messages)
` [PATCH v3 1/5] rust: extract `bitfield!` macro from `register!`
` [PATCH v3 2/5] rust: bitfield: Add KUnit tests for bitfield
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
` [PATCH v3 4/5] gpu: nova-core: switch to kernel bitfield macro
` [PATCH v3 5/5] gpu: nova-core: remove the driver-local `bitfield!` macro

[PATCH v13 0/5] Rust bindings for gem shmem
 2026-05-01 22:13 UTC  (4+ messages)
` [PATCH v13 4/5] rust: drm: gem: Introduce shmem::SGTable

[PATCH v3 0/2] rust: pin-init: fix incorrect accessor reference lifetime
 2026-05-01 16:07 UTC  (5+ messages)

[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-01 15:31 UTC  (13+ messages)
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size
` [PATCH 3/7] gpu: nova-core: rename module from nova_core to nova-core
` [PATCH 4/7] gpu: nova-core: export Rust symbols for dependent modules

[PATCH] rust: drm: gem: clean up GEM state in init failure case
 2026-05-01 14:45 UTC  (3+ messages)

[PATCH v16 0/3] rust: leds: add led classdev abstractions
 2026-05-01 14:36 UTC  (4+ messages)
` [PATCH v16 1/3] rust: leds: add basic "
` [PATCH v16 2/3] rust: leds: add Mode trait
` [PATCH v16 3/3] rust: leds: add multicolor classdev abstractions

[PATCH 00/10] rust: pin-init upstream sync for v7.2 (round 1)
 2026-05-01 13:44 UTC  (2+ messages)
` [PATCH 11/11] rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump

[PATCH 0/5] drm/tyr: prereqs for firmware loading and MCU boot
 2026-05-01 11:04 UTC  (2+ messages)

[PATCH v3 00/11] gpu: nova-core: vbios: harden various array accesses and refactor
 2026-05-01 10:55 UTC  (15+ messages)
` [PATCH v3 01/11] gpu: nova-core: vbios: fix various cases of reading past `BIOS_MAX_SCAN_LEN`
` [PATCH v3 02/11] gpu: nova-core: vbios: limit `BitToken` entry reads
` [PATCH v3 04/11] gpu: nova-core: vbios: use checked access in `FwSecBiosImage::header`
` [PATCH v3 11/11] gpu: nova-core: vbios: use the first PCI-AT and FWSEC images

[PATCH] rust: drm: fix unsound initialization in drm::Device::new
 2026-05-01 10:50 UTC  (4+ messages)

[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
 2026-05-01  6:13 UTC  (6+ messages)
` [PATCH v3 1/6] rust: add warn_on_err macro

[PATCH v2 0/3] rust: add `bitfield!` macro
 2026-05-01  6:08 UTC  (12+ messages)
` [PATCH v2 1/3] rust: extract `bitfield!` macro from `register!`
` [PATCH v2 2/3] rust: bitfield: Add KUNIT tests for bitfield
` [PATCH v2 3/3] gpu: nova-core: switch to kernel bitfield macro


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