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.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2025-09-01
rust: file: use to_result for error handling
Onur Özkan
2025-08-31
rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0
Alice Ryhl
2025-08-28
rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
Alexandre Courbot
2025-08-28
rust: transmute: Add methods for FromBytes trait
Christian S. Lima
2025-08-28
rust: regulator: use `to_result` for error handling
Onur Özkan
2025-08-27
rust: mm: mark VmaNew as transparent
Baptiste Lepers
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
2025-08-26
rust: opp: use to_result for error handling
Onur Özkan
2025-08-25
Merge 6.17-rc3 into driver-core-next
Greg Kroah-Hartman
2025-08-24
rust: alloc: remove `allocator_test`
Miguel Ojeda
2025-08-24
rust: kernel: remove support for unused host `#[test]`s
Miguel Ojeda
2025-08-23
Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-08-22
rust: transmute: add `as_bytes_mut` method to `AsBytes` trait
Alexandre Courbot
2025-08-22
rust: transmute: add `as_bytes` method for `AsBytes` trait
Alexandre Courbot
2025-08-21
rust: Add read_poll_timeout function
FUJITA Tomonori
2025-08-21
rust: Add cpu_relax() helper
FUJITA Tomonori
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
2025-08-20
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
2025-08-20
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2025-08-20
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-19
rust,cred: update AlwaysRefCounted import to sync::aref
Shankari Anand
2025-08-19
rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklist
Danilo Krummrich
2025-08-19
rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-19
rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-19
Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-15
rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
2025-08-15
rust: Add several miscellaneous PCI helpers
Alistair Popple
2025-08-15
rust: Update PCI binding safety comments and add inline compiler hint
Alistair Popple
2025-08-15
rust: pci: use c_* types via kernel prelude
Abhinav Ananthu
2025-08-15
rust: auxiliary: Use `c_` types from prelude instead of
Abhinav Ananthu
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
2025-08-15
rust: make `ArrayLayout::new_unchecked` a `const fn`
Onur Özkan
2025-08-14
rust: cpumask: Mark CpumaskVar as transparent
Baptiste Lepers
2025-08-14
rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]
Alice Ryhl
2025-08-14
rust: devres: fix leaking call to devm_add_action()
Danilo Krummrich
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
2025-08-13
rust: faux: fix C header link
Miguel Ojeda
2025-08-12
rust: kbuild: clean output before running `rustdoc`
Miguel Ojeda
2025-08-12
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
2025-08-12
rust: irq: add &Device<Bound> argument to irq callbacks
Alice Ryhl
2025-08-12
rust: pci: add irq accessors
Daniel Almeida
2025-08-12
rust: platform: add irq accessors
Daniel Almeida
2025-08-12
rust: irq: add support for threaded IRQs and handlers
Daniel Almeida
2025-08-12
rust: irq: add support for non-threaded IRQs and handlers
Daniel Almeida
[prev]
[next]