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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-27
rust: mm: mark VmaNew as transparent
Baptiste Lepers
1
-0
/
+1
2025-08-23
Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
4
-36
/
+290
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-14
rust: devres: fix leaking call to devm_add_action()
Danilo Krummrich
1
-9
/
+18
2025-08-13
rust: faux: fix C header link
Miguel Ojeda
1
-1
/
+1
2025-08-12
driver: rust: expand documentation for driver infrastructure
Danilo Krummrich
1
-2
/
+87
2025-08-12
device: rust: expand documentation for Device
Danilo Krummrich
1
-13
/
+126
2025-08-12
device: rust: expand documentation for DeviceContext
Danilo Krummrich
1
-11
/
+58
2025-08-11
rust: drm: don't pass the address of drm::Device to drm_dev_put()
Danilo Krummrich
1
-3
/
+18
2025-08-11
rust: drm: remove pin annotations from drm::Device
Danilo Krummrich
1
-2
/
+0
2025-08-11
rust: drm: ensure kmalloc() compatible Layout
Danilo Krummrich
1
-2
/
+7
2025-08-11
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
58
-783
/
+2141
2025-07-31
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
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/netdev/net-next
Linus Torvalds
1
-21
/
+13
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-0
/
+85
2025-07-29
Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'clk-xilinx' and 'clk-adi' into clk-next
Stephen Boyd
1
-23
/
+19
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
25
-339
/
+2098
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+0
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
2
-0
/
+419
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-49
/
+32
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
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-23
rust: Add warn_on macro
FUJITA Tomonori
5
-0
/
+143
2025-07-22
Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'
Rafael J. Wysocki
1
-4
/
+4
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
3
-151
/
+158
2025-07-22
rust: sync: fix safety comment for `static_lock_class`
Benno Lossin
1
-2
/
+5
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
rust: types: remove `Either<L, R>`
Benno Lossin
1
-18
/
+0
2025-07-21
Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
2
-45
/
+28
2025-07-21
Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/nova into drm-next
Dave Airlie
3
-34
/
+190
2025-07-21
rust: kernel: use `core::ffi::CStr` method names
Tamir Duberstein
2
-11
/
+11
2025-07-21
rust: str: add `CStr` methods matching `core::ffi::CStr`
Tamir Duberstein
1
-3
/
+34
2025-07-21
rust: str: remove unnecessary qualification
Tamir Duberstein
1
-2
/
+2
2025-07-21
rust: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
3
-7
/
+7
2025-07-21
rust: kernel: add `fmt` module
Tamir Duberstein
2
-0
/
+8
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
3
-22
/
+16
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-20
rust: list: remove nonexistent generic parameter in link
Miguel Ojeda
1
-2
/
+2
2025-07-19
rust: bits: add support for bits/genmask macros
Daniel Almeida
2
-0
/
+204
2025-07-19
rust: list: remove OFFSET constants
Tamir Duberstein
2
-87
/
+81
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
1
-3
/
+93
2025-07-19
rust: list: use fully qualified path
Tamir Duberstein
1
-5
/
+5
2025-07-19
rust: list: use consistent self parameter name
Tamir Duberstein
1
-4
/
+4
[next]