Rust for Linux List
 help / color / mirror / Atom feed
 messages from 2026-05-28 11:50:54 to 2026-05-30 05:55:29 UTC [more...]

[PATCH v7 0/4] gpu: nova-core: run unload sequence upon unbinding
 2026-05-30  5:55 UTC  (8+ messages)
` [PATCH v7 1/4] gpu: nova-core: gsp: move chipset-specific parts of the boot process into a HAL
` [PATCH v7 2/4] gpu: nova-core: send UNLOADING_GUEST_DRIVER GSP command upon unloading
` [PATCH v7 3/4] gpu: nova-core: run Booter Unloader and FWSEC-SB upon unbinding
` [PATCH v7 4/4] gpu: nova-core: gsp: run the unload bundle if Gsp::boot() fails

[PATCH v1] rust: pwm: use pin_init::zeroed() to initialize pwm_ops
 2026-05-30  4:55 UTC  (3+ messages)

[PATCH v2] kbuild: clean `*.long-type-*.txt` files
 2026-05-30  4:32 UTC  (2+ messages)

[PATCH v11 00/22] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-05-30  3:21 UTC  (24+ messages)
` [PATCH v11 01/22] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v11 02/22] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v11 03/22] gpu: nova-core: Blackwell: compute PMU-reserved framebuffer size
` [PATCH v11 04/22] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v11 05/22] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v11 06/22] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v11 07/22] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v11 08/22] gpu: nova-core: add support for 32-bit "
` [PATCH v11 09/22] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v11 10/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v11 11/22] gpu: nova-core: Hopper/Blackwell: add FMC firmware image
` [PATCH v11 12/22] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v11 13/22] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v11 14/22] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v11 15/22] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v11 16/22] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v11 17/22] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v11 18/22] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v11 19/22] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v11 20/22] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v11 21/22] gpu: nova-core: add non-sec2 unload path
` [PATCH v11 22/22] gpu: nova-core: gsp: enable FSP boot path

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

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30  1:13 UTC  (6+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 2/5] serdev: add rust private data to serdev_device
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
` [PATCH v8 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v8 5/5] MAINTAINERS: serdev: Add self for serdev

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

[PATCH] rust: pin_init: internal: use `loop {}` to produce never value
 2026-05-29 21:05 UTC  (2+ messages)

[PATCH 0/8] rust: pin-init upstream sync for v7.2 (round 2)
 2026-05-29 21:04 UTC  (2+ messages)

[PATCH] kbuild: clean `*.long-type-*.txt` files
 2026-05-29 20:53 UTC 

[PATCH 0/2] Add hw_random Rust bindings
 2026-05-29 20:35 UTC  (8+ messages)
` [PATCH 1/2] rust/bindings: add hw_random.h
` [PATCH 2/2] rust: add hw_random module

[PATCH] kbuild: clean `*.long-type-*.txt` files
 2026-05-29 20:34 UTC 

[PATCH v2 0/2] rust: debugfs: fix callback file unsoundness
 2026-05-29 18:39 UTC  (5+ messages)
