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
/
helpers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-04
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-0
/
+67
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-6
/
+18
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-0
/
+25
2025-10-02
Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux
Linus Torvalds
3
-0
/
+34
2025-10-01
Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+10
2025-10-01
Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-0
/
+37
2025-09-25
USB: disable rust bindings from the build for now
Greg Kroah-Hartman
1
-1
/
+0
2025-09-24
rust: usb: add basic USB abstractions
Daniel Almeida
2
-0
/
+9
2025-09-22
rust: add bindings for bitops.h
Burak Emir
2
-0
/
+24
2025-09-22
rust: add bindings for bitmap.h
Burak Emir
2
-0
/
+10
2025-09-21
rust: maple_tree: add MapleTree
Alice Ryhl
2
-0
/
+9
2025-09-19
rust_binder: add Rust Binder driver
Alice Ryhl
4
-0
/
+59
2025-09-15
rust: implement `kernel::sync::Refcount`
Gary Guo
1
-0
/
+10
2025-09-15
rust: sync: Add memory barriers
Boqun Feng
2
-0
/
+19
2025-09-15
rust: Introduce atomic API helpers
Boqun Feng
2
-0
/
+1041
2025-09-13
rust: support large alignments in allocations
Vitaly Wool
2
-6
/
+9
2025-09-13
rust: add support for NUMA ids in allocations
Vitaly Wool
2
-6
/
+6
2025-09-10
rust: regulator: add devm_enable and devm_enable_optional
Daniel Almeida
1
-0
/
+10
2025-09-04
rust: scatterlist: Add abstraction for sg_table
Danilo Krummrich
2
-0
/
+25
2025-08-21
rust: Add cpu_relax() helper
FUJITA Tomonori
2
-0
/
+9
2025-08-15
rust: Add several miscellaneous PCI helpers
Alistair Popple
1
-0
/
+10
2025-08-12
rust: pci: add irq accessors
Daniel Almeida
1
-0
/
+8
2025-08-12
rust: irq: add support for non-threaded IRQs and handlers
Daniel Almeida
2
-0
/
+10
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
3
-2
/
+43
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+6
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-30
/
+81
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+44
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+11
2025-07-23
rust: Add warn_on macro
FUJITA Tomonori
1
-0
/
+5
2025-07-20
rust: io: mem: add a generic iomem abstraction
Daniel Almeida
1
-0
/
+5
2025-07-20
rust: io: add resource abstraction
Daniel Almeida
1
-0
/
+36
2025-07-19
rust: dma: add DMA addressing capabilities
Danilo Krummrich
1
-0
/
+5
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
2
-0
/
+36
2025-07-15
rust: regulator: add a bare minimum regulator abstraction
Daniel Almeida
2
-0
/
+44
2025-07-14
rust: helpers: sort includes alphabetically
Krishna Ketan Rai
1
-1
/
+1
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
3
-0
/
+18
2025-07-14
poll: rust: allow poll_table ptrs to be null
Alice Ryhl
2
-0
/
+11
2025-07-09
rust: auxiliary: use generic device drvdata accessors
Danilo Krummrich
1
-10
/
+0
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
1
-10
/
+0
2025-07-09
rust: platform: use generic device drvdata accessors
Danilo Krummrich
1
-10
/
+0
2025-07-09
rust: device: add drvdata accessors
Danilo Krummrich
1
-0
/
+10
2025-06-30
rust: time: Add wrapper for fsleep() function
FUJITA Tomonori
1
-0
/
+6
2025-06-28
rust: devres: replace Devres::new_foreign_owned()
Danilo Krummrich
1
-0
/
+7
2025-06-25
rust: device: implement FwNode::is_of_node()
Danilo Krummrich
2
-0
/
+9
2025-06-24
rust: task: Add Rust version of might_sleep()
FUJITA Tomonori
1
-0
/
+6
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
3
-0
/
+18
2025-06-18
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+9
2025-06-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
1
-0
/
+16
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
2
-0
/
+14
2025-06-13
rust: completion: implement initial abstraction
Danilo Krummrich
2
-0
/
+9
[next]