index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-09
rust: firmware: add `module_firmware!` macro
Danilo Krummrich
1
-1
/
+90
2025-03-09
rust: firmware: introduce `firmware::ModInfoBuilder`
Danilo Krummrich
1
-0
/
+127
2025-03-09
rust: module: add type `LocalModule`
Danilo Krummrich
1
-0
/
+4
2025-03-09
rust: improve lifetimes markup
Borys Tyran
5
-11
/
+11
2025-03-09
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-09
rust: list: extract common code for insertion
Alice Ryhl
1
-38
/
+32
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
8
-12
/
+77
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
2
-1
/
+24
2025-03-08
rust: sync: lock: Add an example for Guard:: Lock_ref()
Boqun Feng
1
-0
/
+24
2025-03-08
rust: sync: Add accessor for the lock behind a given guard
Alice Ryhl
1
-1
/
+6
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-03-07
rust: miscdevice: change how f_ops vtable is constructed
Alice Ryhl
1
-154
/
+143
2025-03-06
rust: task: make Pid type alias public
Alice Ryhl
1
-1
/
+1
2025-03-06
rust: alloc: make `ReallocFunc::call` inline
Gary Guo
1
-0
/
+1
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-06
rust: alloc: satisfy POSIX alignment requirement
Tamir Duberstein
1
-0
/
+18
2025-03-06
rust: init: fix `Zeroable` implementation for `Option<NonNull<T>>` and `Optio...
Benno Lossin
1
-7
/
+4
2025-03-06
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
1
-1
/
+1
2025-03-05
cred,rust: mark Credential methods inline
Alice Ryhl
1
-0
/
+5
2025-03-04
lsm,rust: reword "destroy" -> "release" in SecurityCtx
Alice Ryhl
1
-4
/
+3
2025-03-04
lsm,rust: mark SecurityCtx methods inline
Alice Ryhl
1
-0
/
+5
2025-02-28
rust: Add cpumask helpers
Viresh Kumar
3
-0
/
+47
2025-02-28
rust/faux: Add missing parent argument to Registration::new()
Lyude Paul
1
-2
/
+11
2025-02-28
rust/faux: Drop #[repr(transparent)] from faux::Registration
Lyude Paul
1
-1
/
+0
2025-02-25
rust: io: fix devres test with new io accessor functions
Fiona Behrens
1
-1
/
+1
2025-02-24
rust: workqueue: define built-in bh queues
Hamza Mahfooz
1
-0
/
+18
2025-02-22
rust: io: rename `io::Io` accessors
Fiona Behrens
1
-33
/
+33
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-13
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-22
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-25
/
+21
2025-01-22
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-21
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-14
rust: uaccess: generalize userSliceReader to support any Vec
Filipe Xavier
1
-3
/
+3
[prev]
[next]