index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: security: add abstraction for secctx
Alice Ryhl
2024-09-30
6
-0
/
+105
*
rust: cred: add Rust abstraction for `struct cred`
Wedson Almeida Filho
2024-09-30
6
-0
/
+105
*
rust: file: add Rust abstraction for `struct file`
Wedson Almeida Filho
2024-09-30
6
-0
/
+399
*
rust: task: add `Task::current_raw`
Alice Ryhl
2024-09-30
1
-4
/
+11
*
rust: types: add `NotThreadSafe`
Alice Ryhl
2024-09-30
3
-8
/
+36
*
kbuild: rust: replace proc macros dependency on `core.o` with the version text
Miguel Ojeda
2024-09-05
2
-3
/
+5
*
kbuild: rust: rebuild if the version text changes
Miguel Ojeda
2024-09-05
1
-1
/
+2
*
rust: avoid `box_uninit_write` feature
Miguel Ojeda
2024-09-04
2
-11
/
+12
*
rust: rbtree: add `RBTree::entry`
Alice Ryhl
2024-08-31
1
-75
/
+230
*
rust: rbtree: add cursor
Matt Gilbride
2024-08-31
1
-0
/
+523
*
rust: rbtree: add mutable iterator
Wedson Almeida Filho
2024-08-31
1
-14
/
+89
*
rust: rbtree: add iterator
Wedson Almeida Filho
2024-08-31
1
-18
/
+112
*
rust: rbtree: add red-black tree implementation backed by the C version
Wedson Almeida Filho
2024-08-31
4
-0
/
+443
*
rust: enable rustdoc's `--generate-link-to-definition`
Miguel Ojeda
2024-08-25
1
-0
/
+1
*
rust: types: add `ARef::into_raw`
Kartik Prajapati
2024-08-25
1
-1
/
+30
*
rust: kernel: use docs.kernel.org links in code documentation
Michael Vetter
2024-08-25
2
-11
/
+11
*
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: enable bindgen's `--enable-function-attribute-detection` flag
Miguel Ojeda
2024-08-21
1
-1
/
+1
*
rust: sort blk includes in bindings_helper.h
Alice Ryhl
2024-08-21
1
-1
/
+1
*
rust: kbuild: auto generate helper exports
Gary Guo
2024-08-19
18
-42
/
+15
*
objtool/kbuild/rust: enable objtool for Rust
Miguel Ojeda
2024-08-18
1
-8
/
+14
*
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 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
[next]