index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2026-01-10
Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-15
/
+17
2026-01-10
rust: sync: Inline various lock related methods
Alice Ryhl
-0
/
+19
2026-01-09
rust: list: Switch to kernel::sync atomic primitives
FUJITA Tomonori
-8
/
+6
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
-0
/
+16
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
-0
/
+11
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
-3
/
+9
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
-0
/
+10
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
-7
/
+32
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
-19
/
+66
2026-01-09
rust: sync: Implement Unpin for ARef
Alice Ryhl
-0
/
+3
2026-01-09
rust: sync: set_once: Implement Send and Sync
FUJITA Tomonori
-0
/
+8
2026-01-09
rust: sync: Clean up LockClassKey and its docs
Alice Ryhl
-14
/
+40
2026-01-09
rust: sync: Refactor static_lock_class!() macro
Alice Ryhl
-6
/
+18
2026-01-07
rust: faux: use "kernel vertical" style for imports
Danilo Krummrich
-2
/
+11
2026-01-07
rust: driver-core: use "kernel vertical" style for imports
Danilo Krummrich
-13
/
+38
2026-01-07
rust: platform: use "kernel vertical" style for imports
Danilo Krummrich
-7
/
+24
2026-01-07
rust: auxiliary: use "kernel vertical" style for imports
Danilo Krummrich
-5
/
+16
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
-6
/
+15
2026-01-06
rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`
Ewan Chorynski
-1
/
+1
2026-01-06
rust: io: remove square brackets from pci::Bar reference
Marko Turk
-1
/
+1
2026-01-06
rust: device: Remove explicit import of CStrExt
FUJITA Tomonori
-1
/
+0
2026-01-06
rust: num: bounded: mark __new as unsafe
Hsiu Che Yu
-15
/
+19
2026-01-06
rust: pci: fix typos in Bar struct's comments
Marko Turk
-2
/
+2
2026-01-05
rust: net: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-4
/
+2
2026-01-04
rust: num: fix typos in Bounded documentation
Nakamura Shuta
-6
/
+6
2026-01-04
rust: fmt: Fix grammar in Adapter description
Dirk Behme
-1
/
+1
2026-01-04
rust: rbtree: fix documentation typo in CursorMut peek_next method
Hang Shu
-1
/
+1
2026-01-04
rust: rbtree: fix minor typo in comment
Atharv Dubey
-1
/
+1
2026-01-02
rust: device: fix broken intra-doc links
FUJITA Tomonori
-3
/
+3
2026-01-02
rust: dma: fix broken intra-doc links
FUJITA Tomonori
-2
/
+3
2025-12-30
rust: driver: fix broken intra-doc links to example driver types
Alice Ryhl
-4
/
+8
2025-12-29
rust: Return Option from page_align and ensure no usize overflow
Brendan Shephard
-7
/
+29
2025-12-29
rust: device_id: replace incorrect word in safety documentation
Yilin Chen
-1
/
+1
2025-12-29
rust: dma: remove incorrect safety documentation
Yilin Chen
-2
/
+0
2025-12-29
rust: sync: add Arc::DATA_OFFSET
Alice Ryhl
-0
/
+3
2025-12-29
rust: miscdevice: use `pin_init::zeroed()` for C type initialization
Atharv Dubey
-5
/
+3
2025-12-28
rust: Add soc_device support
Matthew Maurer
-0
/
+137
2025-12-23
rust: maple_tree: rcu_read_lock() in destructor to silence lockdep
Alice Ryhl
-1
/
+10
2025-12-22
rust: debugfs: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-14
/
+9
2025-12-22
rust: irq: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-4
/
+2
2025-12-22
rust: io: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-4
/
+13
2025-12-22
rust: platform: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-4
/
+9
2025-12-22
rust: device: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-6
/
+4
2025-12-22
rust: debugfs: use "kernel vertical" style for imports
Danilo Krummrich
-40
/
+109
2025-12-22
rust: regulator: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
-6
/
+3
2025-12-18
rust: scatterlist: Update ARef imports to use sync::aref
Shankari Anand
-1
/
+2
2025-12-18
rust: device: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
-4
/
+5
2025-12-18
rust: drm: use `pin_init::zeroed()` for file operations initialization
Atharv Dubey
-3
/
+1
2025-12-18
rust: drm: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
-1
/
+1
2025-12-17
rust: pci: document Bar's endianness conversion
Marko Turk
-0
/
+3
[prev]
[next]