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
Age
Commit message (
Expand
)
Author
Lines
2025-12-29
rust: dma: remove incorrect safety documentation
Yilin Chen
-2
/
+0
2025-12-29
Merge tag 'v6.19-rc3' into driver-core-next
Danilo Krummrich
-0
/
+21
2025-12-29
rust: sync: add Arc::DATA_OFFSET
Alice Ryhl
-0
/
+3
2025-12-29
rust: binder: add __rust_helper to helpers
Alice Ryhl
-6
/
+7
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
/
+138
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
2025-12-16
rust: dma: add helpers for architectures without CONFIG_HAS_DMA
FUJITA Tomonori
-0
/
+21
2025-12-15
rust: drm: add __rust_helper to helpers
Alice Ryhl
-3
/
+4
2025-12-15
rust: scatterlist: add __rust_helper to helpers
Alice Ryhl
-5
/
+7
2025-12-15
rust: property: add __rust_helper to helpers
Alice Ryhl
-1
/
+1
2025-12-15
rust: platform: add __rust_helper to helpers
Alice Ryhl
-1
/
+1
2025-12-15
rust: pci: add __rust_helper to helpers
Alice Ryhl
-10
/
+13
2025-12-15
rust: irq: add __rust_helper to helpers
Alice Ryhl
-2
/
+4
2025-12-15
rust: io: add __rust_helper to helpers
Alice Ryhl
-30
/
+34
2025-12-15
rust: dma: add __rust_helper to helpers
Alice Ryhl
-6
/
+9
2025-12-15
rust: device: add __rust_helper to helpers
Alice Ryhl
-8
/
+8
2025-12-15
rust: auxiliary: add __rust_helper to helpers
Alice Ryhl
-2
/
+4
2025-12-15
rust: poll: add __rust_helper to helpers
Alice Ryhl
-2
/
+3
2025-12-15
rust: pid_namespace: add __rust_helper to helpers
Alice Ryhl
-3
/
+5
2025-12-15
rust: fs: add __rust_helper to helpers
Alice Ryhl
-1
/
+1
2025-12-14
rust: regulator: add __rust_helper to helpers
Alice Ryhl
-10
/
+14
2025-12-06
Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-0
/
+4
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+3
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+22
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
-50
/
+134
2025-12-06
rust: sync: atomic: separate import "blocks"
Miguel Ojeda
-0
/
+1
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-20
/
+694
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-342
/
+2194
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+51
2025-12-04
Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-0
/
+767
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-29
/
+143
2025-12-03
Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-7
/
+10
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-454
/
+59601
2025-12-04
rust: pci: fix build failure when CONFIG_PCI_MSI is disabled
Danilo Krummrich
-1
/
+13
2025-12-02
Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-55
/
+59
2025-12-02
Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-3
/
+1
2025-12-02
rust: id_pool: do not immediately acquire new ids
Alice Ryhl
-16
/
+61
[prev]
[next]