org.kernel.vger.rust-for-linux archive

1399 archived articles, newest first (page 12 of 14). Latest articles →

[PATCH 24/24] rust: revocable: Use LKMM atomics instead of Rust atomics
Fri, 31 Jul 2026 13:30:25 -0700
Boqun Feng <[email protected]> • #50032
[PATCH 23/24] rust: sync: Add generic memory barriers
Fri, 31 Jul 2026 13:30:24 -0700
Boqun Feng <[email protected]> • #50031
[PATCH 22/24] rust: sync: Add helpers for mb, dma_mb and friends
Fri, 31 Jul 2026 13:30:23 -0700
Boqun Feng <[email protected]> • #50030
[PATCH 21/24] rust: sync: Use safe synchronize_rcu() abstraction in poll
Fri, 31 Jul 2026 13:30:22 -0700
Boqun Feng <[email protected]> • #50029
[PATCH 20/24] rust: revocable: Use safe synchronize_rcu() abstraction
Fri, 31 Jul 2026 13:30:21 -0700
Boqun Feng <[email protected]> • #50028
[PATCH 19/24] rust: sync: Add abstraction for synchronize_rcu()
Fri, 31 Jul 2026 13:30:20 -0700
Boqun Feng <[email protected]> • #50027
[PATCH 18/24] rust: sync: Introduce SpinLockIrq::lock_with() and friends
Fri, 31 Jul 2026 13:30:19 -0700
Boqun Feng <[email protected]> • #50026
[PATCH 17/24] rust: sync: Add SpinLockIrq
Fri, 31 Jul 2026 13:30:18 -0700
Boqun Feng <[email protected]> • #50025
[PATCH 15/24] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
Fri, 31 Jul 2026 13:30:16 -0700
Boqun Feng <[email protected]> • #50024
[PATCH 16/24] rust: sync: use super::* in spinlock.rs
Fri, 31 Jul 2026 13:30:17 -0700
Boqun Feng <[email protected]> • #50023
[PATCH 14/24] rust: Introduce interrupt module
Fri, 31 Jul 2026 13:30:15 -0700
Boqun Feng <[email protected]> • #50022
[PATCH 13/24] irq: Optimize reschedule check in local_interrupt_enable()
Fri, 31 Jul 2026 13:30:14 -0700
Boqun Feng <[email protected]> • #50021
[PATCH 12/24] s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
Fri, 31 Jul 2026 13:30:13 -0700
Boqun Feng <[email protected]> • #50020
[PATCH 11/24] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
Fri, 31 Jul 2026 13:30:12 -0700
Boqun Feng <[email protected]> • #50019
[PATCH 10/24] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
Fri, 31 Jul 2026 13:30:11 -0700
Boqun Feng <[email protected]> • #50018
[PATCH 09/24] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
Fri, 31 Jul 2026 13:30:10 -0700
Boqun Feng <[email protected]> • #50017
[PATCH 07/24] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
Fri, 31 Jul 2026 13:30:08 -0700
Boqun Feng <[email protected]> • #50016
[PATCH 08/24] sched: Remove the unused preempt_offset parameter of __cant_sleep()
Fri, 31 Jul 2026 13:30:09 -0700
Boqun Feng <[email protected]> • #50015
[PATCH 06/24] irq: Add KUnit test for refcounted interrupt enable/disable
Fri, 31 Jul 2026 13:30:07 -0700
Boqun Feng <[email protected]> • #50014
[PATCH 04/24] openrisc: Include <linux/cpumask.h> in smp.h
Fri, 31 Jul 2026 13:30:05 -0700
Boqun Feng <[email protected]> • #50013
[PATCH 05/24] irq & spin_lock: Add counted interrupt disabling/enabling
Fri, 31 Jul 2026 13:30:06 -0700
Boqun Feng <[email protected]> • #50012
[PATCH 03/24] preempt: Introduce __preempt_count_{sub, add}_return()
Fri, 31 Jul 2026 13:30:04 -0700
Boqun Feng <[email protected]> • #50011
[PATCH 02/24] preempt: Introduce HARDIRQ_DISABLE_BITS
Fri, 31 Jul 2026 13:30:03 -0700
Boqun Feng <[email protected]> • #50010
[PATCH 01/24] preempt: Track NMI nesting to separate per-CPU counter
Fri, 31 Jul 2026 13:30:02 -0700
Boqun Feng <[email protected]> • #50009
[GIT PULL] [PATCH 00/24] Rust synchronization changes for v7.3
Fri, 31 Jul 2026 13:30:01 -0700
Boqun Feng <[email protected]> • #50008
[PATCH v7 7/8] gpu: nova-core: transition fsp to TLV images
Fri, 31 Jul 2026 15:10:16 -0500
Timur Tabi <[email protected]> • #50007
[PATCH v7 8/8] gpu: nova-core: update firmware module info for TLV images
Fri, 31 Jul 2026 15:10:17 -0500
Timur Tabi <[email protected]> • #50006
[PATCH v7 5/8] gpu: nova-core: transition gsp to TLV images
Fri, 31 Jul 2026 15:10:14 -0500
Timur Tabi <[email protected]> • #50005
[PATCH v7 4/8] gpu: nova-core: transition booter to TLV images
Fri, 31 Jul 2026 15:10:13 -0500
Timur Tabi <[email protected]> • #50004
[PATCH v7 6/8] gpu: nova-core: transition gen_bootloader to TLV images
Fri, 31 Jul 2026 15:10:15 -0500
Timur Tabi <[email protected]> • #50003
[PATCH v7 3/8] gpu: nova-core: add TLV parser for firmware files
Fri, 31 Jul 2026 15:10:12 -0500
Timur Tabi <[email protected]> • #50002
[PATCH v7 2/8] rust: firmware: add request_into_buf()
Fri, 31 Jul 2026 15:10:11 -0500
Timur Tabi <[email protected]> • #50001
[PATCH v7 0/8] Transition Nova Core to TLV firmware images
Fri, 31 Jul 2026 15:10:09 -0500
Timur Tabi <[email protected]> • #50000
[PATCH v7 1/8] rust: alloc: add Vec::zeroed method
Fri, 31 Jul 2026 15:10:10 -0500
Timur Tabi <[email protected]> • #49999
Re: rust compile failure in next-20260730
Fri, 31 Jul 2026 12:25:22 -0700
Nathan Chancellor <[email protected]> • #49998
Re: [PATCH v5 0/4] Clk improvements
Fri, 31 Jul 2026 20:37:33 +0200
Maurice Hieronymus <[email protected]> • #49997
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Sat, 1 Aug 2026 00:57:22 +0800
Alvin Sun <[email protected]> • #49996
Re: [PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
Sat, 1 Aug 2026 00:52:06 +0800
Alvin Sun <[email protected]> • #49995
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Fri, 31 Jul 2026 17:43:27 +0100
"Gary Guo" <[email protected]> • #49994
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Sat, 1 Aug 2026 00:34:17 +0800
Alvin Sun <[email protected]> • #49993
Re: [PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
Fri, 31 Jul 2026 13:29:28 -0300
Daniel Almeida <[email protected]> • #49992
Re: [PATCH v2 4/4] rust: samples: add EDU PCI driver sample
Fri, 31 Jul 2026 16:25:51 +0200
"Ewan Chorynski" <[email protected]> • #49991
Re: [PATCH v4 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
Fri, 31 Jul 2026 22:48:25 +0900 (JST)
FUJITA Tomonori <[email protected]> • #49990
[PATCH v2] rust_binder: speed up get_node_debug_info using lower_bound iter
Fri, 31 Jul 2026 10:31:03 -0300
Rafael Passos <[email protected]> • #49989
Re: [PATCH v10 4/7] drm/tyr: add GPU virtual memory (VM) support
Fri, 31 Jul 2026 06:09:55 -0700
Deborah Brouwer <[email protected]> • #49988
Re: [PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
Fri, 31 Jul 2026 13:08:02 +0000
Alice Ryhl <[email protected]> • #49987
Re: [PATCH v2 7/9] rust: drm: gpuvm: add dump_gpuva_info to UniqueRefGpuVm
Fri, 31 Jul 2026 13:01:26 +0000
Alice Ryhl <[email protected]> • #49986
Re: [PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
Fri, 31 Jul 2026 12:59:42 +0000
Alice Ryhl <[email protected]> • #49985
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Fri, 31 Jul 2026 21:52:22 +0900
"Alexandre Courbot" <[email protected]> • #49984
Re: [PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()
Fri, 31 Jul 2026 12:52:26 +0000
Alice Ryhl <[email protected]> • #49983
Re: [PATCH v10 0/7] drm/tyr: firmware loading and MCU boot support
Fri, 31 Jul 2026 12:49:23 +0000
Alice Ryhl <[email protected]> • #49982
Re: [PATCH v3] rust: iommu: add device lifetime to IoPageTable
Fri, 31 Jul 2026 12:48:19 +0000
Alice Ryhl <[email protected]> • #49981
Re: [PATCH] objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0
Fri, 31 Jul 2026 14:40:24 +0200
Alice Ryhl <[email protected]> • #49980
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Fri, 31 Jul 2026 13:38:32 +0100
"Gary Guo" <[email protected]> • #49979
Re: [PATCH v4 0/5] Rate limited printing for Rust
Fri, 31 Jul 2026 14:19:55 +0200
Alice Ryhl <[email protected]> • #49978
Re: [PATCH v4 0/5] Rate limited printing for Rust
Fri, 31 Jul 2026 13:34:49 +0200
Miguel Ojeda <[email protected]> • #49977
Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Fri, 31 Jul 2026 19:45:09 +0900 (JST)
FUJITA Tomonori <[email protected]> • #49976
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Fri, 31 Jul 2026 19:35:26 +0900
"Alexandre Courbot" <[email protected]> • #49975
Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Fri, 31 Jul 2026 19:17:02 +0900 (JST)
FUJITA Tomonori <[email protected]> • #49974
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Fri, 31 Jul 2026 18:57:27 +0900
"Alexandre Courbot" <[email protected]> • #49973
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Fri, 31 Jul 2026 12:32:49 +0300
Zhi Wang <[email protected]> • #49972
Re: [PATCH v2 0/2] rust: debugfs: migrate debugfs traits requirements to zerocopy
Fri, 31 Jul 2026 11:09:15 +0200
Greg Kroah-Hartman <[email protected]> • #49971
Re: [PATCH v4 0/5] Rate limited printing for Rust
Fri, 31 Jul 2026 11:06:36 +0200
Greg Kroah-Hartman <[email protected]> • #49970
[PATCH v8 5/5] MAINTAINERS: Add entry for Rust dma-buf
Fri, 31 Jul 2026 10:04:10 +0200
Philipp Stanner <[email protected]> • #49969
[PATCH v8 4/5] rust: Add dma_fence abstractions
Fri, 31 Jul 2026 10:04:09 +0200
Philipp Stanner <[email protected]> • #49968
[PATCH v8 3/5] rust: sync: Add abstraction for rcu_barrier()
Fri, 31 Jul 2026 10:04:08 +0200
Philipp Stanner <[email protected]> • #49967
[PATCH v8 2/5] rust: types: implement ForeignOwnable for ARef<T>
Fri, 31 Jul 2026 10:04:07 +0200
Philipp Stanner <[email protected]> • #49966
[PATCH v8 1/5] rust: error: add remaining error codes
Fri, 31 Jul 2026 10:04:06 +0200
Philipp Stanner <[email protected]> • #49965
[PATCH v8 0/5] rust / dma_buf: Add abstractions for dma_fence
Fri, 31 Jul 2026 10:04:05 +0200
Philipp Stanner <[email protected]> • #49964
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Fri, 31 Jul 2026 08:46:07 +0200
Miguel Ojeda <[email protected]> • #49963
Re: [PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Fri, 31 Jul 2026 08:29:50 +0200
Miguel Ojeda <[email protected]> • #49962
Re: (subset) [PATCH v2 00/11] rust: driver: use pointers instead of indices for ID info
Thu, 30 Jul 2026 23:01:50 +0200
Danilo Krummrich <[email protected]> • #49961
Re: [PATCH v2 05/11] rust: net/phy: remove expansion from doc
Thu, 30 Jul 2026 23:01:18 +0200
"Danilo Krummrich" <[email protected]> • #49960
Re: [PATCH v2 11/11] RFC: rust: driver: support map-like syntax for ID table
Thu, 30 Jul 2026 23:00:37 +0200
"Danilo Krummrich" <[email protected]> • #49959
Re: [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
Thu, 30 Jul 2026 22:27:20 +0200
"Danilo Krummrich" <[email protected]> • #49958
Re: [PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Thu, 30 Jul 2026 19:45:05 +0100
"Gary Guo" <[email protected]> • #49957
[PATCH v6 1/1] rust: pci: add extended capability and SR-IOV support
Thu, 30 Jul 2026 21:29:53 +0300
Zhi Wang <[email protected]> • #49956
[PATCH v6 0/1] Rust PCI capability infrastructure and SR-IOV support
Thu, 30 Jul 2026 21:29:52 +0300
Zhi Wang <[email protected]> • #49955
[PATCH v5 1/1] rust: pci: add extended capability and SR-IOV support
Thu, 30 Jul 2026 21:03:47 +0300
Zhi Wang <[email protected]> • #49954
[PATCH v5 0/1] Rust PCI capability infrastructure and SR-IOV support
Thu, 30 Jul 2026 21:03:46 +0300
Zhi Wang <[email protected]> • #49953
[PATCH v2 5/9] rust: drm: add debugfs_init callback to Driver trait
Fri, 31 Jul 2026 01:05:43 +0800
Alvin Sun <[email protected]> • #49952
[PATCH v2 6/9] rust: drm: add DrmSeqShow seq_file adapter
Fri, 31 Jul 2026 01:05:44 +0800
Alvin Sun <[email protected]> • #49951
[PATCH v2 7/9] rust: drm: gpuvm: add dump_gpuva_info to UniqueRefGpuVm
Fri, 31 Jul 2026 01:05:45 +0800
Alvin Sun <[email protected]> • #49950
[PATCH v2 9/9] drm/debugfs: hold device reference for the lifetime of open files
Fri, 31 Jul 2026 01:05:47 +0800
Alvin Sun <[email protected]> • #49949
[PATCH v2 8/9] drm/tyr: add gpuvas debugfs file
Fri, 31 Jul 2026 01:05:46 +0800
Alvin Sun <[email protected]> • #49948
[PATCH v2 4/9] drm: move debugfs_init after dev->registered is set
Fri, 31 Jul 2026 01:05:42 +0800
Alvin Sun <[email protected]> • #49947
[PATCH v2 2/9] rust: debugfs: add SeqShow trait and seq_file file operations
Fri, 31 Jul 2026 01:05:40 +0800
Alvin Sun <[email protected]> • #49946
[PATCH v2 3/9] rust: debugfs: add Entry::from_raw and ScopedDir::from_dentry
Fri, 31 Jul 2026 01:05:41 +0800
Alvin Sun <[email protected]> • #49945
[PATCH v2 1/9] rust: seq_file: add as_raw() method
Fri, 31 Jul 2026 01:05:39 +0800
Alvin Sun <[email protected]> • #49944
[PATCH v2 0/9] drm/tyr: add debugfs support
Fri, 31 Jul 2026 01:05:38 +0800
Alvin Sun <[email protected]> • #49943
[PATCH v2] rust: dma: return zero for Coherent reads past EOF
Thu, 30 Jul 2026 18:34:38 +0200
Younes Akhouayri via B4 Relay <[email protected]> • #49942
Re: [PATCH 01/10] rust: io: register: allow explicit base type specification
Thu, 30 Jul 2026 23:50:06 +0900
"Alexandre Courbot" <[email protected]> • #49941
Re: [PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()
Thu, 30 Jul 2026 23:48:15 +0900
"Alexandre Courbot" <[email protected]> • #49940
Re: [PATCH v10 4/7] drm/tyr: add GPU virtual memory (VM) support
Thu, 30 Jul 2026 16:40:36 +0200
Alice Ryhl <[email protected]> • #49939
Re: [PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`
Thu, 30 Jul 2026 16:03:39 +0200
Danilo Krummrich <[email protected]> • #49938
Re: [PATCH] rust: pci: rework device enabling API
Thu, 30 Jul 2026 15:25:58 +0200
Maurice Hieronymus <[email protected]> • #49937
Re: [PATCH v4 0/7] rust: use Delta instead of raw jiffies for timeouts and delays
Thu, 30 Jul 2026 14:09:59 +0100
"Gary Guo" <[email protected]> • #49936
Re: [PATCH v3] rust: iommu: add device lifetime to IoPageTable
Thu, 30 Jul 2026 14:37:30 +0200
"Joerg Roedel (AMD)" <[email protected]> • #49935
Re: [PATCH v3 3/7] drm: nova: Add chipid enum to nova-drm UAPI
Thu, 30 Jul 2026 21:46:21 +1000
Alistair Popple <[email protected]> • #49934
[PATCH] rust: pin-init: rework how `[pin_]init!` handles cfg
Thu, 30 Jul 2026 12:35:21 +0100
Gary Guo <[email protected]> • #49933
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.