index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
helpers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
3
-2
/
+43
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
9
-30
/
+81
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
2
-0
/
+44
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
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/linux into rust-next
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/git/driver-core/driver-core
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
2025-06-12
rust: device: Create FwNode abstraction for accessing device properties
Remo Senekowitsch
2
-0
/
+9
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
2
-0
/
+9
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2
-0
/
+29
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-0
/
+51
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
4
-0
/
+103
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-0
/
+58
2025-05-28
rust: add helper for mutex_trylock
Paolo Bonzini
1
-0
/
+5
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux
Linus Torvalds
1
-0
/
+5
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
4
-0
/
+103
2025-05-21
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-next
Dave Airlie
5
-0
/
+58
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
2
-0
/
+11
2025-05-19
rust: clk: Add helpers for Rust code
Viresh Kumar
2
-0
/
+67
2025-05-19
rust: cpumask: Add few more helpers
Viresh Kumar
1
-0
/
+25
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
1
-0
/
+5
2025-05-11
mm: rust: add lock_vma_under_rcu
Alice Ryhl
1
-0
/
+5
2025-05-11
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
1
-0
/
+6
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2
-0
/
+40
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
2
-0
/
+29
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
2
-0
/
+24
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
2
-0
/
+24
2025-04-19
rust: platform: impl TryFrom<&Device> for &platform::Device
Danilo Krummrich
1
-0
/
+5
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
1
-0
/
+5
[next]