index
:
linux.git
cached
cdir_v2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-15
Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-23
/
+38
2025-03-10
rust: task: fix `SAFETY` comment in `Task::wake_up`
Panagiotis Foliadis
1
-1
/
+1
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-03-06
rust: workqueue: add missing newline to pr_info! examples
Alban Kurti
1
-3
/
+3
2025-03-06
rust: sync: add missing newline in locked_by log example
Alban Kurti
1
-1
/
+1
2025-03-06
rust: init: add missing newline to pr_info! calls
Alban Kurti
2
-9
/
+9
2025-03-06
rust: error: add missing newline to pr_warn! calls
Alban Kurti
1
-1
/
+1
2025-03-05
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
1
-0
/
+18
2025-03-05
rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...
Benno Lossin
1
-7
/
+4
2025-03-05
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
1
-1
/
+1
2025-02-16
Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-0
/
+69
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
3
-0
/
+69
2025-02-12
rust: rbtree: fix overindented list item
Miguel Ojeda
1
-1
/
+1
2025-02-06
rust: kbuild: do not export generated KASAN ODR symbols
Matthew Maurer
1
-1
/
+1
2025-02-06
rust: kbuild: add -fzero-init-padding-bits to bindgen_skip_cflags
Justin M. Forbes
1
-0
/
+1
2025-02-06
rust: init: use explicit ABI to clean warning in future compilers
Miguel Ojeda
1
-1
/
+1
2025-02-06
rust: kbuild: use host dylib naming in rusttestlib-kernel
Tamir Duberstein
1
-1
/
+1
2025-01-31
Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+32
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
22
-11
/
+2070
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+21
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
28
-205
/
+378
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-3
/
+72
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-01-18
rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
Sami Tolvanen
1
-2
/
+32
2025-01-16
rust: device: Use as_char_ptr() to avoid explicit cast
Viresh Kumar
1
-1
/
+1
2025-01-16
rust: device: Replace CString with CStr in property_present()
Viresh Kumar
1
-3
/
+3
2025-01-15
rust: device: Add property_present()
Viresh Kumar
2
-0
/
+8
2025-01-15
kbuild: rust: add PROCMACROLDFLAGS
HONG Yifan
1
-1
/
+1
2025-01-13
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
1
-3
/
+3
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
3
-13
/
+86
2025-01-13
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2
-19
/
+19
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
4
-21
/
+21
2025-01-13
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
1
-1
/
+5
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
3
-9
/
+10
2025-01-13
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
1
-4
/
+8
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
4
-11
/
+22
2025-01-13
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
1
-0
/
+19
2025-01-13
rust: init: update `stack_try_pin_init` examples
Jimmy Ostler
1
-4
/
+20
2025-01-13
rust: error: import `kernel`'s `LayoutError` instead of `core`'s
Jimmy Ostler
1
-3
/
+4
2025-01-13
rust: str: replace unwraps with question mark operators
Daniel Sedlak
1
-11
/
+17
2025-01-13
rust: page: remove unnecessary helper function from doctest
Daniel Sedlak
1
-4
/
+2
2025-01-13
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
1
-23
/
+23
2025-01-13
rust: init: replace unwraps with question mark operators
Daniel Sedlak
1
-2
/
+4
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2
-4
/
+18
2025-01-10
rust: devres: remove action in `Devres::drop`
Danilo Krummrich
1
-12
/
+35
2025-01-10
miscdevice: rust: use build_error! macro instead of function
Alice Ryhl
1
-3
/
+3
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
1
-10
/
+12
2025-01-10
rust: add `build_error!` to the prelude
Miguel Ojeda
6
-18
/
+18
[next]