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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
rust: module: add static pointer to `{init,cleanup}_module()`
Miguel Ojeda
2024-08-18
1
-0
/
+12
|
*
rust: kbuild: split up helpers.c
Andreas Hindborg
2024-08-18
19
-242
/
+299
|
*
rust: error: allow `useless_conversion` for 32-bit builds
Miguel Ojeda
2024-08-18
1
-1
/
+4
|
*
rust: types: improve `ForeignOwnable` documentation
Benno Lossin
2024-08-18
1
-1
/
+4
|
*
rust: implement ForeignOwnable for Pin<Box<T>>
Alice Ryhl
2024-08-18
1
-0
/
+27
|
*
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
2024-08-18
2
-27
/
+37
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-05
6
-11
/
+15
|
\
\
|
*
|
rust: macros: provide correct provenance when constructing THIS_MODULE
Boqun Feng
2024-09-02
1
-1
/
+5
|
*
|
rust: alloc: eschew `Box<MaybeUninit<T>>::write`
Jubilee Young
2024-08-27
1
-2
/
+4
|
*
|
rust: kernel: fix typos in code comments
Michael Vetter
2024-08-21
2
-3
/
+3
|
*
|
rust: block: fix wrong usage of lockdep API
Andreas Hindborg
2024-08-21
1
-4
/
+2
|
*
|
rust: kbuild: fix export of bss symbols
Andreas Hindborg
2024-08-21
1
-1
/
+1
|
|
/
*
|
rust: net::phy unified genphy_read_status function for C22 and C45 registers
FUJITA Tomonori
2024-08-30
2
-10
/
+30
*
|
rust: net::phy unified read/write API for C22 and C45 registers
FUJITA Tomonori
2024-08-30
3
-23
/
+205
*
|
rust: net::phy implement AsRef<kernel::device::Device> trait
FUJITA Tomonori
2024-08-30
1
-7
/
+17
*
|
rust: net::phy support probe callback
FUJITA Tomonori
2024-08-30
1
-0
/
+25
*
|
rust: sizes: add commonly used constants
FUJITA Tomonori
2024-08-30
2
-0
/
+27
|
/
*
Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-08-16
3
-5
/
+8
|
\
|
*
rust: add intrinsics to fix `-Os` builds
Miguel Ojeda
2024-08-10
2
-2
/
+5
|
*
kbuild: rust: skip -fmin-function-alignment in bindgen flags
Zehui Xu
2024-08-10
1
-1
/
+1
|
*
rust: Support latest version of `rust-analyzer`
Sarthak Singh
2024-08-07
1
-1
/
+1
|
*
rust: macros: indent list item in `module!`'s docs
Miguel Ojeda
2024-07-29
1
-1
/
+1
*
|
rust: firmware: fix invalid rustdoc link
Andrew Ballance
2024-07-31
1
-1
/
+1
|
/
*
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-07-27
14
-89
/
+835
|
\
|
*
rust: relax most deny-level lints to warnings
Miguel Ojeda
2024-07-10
1
-2
/
+2
|
*
rust: allow `dead_code` for never constructed bindings
Miguel Ojeda
2024-07-10
2
-0
/
+2
|
*
rust: init: simplify from `map_err` to `inspect_err`
Miguel Ojeda
2024-07-10
1
-9
/
+4
|
*
rust: macros: indent list item in `paste!`'s docs
Miguel Ojeda
2024-07-10
1
-1
/
+1
|
*
rust: add abstraction for `struct page`
Alice Ryhl
2024-07-08
5
-0
/
+279
|
*
rust: uaccess: add typed accessors for userspace pointers
Alice Ryhl
2024-07-08
2
-2
/
+141
|
*
rust: uaccess: add userspace pointers
Wedson Almeida Filho
2024-07-08
3
-0
/
+328
|
*
rust: alloc: add __GFP_HIGHMEM flag
Alice Ryhl
2024-07-08
2
-0
/
+9
|
*
rust: alloc: fix typo in docs for GFP_NOWAIT
Alice Ryhl
2024-07-08
1
-1
/
+1
|
*
kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling
Miguel Ojeda
2024-07-08
1
-62
/
+8
|
*
rust: kernel: make impl_has_work compatible with more generics
Roland Xu
2024-07-08
1
-7
/
+9
|
*
rust: add 'firmware' field support to module! macro
FUJITA Tomonori
2024-07-08
2
-2
/
+48
|
*
rust: fix datatype in docs for `module` macro arguments
Aswin Unnikrishnan
2024-07-08
1
-5
/
+5
|
*
rust: add example for `alias` argument in `module` macro documentation
Aswin Unnikrishnan
2024-07-08
1
-0
/
+1
*
|
Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-07-25
1
-1
/
+1
|
\
\
|
*
|
arch: um: rust: Add i386 support for Rust
David Gow
2024-07-03
1
-1
/
+1
|
|
/
*
|
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
5
-0
/
+227
|
\
\
|
*
|
firmware_loader: fix soundness issue in `request_internal`
Danilo Krummrich
2024-07-10
1
-7
/
+20
|
*
|
firmware_loader: annotate doctests as `no_run`
Danilo Krummrich
2024-07-10
1
-2
/
+6
|
*
|
device: rust: improve safety comments
Danilo Krummrich
2024-06-20
1
-3
/
+6
|
*
|
firmware: rust: improve safety comments
Danilo Krummrich
2024-06-20
1
-7
/
+6
|
*
|
rust: add firmware abstractions
Danilo Krummrich
2024-06-18
3
-0
/
+104
|
*
|
rust: add abstraction for struct device
Danilo Krummrich
2024-06-18
3
-0
/
+104
*
|
|
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-07-18
1
-13
/
+6
|
\
\
\
|
*
\
\
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
2024-07-15
1
-13
/
+6
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
Vlastimil Babka
2024-07-03
1
-13
/
+6
|
|
|
/
[prev]
[next]