index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
rust: optimize rust symbol generation for SeqFile
Kunwu Chan
1
-0
/
+1
2025-03-18
rust: file: optimize rust symbol generation for FileDescriptorReservation
Kunwu Chan
1
-0
/
+4
2025-03-17
rust: platform: fix unrestricted &mut platform::Device
Danilo Krummrich
1
-30
/
+65
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
1
-47
/
+85
2025-03-17
rust: device: implement device context marker
Danilo Krummrich
1
-0
/
+26
2025-03-17
rust: pci: use to_result() in enable_device_mem()
Danilo Krummrich
1
-6
/
+1
2025-03-16
rust: pin-init: re-enable doctests
Benno Lossin
1
-27
/
+27
2025-03-16
rust: pin-init: add miscellaneous files from the user-space version
Benno Lossin
2
-0
/
+300
2025-03-16
rust: pin-init: miscellaneous synchronization with the user-space version
Benno Lossin
3
-6
/
+3
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
5
-3
/
+25
2025-03-16
rust: pin-init: synchronize documentation with the user-space version
Benno Lossin
3
-54
/
+115
2025-03-16
rust: pin-init: add `std` and `alloc` support from the user-space version
Benno Lossin
4
-7
/
+221
2025-03-16
rust: make pin-init its own crate
Benno Lossin
27
-151
/
+162
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
4
-18
/
+69
2025-03-16
rust: pin-init: change the way the `paste!` macro is called
Benno Lossin
1
-6
/
+8
2025-03-16
rust: pin-init: remove kernel-crate dependency
Benno Lossin
2
-28
/
+18
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
3
-11
/
+14
2025-03-16
rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...
Benno Lossin
2
-2
/
+13
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...
Benno Lossin
3
-9
/
+12
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
5
-124
/
+127
2025-03-16
rust: pin-init: move the default error behavior of `try_[pin_]init`
Benno Lossin
2
-42
/
+126
2025-03-16
rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_...
Benno Lossin
1
-20
/
+6
2025-03-16
rust: pin-init: change examples to the user-space version
Benno Lossin
7
-186
/
+915
2025-03-16
rust: pin-init: move proc-macro documentation into pin-init crate
Benno Lossin
2
-106
/
+114
2025-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
3
-14
/
+138
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
11
-266
/
+276
2025-03-16
rust: init: disable doctests
Benno Lossin
2
-24
/
+24
2025-03-16
rust: error: extend the Result documentation
Dirk Behme
1
-1
/
+122
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-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
2
-1
/
+105
2025-03-11
rust: sync: add `Arc::as_ptr`
Andreas Hindborg
1
-2
/
+11
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg
2
-0
/
+353
2025-03-11
rust/kernel/faux: mark Registration methods inline
Ethan Carter Edwards
1
-0
/
+2
2025-03-10
rust: task: fix `SAFETY` comment in `Task::wake_up`
Panagiotis Foliadis
1
-1
/
+1
2025-03-10
rust: types: add intra-doc links for `Opaque<T>`
Dirk Behme
1
-2
/
+2
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
5
-7
/
+15
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
4
-1
/
+70
2025-03-09
panic_qr: use new #[export] macro
Alice Ryhl
1
-0
/
+5
2025-03-09
print: use new #[export] macro for rust_fmt_argument
Alice Ryhl
1
-1
/
+2
2025-03-09
rust: add #[export] macro
Alice Ryhl
4
-2
/
+72
2025-03-09
rust: macros: support additional tokens in quote!
Alice Ryhl
1
-2
/
+25
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
1
-4
/
+3
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-08
rust: improve lifetimes markup
Borys Tyran
5
-11
/
+11
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
1
-54
/
+347
2025-03-08
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
[prev]
[next]