index
:
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-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2026-08-10
rust: Introduce interrupt module
Lyude Paul
2026-08-10
rust: sync: Add abstraction for rcu_barrier()
Philipp Stanner
2026-08-10
rust: types: implement ForeignOwnable for ARef<T>
Danilo Krummrich
2026-08-10
rust: error: add remaining error codes
Timur Tabi
2026-08-10
rust: bug: fix warn_on macro build error on UML
FUJITA Tomonori
2026-08-10
rust: bug: skip arch-specific asm in `testlib` builds
FUJITA Tomonori
2026-08-10
rust: bug: prevent dead_code warning from warn_on!'s flags constant
FUJITA Tomonori
2026-08-10
rust: bitfield: always inline test conversions
Antoni Boucher
2026-08-10
rust: impl_flags: use bit helper in example
Kosumi Chan
2026-08-10
rust: sync: improve `Arc` documentation links
Harish C S
2026-08-10
Merge tag 'pin-init-v7.3' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
2026-08-10
Merge tag 'v7.2-rc7' into driver-core-next
Danilo Krummrich
2026-08-08
Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-08-07
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2026-08-06
rust: pci: Mark Device refcount methods inline
Ethan Plant
2026-08-06
rust: dma: rename dma_handle to dma_address
Alexandre Courbot
2026-08-06
rust: io: gate ioremap doctests on CONFIG_HAS_IOMEM
Danilo Krummrich
2026-08-06
rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEM
Danilo Krummrich
2026-08-06
rust: module_param: support bool parameters
Wenzhao Liao
2026-08-06
rust: module_param: return value by copy from `value`
Andreas Hindborg
2026-08-06
Merge tag 'cpufreq-arm-updates-7.3' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
2026-08-06
rust: cpufreq: Fix temporary write in Registration::bios_limit_callback
Priya Bala Govindasamy
2026-08-06
rust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_...
Priya Bala Govindasamy
2026-08-06
rust: firmware: add request_into_buf()
Timur Tabi
2026-08-06
rust: alloc: add Vec::zeroed method
Timur Tabi
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
2026-08-04
rust: irq: make Registration compatible with lifetime-bound drivers
Danilo Krummrich
2026-08-04
rust: revocable: Use LKMM atomics instead of Rust atomics
Gary Guo
2026-08-04
rust: sync: Add generic memory barriers
Gary Guo
2026-08-04
rust: sync: Use safe synchronize_rcu() abstraction in poll
Philipp Stanner
2026-08-04
rust: revocable: Use safe synchronize_rcu() abstraction
Philipp Stanner
2026-08-04
rust: sync: Add abstraction for synchronize_rcu()
Philipp Stanner
2026-08-03
rust: net/phy: remove expansion from doc
Gary Guo
2026-08-03
rust: dma: return zero for Coherent reads past EOF
Younes Akhouayri
2026-08-03
rust: io: register: use path fragment for alias destination
Alexandre Courbot
2026-08-03
rust: io: register: remove unused rule arguments
Alexandre Courbot
2026-08-03
rust: io: register: dispatch shortcut rules internally
Alexandre Courbot
2026-08-03
rust: print: fix broken `_printk` Rustdoc link
Younes Akhouayri
2026-07-31
rust: debugfs: remove unsafe blocks from traits impl for Vec
Josef Ippisch
2026-07-31
rust: debugfs: migrate debugfs traits requirements to zerocopy
Josef Ippisch
2026-07-30
rust: driver: remove duplicate ID table
Gary Guo
2026-07-30
rust: driver: remove open-coded matching logic
Gary Guo
2026-07-30
rust: driver: store pointers in `DeviceId`
Gary Guo
2026-07-30
rust: driver: remove `$module_table_name` from `module_device_table`
Gary Guo
2026-07-30
rust: driver: centralize device ID handling
Gary Guo
2026-07-30
rust: usb: use `Option<&IdInfo>` for device ID info
Gary Guo
2026-07-30
rust: pci: use `Option<&IdInfo>` for device ID info
Gary Guo
2026-07-30
rust: driver: simplify `IdArray::new_without_index`
Gary Guo
2026-07-30
rust: driver: remove `IdTable::id`
Gary Guo
2026-07-30
rust: iommu: add device lifetime to IoPageTable
Deborah Brouwer
[prev]
[next]