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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-23
/
+19
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
7
-49
/
+205
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-21
/
+13
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-0
/
+85
2025-07-29
Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...
Stephen Boyd
1
-23
/
+19
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
25
-339
/
+2098
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+419
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-49
/
+32
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-42
/
+26
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+9
2025-07-22
Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'
Rafael J. Wysocki
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc links to `platform::Device`
Miguel Ojeda
1
-4
/
+4
2025-07-22
rust: io: fix broken intra-doc link to missing `flags` module
Miguel Ojeda
1
-1
/
+2
2025-07-21
Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2
-45
/
+28
2025-07-21
Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
3
-34
/
+190
2025-07-20
rust: io: mem: enable IoRequest doc-tests
Danilo Krummrich
1
-2
/
+2
2025-07-20
rust: platform: add resource accessors
Daniel Almeida
2
-2
/
+59
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
2
-0
/
+281
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
2
-0
/
+233
2025-07-19
rust: platform: implement the `dma::Device` trait
Danilo Krummrich
1
-0
/
+2
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
1
-0
/
+2
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
1
-4
/
+139
2025-07-19
rust: dma: implement `dma::Device` trait
Danilo Krummrich
1
-5
/
+12
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-6
/
+9
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+11
2025-07-16
rust: net::phy Change module_phy_driver macro to use module_device_table macro
FUJITA Tomonori
1
-27
/
+24
2025-07-16
rust: net::phy represent DeviceId as transparent wrapper over mdio_device_id
FUJITA Tomonori
1
-27
/
+28
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
6
-47
/
+104
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
9
-11
/
+11
2025-07-15
rust: regulator: add a bare minimum regulator abstraction
Daniel Almeida
2
-0
/
+419
2025-07-15
rust: device: implement Device::as_bound()
Danilo Krummrich
1
-0
/
+19
2025-07-15
rust: devres: provide an accessor for the device
Danilo Krummrich
1
-0
/
+5
2025-07-15
rust: devres: initialize Devres::inner::data last
Danilo Krummrich
1
-8
/
+8
2025-07-15
rust: cpumask: Replace `MaybeUninit` and `mem::zeroed` with `Opaque` APIs
Ritvik Gupta
1
-11
/
+2
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
3
-2
/
+5
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
10
-86
/
+470
2025-07-14
poll: rust: allow poll_table ptrs to be null
Alice Ryhl
1
-42
/
+26
2025-07-11
rust: sync: Add #[must_use] to Lock::try_lock()
Jason Devers
1
-0
/
+2
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
4
-15
/
+15
2025-07-11
Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
2
-2
/
+11
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: platform: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: auxiliary: use generic device drvdata accessors
Danilo Krummrich
1
-20
/
+15
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
1
-17
/
+14
2025-07-09
rust: platform: use generic device drvdata accessors
Danilo Krummrich
1
-19
/
+17
2025-07-09
rust: device: add drvdata accessors
Danilo Krummrich
1
-1
/
+48
2025-07-09
rust: device: introduce device::CoreInternal
Danilo Krummrich
1
-0
/
+14
2025-07-08
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
4
-63
/
+288
[next]