index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
3
-9
/
+40
2024-09-05
docs: rust: include other expressions in conditional compilation section
Miguel Ojeda
1
-0
/
+8
2024-08-27
docs: rust: remove unintended blockquote in Quick Start
Jon Mulder
1
-3
/
+3
2024-08-25
docs: rust: improve main page introducing a "Code documentation" section
Miguel Ojeda
2
-4
/
+17
2024-08-25
docs: rust: link to https://rust.docs.kernel.org
Miguel Ojeda
2
-3
/
+13
2024-08-24
docs: rust: quick-start: add Debian Testing
Miguel Ojeda
1
-2
/
+2
2024-08-21
docs: rust: remove unintended blockquote in Coding Guidelines
Vincent Woltmann
1
-19
/
+19
2024-08-19
rust: kbuild: split up helpers.c
Andreas Hindborg
1
-2
/
+2
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
3
-46
/
+110
2024-07-10
docs: rust: quick-start: add section on Linux distributions
Miguel Ojeda
1
-12
/
+81
2024-07-10
rust: start supporting several `bindgen` versions
Miguel Ojeda
1
-3
/
+4
2024-07-10
rust: avoid assuming a particular `bindgen` build
Miguel Ojeda
1
-14
/
+9
2024-07-10
rust: start supporting several compiler versions
Miguel Ojeda
1
-8
/
+7
2024-07-09
docs: rust: no_std is used
Dirk Behme
1
-0
/
+8
2024-07-08
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
Miguel Ojeda
2
-17
/
+2
2024-07-08
docs: rust: introduce the new kernel.org LLVM+Rust toolchains
Nathan Chancellor
1
-0
/
+7
2024-07-03
arch: um: rust: Add i386 support for Rust
David Gow
1
-1
/
+1
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2024-05-14
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2
-1
/
+81
2024-05-05
docs: rust: extend abstraction and binding documentation
Dirk Behme
1
-0
/
+57
2024-05-05
docs: rust: Add instructions for the Rust kselftest
Laura Nao
1
-1
/
+24
2024-04-29
RISC-V: enable building 64-bit kernels with rust support
Miguel Ojeda
1
-0
/
+1
2024-03-31
docs: rust: fix improper rendering in Arch Support page
Bo-Wei Chen
1
-1
/
+1
2024-03-15
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2024-02-18
docs: rust: Add description of Rust documentation test as KUnit ones
Dirk Behme
1
-8
/
+119
2024-02-18
docs: rust: Move testing to a separate page
Dirk Behme
3
-24
/
+25
2024-02-09
arm64: rust: Enable Rust support for AArch64
Jamie Cunliffe
1
-0
/
+1
2024-01-20
Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
1
-6
/
+7
2024-01-17
LoongArch: Enable initial Rust support
WANG Rui
1
-6
/
+7
2023-12-22
docs: rust: Clarify that 'rustup override' applies to build directory
Viresh Kumar
1
-4
/
+8
2023-12-22
docs: rust: Add rusttest info
Dirk Behme
1
-0
/
+24
2023-12-22
docs: rust: remove `CC=clang` mentions
Miguel Ojeda
1
-5
/
+1
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
1
-0
/
+13
2023-10-31
Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+19
2023-10-25
docs: rust: add "The Rust experiment" section
Miguel Ojeda
1
-0
/
+19
2023-10-19
docs: rust: update Rust docs output path
Miguel Ojeda
1
-1
/
+1
2023-08-31
Merge tag 'docs-6.6' of git://git.lwn.net/linux
Linus Torvalds
1
-0
/
+8
2023-08-21
docs: rust: clarify what 'rustup override' does
Trevor Gross
1
-1
/
+3
2023-08-21
docs: rust: update instructions for obtaining 'core' source
Trevor Gross
1
-7
/
+8
2023-08-21
docs: rust: add command line to rust-analyzer section
Guillaume Plourde
1
-1
/
+3
2023-08-15
rust: bindgen: upgrade to 0.65.1
Aakash Sen Sharma
1
-1
/
+1
2023-08-09
docs: rust: add paragraph about finding a suitable `libclang`
Miguel Ojeda
1
-0
/
+17
2023-07-22
docs: Move rustdoc output, cross-reference it
Carlos Bilbao
1
-0
/
+8
2023-05-31
docs: rust: point directly to the standalone installers
Miguel Ojeda
1
-2
/
+2
2023-04-07
rust: sort uml documentation arch support table
Thomas Bamelis
1
-1
/
+1
2023-02-13
Documentation: rust: Fix arch support table
Bagas Sanjaya
1
-1
/
+1
2023-02-10
rust: arch/um: Add support for CONFIG_RUST under x86_64 UML
David Gow
1
-0
/
+2
2022-09-28
x86: enable initial Rust support
Miguel Ojeda
1
-0
/
+1
2022-09-28
docs: add Rust documentation
Miguel Ojeda
5
-0
/
+567