index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-07
rust: macros: Add support for 'imports_ns' to module!
Michal Wilczynski
1
-0
/
+8
2025-11-06
rust: platform: get rid of redundant Result in IRQ methods
Danilo Krummrich
1
-17
/
+21
2025-11-06
rust: pci: get rid of redundant Result in IRQ methods
Danilo Krummrich
1
-8
/
+12
2025-11-05
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
3
-7
/
+10
2025-11-05
rust: transmute: add `from_bytes_prefix` family of methods
Alexandre Courbot
1
-0
/
+63
2025-11-05
rust: auxiliary: fix false positive warning for missing a safety comment
Danilo Krummrich
1
-3
/
+2
2025-11-05
rust: debugfs: support binary large objects for ScopedDir
Danilo Krummrich
1
-0
/
+44
2025-11-05
rust: debugfs: support blobs from smart pointers
Danilo Krummrich
2
-3
/
+173
2025-11-05
rust: debugfs: support for binary large objects
Danilo Krummrich
3
-7
/
+273
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_file()
Danilo Krummrich
1
-0
/
+25
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_partial()
Danilo Krummrich
1
-0
/
+17
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_file()
Danilo Krummrich
1
-0
/
+26
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_partial()
Danilo Krummrich
1
-0
/
+17
2025-11-05
rust: fs: add file::Offset type alias
Danilo Krummrich
1
-0
/
+5
2025-11-04
rust: Add read_poll_timeout_atomic function
FUJITA Tomonori
1
-1
/
+76
2025-11-04
rust: add udelay() function
FUJITA Tomonori
2
-0
/
+42
2025-11-04
rust: usb: fix broken call to T::disconnect()
Danilo Krummrich
1
-1
/
+1
2025-11-04
rust: kbuild: workaround `rustdoc` doctests modifier bug
Miguel Ojeda
1
-1
/
+4
2025-11-04
rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
Miguel Ojeda
1
-0
/
+10
2025-11-03
rust: module: update the module macro with module parameter support
Andreas Hindborg
3
-10
/
+224
2025-11-03
rust: module: use a reference in macros::module::module
Andreas Hindborg
1
-8
/
+8
2025-11-03
rust: introduce module_param module
Andreas Hindborg
2
-0
/
+182
2025-11-03
rust: str: add radix prefixed integer parsing functions
Andreas Hindborg
2
-0
/
+150
2025-11-03
rust: sync: add `SetOnce`
Andreas Hindborg
2
-0
/
+127
2025-11-02
rust: condvar: fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-11-02
rust: devres: fix private intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-10-29
rust: auxiliary: implement parent() for Device<Bound>
Danilo Krummrich
1
-0
/
+10
2025-10-29
rust: auxiliary: move parent() to impl Device
Danilo Krummrich
1
-2
/
+2
2025-10-29
rust: auxiliary: unregister on parent device unbind
Danilo Krummrich
1
-34
/
+47
2025-10-29
rust: auxiliary: consider auxiliary devices always have a parent
Danilo Krummrich
1
-3
/
+4
2025-10-29
rust: device: introduce Device::drvdata()
Danilo Krummrich
2
-3
/
+87
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
5
-7
/
+7
2025-10-28
rust: usb: fix formatting
Miguel Ojeda
1
-1
/
+1
2025-10-27
rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
Siyuan Huang
1
-3
/
+1
2025-10-27
Merge 6.18-rc3 into usb-next
Greg Kroah-Hartman
6
-16
/
+15
2025-10-27
Merge 6.18-rc3 into driver-core-next
Greg Kroah-Hartman
6
-16
/
+15
2025-10-26
rust: simplify read_poll_timeout's example code
FUJITA Tomonori
1
-10
/
+4
2025-10-25
Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
2
-9
/
+3
2025-10-23
rust: drm/gem: Remove Object.dev
Lyude Paul
1
-8
/
+7
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
2
-6
/
+6
2025-10-23
rust: pci: refer to legacy as INTx interrupts
Peter Colberg
1
-5
/
+5
2025-10-23
rust: opp: simplify callers of `to_c_str_array`
Tamir Duberstein
1
-51
/
+55
2025-10-22
rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
Boqun Feng
1
-1
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
12
-315
/
+112
2025-10-22
rust: support formatting of foreign types
Tamir Duberstein
5
-3
/
+207
2025-10-22
rust: clk: use `CStr::as_char_ptr`
Tamir Duberstein
1
-2
/
+2
2025-10-22
rust: regulator: use `CStr::as_char_ptr`
Tamir Duberstein
1
-5
/
+8
2025-10-22
rust: configfs: use `CStr::as_char_ptr`
Tamir Duberstein
1
-1
/
+1
2025-10-22
rust: opp: use `CStr::as_char_ptr`
Tamir Duberstein
1
-3
/
+3
2025-10-22
rust: opp: fix broken rustdoc link
Tamir Duberstein
1
-1
/
+1
[prev]
[next]