index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-08
rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::...
Benno Lossin
1
-3
/
+1
2025-09-08
rust: derive `Zeroable` for all structs & unions generated by bindgen where p...
Benno Lossin
3
-0
/
+14
2025-09-08
rust: add `pin-init` as a dependency to `bindings` and `uapi`
Benno Lossin
1
-6
/
+8
2025-09-08
rust: task: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-3
/
+4
2025-09-08
rust: prelude: re-export `core::mem::{align,size}_of{,_val}`
Miguel Ojeda
1
-1
/
+4
2025-09-08
rust: error: add C header links
Onur Özkan
1
-1
/
+3
2025-09-08
rust: warn if `srctree/` links do not exist
Miguel Ojeda
1
-0
/
+6
2025-09-08
rust: drm: fix `srctree/` links
Miguel Ojeda
5
-5
/
+5
2025-09-08
rust: block: fix `srctree/` links
Miguel Ojeda
1
-1
/
+1
2025-09-08
rust: sync: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-09-08
Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
13
-157
/
+129
2025-09-06
Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+10
2025-08-31
rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0
Alice Ryhl
1
-5
/
+10
2025-08-27
rust: mm: mark VmaNew as transparent
Baptiste Lepers
1
-0
/
+1
2025-08-24
rust: alloc: remove `allocator_test`
Miguel Ojeda
2
-120
/
+0
2025-08-24
rust: kernel: remove support for unused host `#[test]`s
Miguel Ojeda
4
-14
/
+7
2025-08-23
Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-36
/
+290
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
2025-08-20
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-3
/
+13
2025-08-19
rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklist
Danilo Krummrich
1
-0
/
+1
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
2
-7
/
+12
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
3
-0
/
+17
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
1
-5
/
+5
2025-08-15
rust: make `ArrayLayout::new_unchecked` a `const fn`
Onur Özkan
1
-1
/
+1
2025-08-14
rust: devres: fix leaking call to devm_add_action()
Danilo Krummrich
1
-9
/
+18
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
1
-1
/
+1
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
1
-0
/
+10
2025-08-13
rust: faux: fix C header link
Miguel Ojeda
1
-1
/
+1
2025-08-12
rust: kbuild: clean output before running `rustdoc`
Miguel Ojeda
1
-3
/
+7
2025-08-12
rust: workaround `rustdoc` target modifiers bug
Miguel Ojeda
1
-0
/
+6
2025-08-12
driver: rust: expand documentation for driver infrastructure
Danilo Krummrich
1
-2
/
+87
2025-08-12
device: rust: expand documentation for Device
Danilo Krummrich
1
-13
/
+126
2025-08-12
device: rust: expand documentation for DeviceContext
Danilo Krummrich
1
-11
/
+58
2025-08-11
rust: drm: don't pass the address of drm::Device to drm_dev_put()
Danilo Krummrich
1
-3
/
+18
2025-08-11
rust: drm: remove pin annotations from drm::Device
Danilo Krummrich
1
-2
/
+0
2025-08-11
rust: drm: ensure kmalloc() compatible Layout
Danilo Krummrich
1
-2
/
+7
2025-08-11
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
74
-907
/
+2435
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-23
/
+19
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
7
-49
/
+205
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-21
/
+13
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-0
/
+91
2025-07-29
Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...
Stephen Boyd
1
-23
/
+19
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
36
-377
/
+2213
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-0
/
+464
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-49
/
+32
[next]