index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-29
Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...
Stephen Boyd
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-23
rust: Add warn_on macro
FUJITA Tomonori
2025-07-22
Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'
Rafael J. Wysocki
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
2025-07-22
rust: sync: fix safety comment for `static_lock_class`
Benno Lossin
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
2025-07-22
rust: io: fix broken intra-doc link to missing `flags` module
Miguel Ojeda
2025-07-21
rust: types: remove `Either<L, R>`
Benno Lossin
2025-07-21
Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2025-07-21
Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2025-07-21
rust: kernel: use `core::ffi::CStr` method names
Tamir Duberstein
2025-07-21
rust: str: add `CStr` methods matching `core::ffi::CStr`
Tamir Duberstein
2025-07-21
rust: str: remove unnecessary qualification
Tamir Duberstein
2025-07-21
rust: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2025-07-21
rust: kernel: add `fmt` module
Tamir Duberstein
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
2025-07-20
rust: io: mem: enable IoRequest doc-tests
Danilo Krummrich
2025-07-20
rust: platform: add resource accessors
Daniel Almeida
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
2025-07-20
rust: list: remove nonexistent generic parameter in link
Miguel Ojeda
2025-07-19
rust: bits: add support for bits/genmask macros
Daniel Almeida
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
2025-07-19
rust: list: use fully qualified path
Tamir Duberstein
2025-07-19
rust: list: use consistent self parameter name
Tamir Duberstein
2025-07-19
rust: list: use consistent type parameter style
Tamir Duberstein
2025-07-19
rust: list: simplify macro capture
Tamir Duberstein
2025-07-19
rust: list: undo unintended replacement of method name
Miguel Ojeda
2025-07-19
rust: platform: implement the `dma::Device` trait
Danilo Krummrich
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
2025-07-19
rust: dma: implement `dma::Device` trait
Danilo Krummrich
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
2025-07-16
rust: net::phy Change module_phy_driver macro to use module_device_table macro
FUJITA Tomonori
[next]