index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-06
4
-9
/
+9
|
\
|
*
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: 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
2
-23
/
+204
*
|
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
|
/
*
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
7
-17
/
+733
|
\
|
*
rust: init: simplify from `map_err` to `inspect_err`
Miguel Ojeda
2024-07-10
1
-9
/
+4
|
*
rust: add abstraction for `struct page`
Alice Ryhl
2024-07-08
3
-0
/
+258
|
*
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
2
-0
/
+314
|
*
rust: alloc: add __GFP_HIGHMEM flag
Alice Ryhl
2024-07-08
1
-0
/
+8
|
*
rust: alloc: fix typo in docs for GFP_NOWAIT
Alice Ryhl
2024-07-08
1
-1
/
+1
|
*
rust: kernel: make impl_has_work compatible with more generics
Roland Xu
2024-07-08
1
-7
/
+9
*
|
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
3
-0
/
+225
|
\
\
|
*
|
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
2
-0
/
+103
|
*
|
rust: add abstraction for struct device
Danilo Krummrich
2024-06-18
2
-0
/
+103
*
|
|
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-07-19
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
|
|
|
/
*
|
|
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
9
-0
/
+948
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rust: block: do not use removed queue flag API
Andreas Hindborg
2024-06-20
1
-14
/
+3
|
*
|
rust: block: do not use removed queue limit API
Andreas Hindborg
2024-06-15
1
-13
/
+7
|
*
|
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
2024-06-14
9
-0
/
+965
|
|
/
*
/
rust: avoid unused import warning in `rusttest`
Miguel Ojeda
2024-06-11
1
-2
/
+5
|
/
*
Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-05-14
1
-0
/
+63
|
\
|
*
rust: time: doc: Add missing C header links
Boqun Feng
2024-05-01
1
-0
/
+3
|
*
rust: time: Add Ktime
Alice Ryhl
2024-04-11
1
-0
/
+60
*
|
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-05-14
22
-174
/
+677
|
\
\
|
*
|
rust: alloc: fix dangling pointer in VecExt<T>::reserve()
Danilo Krummrich
2024-05-08
1
-2
/
+9
|
*
|
rust: kernel: remove redundant imports
Miguel Ojeda
2024-05-05
15
-27
/
+5
|
*
|
rust: sync: implement `Default` for `LockClassKey`
Miguel Ojeda
2024-05-05
1
-0
/
+6
|
*
|
rust: remove unneeded `kernel::prelude` imports from doctests
Nell Shamrell-Harrington
2024-05-05
2
-6
/
+3
|
*
|
rust: update `dbg!()` to format column number
Raghav Narang
2024-05-05
1
-3
/
+4
|
*
|
rust: init: change the generated name of guard variables
Benno Lossin
2024-05-05
1
-14
/
+14
|
*
|
rust: sync: add `Arc::into_unique_or_drop`
Alice Ryhl
2024-05-05
1
-0
/
+62
|
*
|
rust: sync: add `ArcBorrow::from_raw`
Alice Ryhl
2024-05-05
1
-18
/
+58
|
*
|
rust: types: Make Opaque::get const
Boqun Feng
2024-05-05
1
-1
/
+1
|
*
|
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
9
-15
/
+14
|
*
|
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-04-16
6
-41
/
+50
|
*
|
rust: sync: update `Arc` and `UniqueArc` to take allocation flags
Wedson Almeida Filho
2024-04-16
2
-16
/
+16
|
*
|
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-04-16
5
-31
/
+149
[next]