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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-18
rust: time: fix as_micros_ceil() to round correctly for negative Delta
FUJITA Tomonori
1
-2
/
+9
2026-07-16
rust: device: avoid trailing ; in printing macros
Alice Ryhl
1
-11
/
+9
2026-06-24
Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-2
/
+8
2026-06-24
Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+1
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-6
/
+17
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-06-17
Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-2
/
+1
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
9
-112
/
+1501
2026-06-17
rust: bitfield: mark `Debug` impl as `#[inline]`
Gary Guo
1
-0
/
+1
2026-06-17
rust: prelude: add `zerocopy{,_derive}::IntoBytes`
Gary Guo
1
-2
/
+8
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-2
/
+20
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
16
-359
/
+750
2026-06-15
Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+3
2026-06-15
Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
35
-390
/
+1349
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
12
-36
/
+59
2026-06-10
rust: str: clean unused import for Rust >= 1.98
Miguel Ojeda
1
-1
/
+0
2026-06-10
rust: str: use the "kernel vertical" imports style
Miguel Ojeda
1
-5
/
+19
2026-06-10
rust: aref: use the "kernel vertical" imports style
Andreas Hindborg
1
-1
/
+6
2026-06-10
rust: page: use the "kernel vertical" imports style
Andreas Hindborg
1
-5
/
+13
2026-06-09
rust: sync: completion: Mark inline complete_all and wait_for_completion
Fabricio Parra
1
-0
/
+2
2026-06-09
rust: prelude: add `zerocopy{,_derive}::FromBytes`
Miguel Ojeda
1
-0
/
+6
2026-06-09
rust: sync: add `UniqueArc::as_ptr`
Andreas Hindborg
1
-0
/
+8
2026-06-09
rust: inline some init methods
Alexandre Courbot
3
-0
/
+8
2026-06-09
rust: io: use the `bitfield!` macro in `register!`
Alexandre Courbot
1
-244
/
+2
2026-06-09
rust: bitfield: Add KUnit tests for bitfield
Joel Fernandes
2
-0
/
+324
2026-06-09
rust: extract `bitfield!` macro from `register!`
Alexandre Courbot
2
-0
/
+549
2026-06-08
rust: page: mark Page::nid as inline
Nakamura Shuta
1
-0
/
+1
2026-06-08
driver core: platform: set mod_name in driver registration
Shashank Balaji
1
-1
/
+3
2026-06-08
Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
Rafael J. Wysocki
1
-0
/
+3
2026-06-08
rust: tests: add Kconfig for KUnit test
Yury Norov
7
-0
/
+82
2026-06-08
rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
Yury Norov
2
-6
/
+2
2026-06-06
rust: i2c: fix I2cAdapter refcounts double increment
Nicolás Antinori
1
-1
/
+3
2026-06-05
rust: ptr: remove implicit index projection syntax
Gary Guo
2
-14
/
+0
2026-06-05
rust: dma: update to keyworded index projection syntax
Gary Guo
1
-4
/
+4
2026-06-05
rust: ptr: add panicking index projection variant
Gary Guo
2
-16
/
+85
2026-06-05
rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`
Gary Guo
1
-1
/
+4
2026-06-05
rust: ptr: rename `ProjectIndex::index` to `build_index`
Gary Guo
1
-8
/
+8
2026-06-04
rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lock
Ashutosh Desai
1
-0
/
+2
2026-06-04
rust: module_param: add missing newline to pr_warn_once
Kenny Glowner
1
-1
/
+1
2026-06-02
rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
4
-51
/
+91
2026-06-02
rust/drm/gem: Add DriverAllocImpl type alias
Lyude Paul
1
-2
/
+7
2026-06-02
rust/drm: Introduce DeviceContext
Lyude Paul
3
-57
/
+204
2026-06-02
rust: drm: gem: s/device::Device/Device/ for shmem.rs
Lyude Paul
1
-5
/
+5
2026-06-01
rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0
Miguel Ojeda
1
-1
/
+1
2026-05-31
rust: block: fix GenDisk cleanup paths
Haoze Xie
1
-1
/
+19
2026-05-29
rust: devres: add 'static bound to Devres<T>
Danilo Krummrich
1
-3
/
+3
2026-05-29
Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into drm-rust-next
Danilo Krummrich
16
-342
/
+684
2026-05-29
Merge patch series "rust: device: Higher-Ranked Lifetime Types for device drivers"
Danilo Krummrich
16
-258
/
+554
2026-05-29
rust: drm: add FEAT_RENDER flag for render node support
Laura Nao
2
-1
/
+23
[next]