index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-07-19
rust: list: use consistent type parameter style
Tamir Duberstein
-5
/
+5
2025-07-19
rust: list: simplify macro capture
Tamir Duberstein
-11
/
+5
2025-07-19
rust: list: undo unintended replacement of method name
Miguel Ojeda
-1
/
+1
2025-07-19
rust: platform: implement the `dma::Device` trait
Danilo Krummrich
-0
/
+2
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
-0
/
+2
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
-4
/
+139
2025-07-19
rust: dma: implement `dma::Device` trait
Danilo Krummrich
-5
/
+12
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-6
/
+9
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+11
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
-1
/
+1
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
-186
/
+430
2025-07-16
rust: net::phy Change module_phy_driver macro to use module_device_table macro
FUJITA Tomonori
-27
/
+24
2025-07-16
rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
FUJITA Tomonori
-27
/
+28
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
-47
/
+104
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
-11
/
+11
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
-35
/
+276
2025-07-15
workqueue: rust: add delayed work items
Alice Ryhl
-3
/
+327
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
-15
/
+15
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
-6
/
+14
2025-07-15
rust: regulator: add a bare minimum regulator abstraction
Daniel Almeida
-0
/
+419
2025-07-15
rust: device: implement Device::as_bound()
Danilo Krummrich
-0
/
+19
2025-07-15
rust: devres: provide an accessor for the device
Danilo Krummrich
-0
/
+5
2025-07-15
rust: devres: initialize Devres::inner::data last
Danilo Krummrich
-8
/
+8
2025-07-15
rust: cpumask: Replace `MaybeUninit` and `mem::zeroed` with `Opaque` APIs
Ritvik Gupta
-11
/
+2
2025-07-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
-0
/
+1
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
-63
/
+70
2025-07-14
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
-16
/
+7
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
-12
/
+61
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
-2
/
+5
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
-86
/
+470
2025-07-14
poll: rust: allow poll_table ptrs to be null
Alice Ryhl
-42
/
+26
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
-1
/
+59
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
-1
/
+35
2025-07-13
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
-25
/
+19
2025-07-11
rust: sync: Add #[must_use] to Lock::try_lock()
Jason Devers
-0
/
+2
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
-15
/
+15
2025-07-11
Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
-2
/
+11
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
-1
/
+17
2025-07-09
rust: platform: implement Driver::unbind()
Danilo Krummrich
-1
/
+17
2025-07-09
rust: auxiliary: use generic device drvdata accessors
Danilo Krummrich
-20
/
+15
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
-17
/
+14
2025-07-09
rust: platform: use generic device drvdata accessors
Danilo Krummrich
-19
/
+17
2025-07-09
rust: device: add drvdata accessors
Danilo Krummrich
-1
/
+48
2025-07-09
rust: device: introduce device::CoreInternal
Danilo Krummrich
-0
/
+14
2025-07-08
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
-63
/
+288
2025-07-07
rust: pci: fix documentation related to Device instances
Rahul Rameshbabu
-1
/
+2
2025-07-06
rust: miscdevice: remove unnecessary import
Tamir Duberstein
-1
/
+0
2025-07-05
rust: devres: remove unused import
Tamir Duberstein
-1
/
+1
2025-07-05
rust: auxiliary: remove unnecessary import
Tamir Duberstein
-1
/
+0
2025-07-05
rust: platform: remove unnecessary import
Tamir Duberstein
-1
/
+0
[prev]
[next]