@@ -3894,6 +3894,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
38943894F: Documentation/driver-api/auxiliary_bus.rst
38953895F: drivers/base/auxiliary.c
38963896F: include/linux/auxiliary_bus.h
3897+ F: rust/helpers/auxiliary.c
3898+ F: rust/kernel/auxiliary.rs
3899+ F: samples/rust/rust_driver_auxiliary.rs
38973900
38983901AUXILIARY DISPLAY DRIVERS
38993902M: Andy Shevchenko <andy@kernel.org>
@@ -7263,6 +7266,7 @@ F: include/linux/property.h
72637266F: include/linux/sysfs.h
72647267F: lib/kobj*
72657268F: rust/kernel/device.rs
7269+ F: rust/kernel/device/
72667270F: rust/kernel/device_id.rs
72677271F: rust/kernel/devres.rs
72687272F: rust/kernel/driver.rs
@@ -7615,6 +7619,18 @@ T: git https://gitlab.freedesktop.org/drm/nova.git nova-next
76157619F: Documentation/gpu/nova/
76167620F: drivers/gpu/nova-core/
76177621
7622+ DRM DRIVER FOR NVIDIA GPUS [RUST]
7623+ M: Danilo Krummrich <dakr@kernel.org>
7624+ L: nouveau@lists.freedesktop.org
7625+ S: Supported
7626+ Q: https://patchwork.freedesktop.org/project/nouveau/
7627+ B: https://gitlab.freedesktop.org/drm/nova/-/issues
7628+ C: irc://irc.oftc.net/nouveau
7629+ T: git https://gitlab.freedesktop.org/drm/nova.git nova-next
7630+ F: Documentation/gpu/nova/
7631+ F: drivers/gpu/drm/nova/
7632+ F: include/uapi/drm/nova_drm.h
7633+
76187634DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
76197635M: Stefan Mavrodiev <stefan@olimex.com>
76207636S: Maintained
@@ -7822,6 +7838,7 @@ F: Documentation/devicetree/bindings/display/
78227838F: Documentation/devicetree/bindings/gpu/
78237839F: Documentation/gpu/
78247840F: drivers/gpu/
7841+ F: rust/kernel/drm/
78257842F: include/drm/
78267843F: include/linux/vga*
78277844F: include/uapi/drm/
@@ -7838,6 +7855,7 @@ F: Documentation/devicetree/bindings/gpu/
78387855F: Documentation/gpu/
78397856F: drivers/gpu/drm/
78407857F: drivers/gpu/vga/
7858+ F: rust/kernel/drm/
78417859F: include/drm/drm
78427860F: include/linux/vga*
78437861F: include/uapi/drm/
@@ -10623,20 +10641,23 @@ F: kernel/time/timer_list.c
1062310641F: kernel/time/timer_migration.*
1062410642F: tools/testing/selftests/timers/
1062510643
10626- HIGH-RESOLUTION TIMERS [RUST]
10644+ DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
1062710645M: Andreas Hindborg <a.hindborg@kernel.org>
1062810646R: Boqun Feng <boqun.feng@gmail.com>
10647+ R: FUJITA Tomonori <fujita.tomonori@gmail.com>
1062910648R: Frederic Weisbecker <frederic@kernel.org>
1063010649R: Lyude Paul <lyude@redhat.com>
1063110650R: Thomas Gleixner <tglx@linutronix.de>
1063210651R: Anna-Maria Behnsen <anna-maria@linutronix.de>
10652+ R: John Stultz <jstultz@google.com>
10653+ R: Stephen Boyd <sboyd@kernel.org>
1063310654L: rust-for-linux@vger.kernel.org
1063410655S: Supported
1063510656W: https://rust-for-linux.com
1063610657B: https://github.com/Rust-for-Linux/linux/issues
10637- T: git https://github.com/Rust-for-Linux/linux.git hrtimer -next
10638- F: rust/kernel/time/hrtimer .rs
10639- F: rust/kernel/time/hrtimer/
10658+ T: git https://github.com/Rust-for-Linux/linux.git timekeeping -next
10659+ F: rust/kernel/time.rs
10660+ F: rust/kernel/time/
1064010661
1064110662HIGH-SPEED SCC DRIVER FOR AX.25
1064210663L: linux-hams@vger.kernel.org
@@ -16545,6 +16566,8 @@ F: include/linux/module*.h
1654516566F: kernel/module/
1654616567F: lib/test_kmod.c
1654716568F: lib/tests/module/
16569+ F: rust/kernel/module_param.rs
16570+ F: rust/macros/module.rs
1654816571F: scripts/module*
1654916572F: tools/testing/selftests/kmod/
1655016573F: tools/testing/selftests/module/
@@ -21343,7 +21366,7 @@ M: Alex Gaynor <alex.gaynor@gmail.com>
2134321366R: Boqun Feng <boqun.feng@gmail.com>
2134421367R: Gary Guo <gary@garyguo.net>
2134521368R: Björn Roy Baron <bjorn3_gh@protonmail.com>
21346- R: Benno Lossin <benno. lossin@proton.me >
21369+ R: Benno Lossin <lossin@kernel.org >
2134721370R: Andreas Hindborg <a.hindborg@kernel.org>
2134821371R: Alice Ryhl <aliceryhl@google.com>
2134921372R: Trevor Gross <tmgross@umich.edu>
@@ -21373,7 +21396,7 @@ F: rust/kernel/alloc.rs
2137321396F: rust/kernel/alloc/
2137421397
2137521398RUST [PIN-INIT]
21376- M: Benno Lossin <benno. lossin@proton.me >
21399+ M: Benno Lossin <lossin@kernel.org >
2137721400L: rust-for-linux@vger.kernel.org
2137821401S: Maintained
2137921402W: https://rust-for-linux.com/pin-init
@@ -26495,6 +26518,17 @@ F: lib/test_xarray.c
2649526518F: lib/xarray.c
2649626519F: tools/testing/radix-tree
2649726520
26521+ XARRAY API [RUST]
26522+ M: Tamir Duberstein <tamird@gmail.com>
26523+ M: Andreas Hindborg <a.hindborg@kernel.org>
26524+ L: rust-for-linux@vger.kernel.org
26525+ S: Supported
26526+ W: https://rust-for-linux.com
26527+ B: https://github.com/Rust-for-Linux/linux/issues
26528+ C: https://rust-for-linux.zulipchat.com
26529+ T: git https://github.com/Rust-for-Linux/linux.git xarray-next
26530+ F: rust/kernel/xarray.rs
26531+
2649826532XBOX DVD IR REMOTE
2649926533M: Benjamin Valentin <benpicco@googlemail.com>
2650026534S: Maintained
0 commit comments