index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2025-11-12
rust: sync: atomic: Make Atomic*Ops pub(crate)
Boqun Feng
2025-11-11
rust: dma: use NonNull<T> instead of *mut T
Danilo Krummrich
2025-11-11
rust: dma: make use of start_ptr() and start_ptr_mut()
Danilo Krummrich
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
2025-11-11
rust: io: cleanup imports and use "kernel vertical" style
Danilo Krummrich
2025-11-10
rust/drm/gem: Fix missing header in `Object` rustdoc
Lyude Paul
2025-11-07
rust: debugfs: Implement BinaryReader for Mutex<T> only when T is Unpin
Danilo Krummrich
2025-11-07
rust: pwm: Drop wrapping of PWM polarity and state
Uwe Kleine-König
2025-11-07
rust: pwm: Add module_pwm_platform_driver! macro
Michal Wilczynski
2025-11-07
rust: pwm: Add complete abstraction layer
Michal Wilczynski
2025-11-07
rust: pwm: Add Kconfig and basic data structures
Michal Wilczynski
2025-11-06
rust: platform: get rid of redundant Result in IRQ methods
Danilo Krummrich
2025-11-06
rust: pci: get rid of redundant Result in IRQ methods
Danilo Krummrich
2025-11-05
rust: block: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-11-05
rust: transmute: add `from_bytes_prefix` family of methods
Alexandre Courbot
2025-11-05
rust: auxiliary: fix false positive warning for missing a safety comment
Danilo Krummrich
2025-11-05
rust: debugfs: support binary large objects for ScopedDir
Danilo Krummrich
2025-11-05
rust: debugfs: support blobs from smart pointers
Danilo Krummrich
2025-11-05
rust: debugfs: support for binary large objects
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_file()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceWriter::write_slice_partial()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_file()
Danilo Krummrich
2025-11-05
rust: uaccess: add UserSliceReader::read_slice_partial()
Danilo Krummrich
2025-11-05
rust: fs: add file::Offset type alias
Danilo Krummrich
2025-11-04
rust: Add read_poll_timeout_atomic function
FUJITA Tomonori
2025-11-04
rust: add udelay() function
FUJITA Tomonori
2025-11-04
rust: usb: fix broken call to T::disconnect()
Danilo Krummrich
2025-11-03
rust: introduce module_param module
Andreas Hindborg
2025-11-03
rust: str: add radix prefixed integer parsing functions
Andreas Hindborg
2025-11-03
rust: sync: add `SetOnce`
Andreas Hindborg
2025-11-02
rust: condvar: fix broken intra-doc link
Miguel Ojeda
2025-11-02
rust: devres: fix private intra-doc link
Miguel Ojeda
2025-10-29
rust: auxiliary: implement parent() for Device<Bound>
Danilo Krummrich
2025-10-29
rust: auxiliary: move parent() to impl Device
Danilo Krummrich
2025-10-29
rust: auxiliary: unregister on parent device unbind
Danilo Krummrich
2025-10-29
rust: auxiliary: consider auxiliary devices always have a parent
Danilo Krummrich
2025-10-29
rust: device: introduce Device::drvdata()
Danilo Krummrich
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
2025-10-28
rust: usb: fix formatting
Miguel Ojeda
2025-10-27
rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
Siyuan Huang
2025-10-27
Merge 6.18-rc3 into usb-next
Greg Kroah-Hartman
2025-10-27
Merge 6.18-rc3 into driver-core-next
Greg Kroah-Hartman
2025-10-26
rust: simplify read_poll_timeout's example code
FUJITA Tomonori
2025-10-25
Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-10-23
rust: drm/gem: Remove Object.dev
Lyude Paul
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
2025-10-23
rust: pci: refer to legacy as INTx interrupts
Peter Colberg
2025-10-23
rust: opp: simplify callers of `to_c_str_array`
Tamir Duberstein
2025-10-22
rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
Boqun Feng
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
[prev]
[next]