` [PATCH v2 2/2] rust: debugfs: avoid transmuting FileOps

[PATCH v15 0/6] Rust bindings for gem shmem
 2026-05-29 18:34 UTC  (7+ messages)
` [PATCH v15 1/6] rust: gem: shmem: Fix Default implementation for ObjectConfig
` [PATCH v15 2/6] rust: drm: gem/shmem: Add DmaResvGuard helper
` [PATCH v15 3/6] rust: drm: gem: Add vmap functions to shmem bindings
` [PATCH v15 4/6] rust: faux: Allow retrieving a bound Device
` [PATCH v15 5/6] drm/gem/shmem: Introduce __drm_gem_shmem_free_sgt_locked()
` [PATCH v15 6/6] rust: drm: gem: Introduce shmem::Object::sg_table()

[PATCH v2 0/2] rust: sync: Introduce LazyInit
 2026-05-29 17:30 UTC  (3+ messages)
` [PATCH v2 1/2] rust: sync: lock: Add Lock::get_mut_pinned()
` [PATCH v2 2/2] rust: sync: Introduce LazyInit

[PATCH v4 0/6] s390: Enable Rust support and add required arch glue
 2026-05-29 16:56 UTC  (9+ messages)
` [PATCH v4 1/6] s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support
` [PATCH v4 2/6] s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros
` [PATCH v4 3/6] rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
` [PATCH v4 4/6] rust: helpers: Use __builtin_memchr directly on s390
` [PATCH v4 5/6] s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers
` [PATCH v4 6/6] s390: Enable Rust support

[PATCH v7 0/4] rust: helpers: add SRCU helpers
 2026-05-29 15:36 UTC  (12+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-05-29 15:27 UTC  (6+ messages)
` [PATCH v3 1/5] rust: inline some init methods
` [PATCH v3 2/5] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v3 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v3 4/5] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v3 5/5] drm: nova: demonstrate interaction with nova-core

[PATCH] rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES
 2026-05-29 15:15 UTC  (6+ messages)

[PATCH v3 0/4] s390: Enable Rust support and add required arch glue
 2026-05-29 15:04 UTC  (7+ messages)

[PATCH v2 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-29 14:48 UTC  (11+ messages)
` [PATCH v2 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH v2 2/7] pin_init: always inline the #ident and #project_ident methods
` [PATCH v2 3/7] rust: always inline some init methods

[linux-next:master 3728/9137] samples/rust/rust_driver_auxiliary.o: warning: objtool: _RINvXs5_NtNtCshc5sK6KjdJJ_6kernel5alloc4kboxINtB6_3BoxINtNtNtCsbsbRiabPlh9_4core3mem12maybe_uninit11MaybeUninitINtNtBa_9auxiliary16RegistrationDataNtCseULRbgTYaTO_21rust_driver_auxiliary4DataEENtNtB
 2026-05-29 14:42 UTC  (12+ messages)

[PATCH v9 0/4] rust: add SRCU abstraction
 2026-05-29 13:39 UTC  (5+ messages)
` [PATCH v9 1/4] rust: helpers: add SRCU helpers
` [PATCH v9 2/4] srcu: expose srcu_readers_active()
` [PATCH v9 3/4] rust: sync: add SRCU abstraction
` [PATCH v9 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH v6 0/3] Rust netlink support + use in Rust Binder
 2026-05-29 13:28 UTC  (4+ messages)
` [PATCH v6 1/3] rust: net: add rust/kernel/net to NETWORKING [GENERAL]
` [PATCH v6 2/3] rust: netlink: add raw netlink abstraction
` [PATCH v6 3/3] rust_binder: report netlink transactions

[PATCH v8 0/4] rust: helpers: add SRCU helpers
 2026-05-29 12:30 UTC  (10+ messages)
