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
*
rust: list: add ListArcField
Alice Ryhl
2024-08-23
2
-0
/
+99
*
rust: list: support heterogeneous lists
Alice Ryhl
2024-08-23
2
-1
/
+177
*
rust: list: add cursor
Alice Ryhl
2024-08-23
1
-0
/
+82
*
rust: list: add iterators
Alice Ryhl
2024-08-23
1
-0
/
+102
*
rust: list: add List
Alice Ryhl
2024-08-23
2
-5
/
+331
*
rust: list: add macro for implementing ListItem
Alice Ryhl
2024-08-23
2
-0
/
+146
*
rust: list: add struct with prev/next pointers
Alice Ryhl
2024-08-23
1
-0
/
+119
*
rust: list: add tracking for ListArc
Alice Ryhl
2024-08-23
2
-3
/
+170
*
rust: list: add ListArc
Alice Ryhl
2024-08-23
3
-0
/
+361
*
rust: init: add `assert_pinned` macro
Benno Lossin
2024-08-23
2
-0
/
+97
*
rust: init: add `write_[pin_]init` functions
Benno Lossin
2024-08-22
2
-25
/
+61
*
rust: kernel: add `drop_contents` to `BoxExt`
Benno Lossin
2024-08-22
1
-1
/
+30
*
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
*
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
[next]