index
:
kernel/git/stable/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
12 days
Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...
Linus Torvalds
12 days
Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-17
Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-17
rust: bitfield: mark `Debug` impl as `#[inline]`
Gary Guo
2026-06-17
rust: prelude: add `zerocopy{,_derive}::IntoBytes`
Gary Guo
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-16
Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-15
Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...
Linus Torvalds
2026-06-15
Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2026-06-10
s390: Enable Rust support
Jan Polensky
2026-06-10
rust: helpers: Add memchr wrapper for string operations
Jan Polensky
2026-06-10
rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts
Jan Polensky
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2026-06-10
rust: str: clean unused import for Rust >= 1.98
Miguel Ojeda
2026-06-10
rust: str: use the "kernel vertical" imports style
Miguel Ojeda
2026-06-10
rust: aref: use the "kernel vertical" imports style
Andreas Hindborg
2026-06-10
rust: page: use the "kernel vertical" imports style
Andreas Hindborg
2026-06-09
rust: sync: completion: Mark inline complete_all and wait_for_completion
Fabricio Parra
2026-06-09
rust: prelude: add `zerocopy{,_derive}::FromBytes`
Miguel Ojeda
2026-06-09
rust: zerocopy-derive: enable support in kbuild
Miguel Ojeda
2026-06-09
rust: zerocopy-derive: add `README.md`
Miguel Ojeda
2026-06-09
rust: zerocopy-derive: avoid generating non-ASCII identifiers
Miguel Ojeda
2026-06-09
rust: zerocopy-derive: add SPDX License Identifiers
Miguel Ojeda
2026-06-09
rust: zerocopy-derive: import crate
Miguel Ojeda
2026-06-09
rust: zerocopy: enable support in kbuild
Miguel Ojeda
2026-06-09
rust: zerocopy: add `README.md`
Miguel Ojeda
2026-06-09
rust: zerocopy: remove float `Display` support
Miguel Ojeda
2026-06-09
rust: zerocopy: add SPDX License Identifiers
Miguel Ojeda
2026-06-09
rust: zerocopy: import crate
Miguel Ojeda
2026-06-09
rust: kbuild: support `skip_clippy` for `rustc_procmacro`
Miguel Ojeda
2026-06-09
rust: kbuild: support per-target environment variables
Miguel Ojeda
2026-06-09
rust: kbuild: define `procmacro-extension` variable
Miguel Ojeda
2026-06-09
rust: kbuild: define `procmacro-name` function
Miguel Ojeda
2026-06-09
rust: kbuild: remove unused variable
Miguel Ojeda
2026-06-09
rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
Miguel Ojeda
2026-06-09
rust: sync: add `UniqueArc::as_ptr`
Andreas Hindborg
2026-06-09
rust: inline some init methods
Alexandre Courbot
2026-06-09
rust: io: use the `bitfield!` macro in `register!`
Alexandre Courbot
2026-06-09
rust: bitfield: Add KUnit tests for bitfield
Joel Fernandes
2026-06-09
rust: extract `bitfield!` macro from `register!`
Alexandre Courbot
2026-06-08
rust: page: mark Page::nid as inline
Nakamura Shuta
2026-06-08
driver core: platform: set mod_name in driver registration
Shashank Balaji
2026-06-08
Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Rafael J. Wysocki
2026-06-08
Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...
Wolfram Sang
[next]