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: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
2024-10-10
4
-69
/
+73
|
*
|
|
rust: error: optimize error type to use nonzero
Filipe Xavier
2024-10-10
1
-9
/
+28
|
*
|
|
rust: lock: add trylock method support for lock backend
Filipe Xavier
2024-10-10
3
-0
/
+38
|
*
|
|
rust: std_vendor: update dbg macro from Rust upstream
Deepak Thukral
2024-10-10
1
-11
/
+11
|
*
|
|
rust: error: make conversion functions public
Filipe Xavier
2024-10-07
1
-9
/
+4
|
*
|
|
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
3
-10
/
+1
|
*
|
|
rust: std_vendor: simplify `{ .. macro! .. }` with inner attributes
Miguel Ojeda
2024-10-07
1
-6
/
+2
|
*
|
|
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-10-07
9
-28
/
+29
|
*
|
|
rust: enable Clippy's `check-private-items`
Miguel Ojeda
2024-10-07
4
-0
/
+5
|
*
|
|
rust: provide proper code documentation titles
Miguel Ojeda
2024-10-07
3
-3
/
+8
|
*
|
|
rust: rbtree: fix `SAFETY` comments that should be `# Safety` sections
Miguel Ojeda
2024-10-07
1
-3
/
+6
|
*
|
|
rust: replace `clippy::dbg_macro` with `disallowed_macros`
Miguel Ojeda
2024-10-07
1
-5
/
+5
|
*
|
|
rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
Miguel Ojeda
2024-10-07
1
-1
/
+0
|
*
|
|
rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
Miguel Ojeda
2024-10-07
1
-4
/
+0
|
*
|
|
rust: enable `clippy::ignored_unit_patterns` lint
Miguel Ojeda
2024-10-07
1
-1
/
+1
|
*
|
|
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
2024-10-07
2
-3
/
+3
|
*
|
|
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-10-07
12
-10
/
+43
|
*
|
|
rust: types: avoid repetition in `{As,From}Bytes` impls
Miguel Ojeda
2024-10-07
1
-33
/
+35
|
*
|
|
rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
Miguel Ojeda
2024-10-07
1
-1
/
+0
|
*
|
|
rust: types: add examples for the `Either` type
Nell Shamrell-Harrington
2024-10-07
1
-0
/
+9
|
|
/
/
*
|
|
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-11-26
3
-6
/
+198
|
\
\
\
|
*
|
|
rust: add PidNamespace
Christian Brauner
2024-10-08
3
-6
/
+198
*
|
|
|
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-26
5
-0
/
+170
|
\
\
\
\
|
*
|
|
|
rust: jump_label: skip formatting generated file
Miguel Ojeda
2024-11-20
3
-3
/
+3
|
*
|
|
|
jump_label: rust: pass a mut ptr to `static_key_count`
Alice Ryhl
2024-11-18
1
-1
/
+1
|
*
|
|
|
rust: add arch_static_branch
Alice Ryhl
2024-11-04
4
-1
/
+90
|
*
|
|
|
rust: add tracepoint support
Alice Ryhl
2024-11-04
2
-0
/
+50
|
*
|
|
|
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
2024-11-04
2
-0
/
+31
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-21
1
-6
/
+10
|
\
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-21
2
-13
/
+4
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
3
-7
/
+17
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
rust: net::phy always define device_table in module_phy_driver macro
FUJITA Tomonori
2024-10-04
1
-6
/
+10
*
|
|
|
|
Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-18
11
-24
/
+936
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
rust: task: adjust safety comments in Task methods
Alice Ryhl
2024-10-15
1
-19
/
+24
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
rust: add seqfile abstraction
Alice Ryhl
2024-10-08
2
-0
/
+53
|
*
|
|
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
2024-10-08
10
-12
/
+866
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
rust: file: add abstraction for `poll_table`
Alice Ryhl
2024-09-30
2
-0
/
+122
|
|
*
|
rust: file: add `Kuid` wrapper
Alice Ryhl
2024-09-30
2
-2
/
+69
|
|
*
|
rust: file: add `FileDescriptorReservation`
Wedson Almeida Filho
2024-09-30
1
-1
/
+74
|
|
*
|
rust: security: add abstraction for secctx
Alice Ryhl
2024-09-30
3
-0
/
+83
|
|
*
|
rust: cred: add Rust abstraction for `struct cred`
Wedson Almeida Filho
2024-09-30
3
-0
/
+90
|
|
*
|
rust: file: add Rust abstraction for `struct file`
Wedson Almeida Filho
2024-09-30
3
-0
/
+384
|
|
*
|
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
*
|
|
|
Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-10-13
2
-13
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
rust: device: change the from_raw() function
Guilherme Giacomo Simoes
2024-10-03
2
-13
/
+4
|
|
|
/
|
|
/
|
*
|
|
rust: kunit: use C-string literals to clean warning
Miguel Ojeda
2024-10-01
1
-2
/
+2
*
|
|
rust: sync: require `T: Sync` for `LockedBy::access`
Alice Ryhl
2024-09-26
1
-4
/
+14
*
|
|
rust: kernel: sort Rust modules
Miguel Ojeda
2024-09-26
1
-1
/
+1
|
/
/
*
|
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-09-25
15
-67
/
+3160
|
\
|
[prev]
[next]