` [PATCH v8 1/4] "
` [PATCH v8 2/4] srcu: expose srcu_readers_active()
` [PATCH v8 3/4] rust: sync: add SRCU abstraction
` [PATCH v8 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry

[PATCH] rust: module_param: return value by copy from `value`
 2026-05-29 12:22 UTC  (2+ messages)

[PATCH] rust: page: mark Page::nid as inline
 2026-05-29 12:17 UTC  (3+ messages)

[PATCH v4 0/2] Delete task_euid()
 2026-05-29 12:17 UTC  (4+ messages)
` [PATCH v4 1/2] rust: task: clarify comments on task UID accessors
` [PATCH v4 2/2] cred: delete task_euid()

[PATCH v5 0/2] Rust netlink support + use in Rust Binder
 2026-05-29  7:49 UTC  (8+ messages)
` [PATCH v5 1/2] rust: netlink: add raw netlink abstraction

[PATCH] rust_binder: use a u64 stride when cleaning up the offsets array
 2026-05-29  7:46 UTC  (4+ messages)

[PATCH v6 0/7] gpu: nova-core: run unload sequence upon unbinding
 2026-05-29  6:57 UTC  (7+ messages)
` [PATCH v6 7/7] gpu: nova-core: run Booter Unloader and FWSEC-SB "

[linux-next:master] BUILD REGRESSION f7af91adc230aa99e23330ecf85bc9badd9780ad
 2026-05-29  6:48 UTC 

[RFC PATCH v3 0/4] iio: position: add Rust driver for ams AS5600
 2026-05-29  5:37 UTC  (10+ messages)
` [RFC PATCH v3 1/4] i2c: rust: implement kernel::io::Io trait for I2cClient
` [RFC PATCH v3 2/4] rust: add minimal IIO subsystem abstractions
` [RFC PATCH v3 3/4] iio: position: add Rust driver for ams AS5600
` [RFC PATCH v3 4/4] iio: position: as5600: add Kconfig and Makefile entries

[PATCH] rust: module_param: add missing newline to pr_warn
 2026-05-29  5:15 UTC  (5+ messages)

[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
 2026-05-29  1:57 UTC  (4+ messages)
` [PATCH v2 1/2] drm/tyr: separate driver type from driver data
` [PATCH v2 2/2] drm/tyr: use IoMem directly instead of Devres

[PATCH 0/6] rust: drm: Higher-Ranked Lifetime private data
 2026-05-29  1:00 UTC  (5+ messages)
` [PATCH 3/6] rust: drm: Add RegistrationData to drm::Driver

[PATCH 0/5] gpu: nova: adopt driver lifetime infrastructure
 2026-05-29  0:21 UTC  (2+ messages)

[PATCH] rust: devres: add 'static bound to Devres<T>
 2026-05-28 23:10 UTC  (9+ messages)

[PATCH v3 0/1] DRM 'feature' support for DRM drivers
 2026-05-28 22:28 UTC  (4+ messages)
` [PATCH v3 1/1] rust: drm: add FEAT_RENDER flag for render node support

[PATCH 0/2] drm: tyr: use lifetime-bound IoMem
 2026-05-28 21:51 UTC  (9+ messages)
` [PATCH 1/2] gpu: drm: tyr: separate driver type from driver data
` [PATCH 2/2] gpu: drm: tyr: use IoMem directly instead of Devres

[PATCH] .gitignore: ignore rustc long type txt files
 2026-05-28 21:28 UTC  (6+ messages)

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-05-28 21:19 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] soc/tegra: cbb: Move driver registration from pure_initcall to core_initcall

[PATCH v2 00/12] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-05-28 15:18 UTC  (11+ messages)
` [PATCH v2 05/12] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v2 07/12] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v2 12/12] s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS

[PATCH v1] rust: rcu: Add abstraction for call_rcu()
 2026-05-28 15:06 UTC  (8+ messages)

[RFC v3 0/3] add kconfirm
 2026-05-28 14:30 UTC  (6+ messages)
` [RFC PATCH v3 1/3] scripts: "

[PATCH v5 0/4] rust: add SRCU abstraction
 2026-05-28 14:18 UTC  (5+ messages)
` [PATCH v5 1/4] rust: helpers: add SRCU helpers

Rust MC at LPC 2026
 2026-05-28 13:31 UTC  (2+ messages)

[PATCH 0/2] rust: device: remove ref-to-ref transmute
 2026-05-28 13:29 UTC  (3+ messages)
` [PATCH 1/2] rust: device: remove unused "

linux-next: build failure after merge of the origin tree
 2026-05-28 13:26 UTC  (2+ messages)

[PATCH 0/1] rust: module_param: support bool parameters
 2026-05-28 13:15 UTC  (5+ messages)

[PATCH v2] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-05-28 12:35 UTC  (3+ messages)

[PATCH v2 1/1] rust: block: fix GenDisk cleanup paths
 2026-05-28 11:50 UTC  (2+ messages)


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