index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2026-08-11
rust: time: add Delta::as_millis_ceil()
FUJITA Tomonori
2026-08-11
rust: time: add jiffies time unit for Delta
FUJITA Tomonori
2026-08-11
rust: time: make Delta generic over its time unit
FUJITA Tomonori
2026-08-11
rust: time: fix as_micros_ceil() rounding near i64::MAX
FUJITA Tomonori
2026-08-10
rust: sync: Add abstraction for rcu_barrier()
Philipp Stanner
2026-08-10
rust: types: implement ForeignOwnable for ARef<T>
Danilo Krummrich
2026-08-10
rust: error: add remaining error codes
Timur Tabi
2026-08-10
rust: bug: fix warn_on macro build error on UML
FUJITA Tomonori
2026-08-10
rust: bug: skip arch-specific asm in `testlib` builds
FUJITA Tomonori
2026-08-10
rust: bug: prevent dead_code warning from warn_on!'s flags constant
FUJITA Tomonori
2026-08-10
rust: bitfield: always inline test conversions
Antoni Boucher
2026-08-10
rust: impl_flags: use bit helper in example
Kosumi Chan
2026-08-10
rust: sync: improve `Arc` documentation links
Harish C S
2026-08-10
Merge tag 'pin-init-v7.3' of https://github.com/Rust-for-Linux/linux into rus...
Miguel Ojeda
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
2026-08-03
rust: print: fix broken `_printk` Rustdoc link
Younes Akhouayri
2026-07-18
rust: time: fix as_micros_ceil() to round correctly for negative Delta
FUJITA Tomonori
2026-07-16
rust: device: avoid trailing ; in printing macros
Alice Ryhl
2026-06-24
Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...
Linus Torvalds
2026-06-24
Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-17
Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-17
rust: bitfield: mark `Debug` impl as `#[inline]`
Gary Guo
2026-06-17
rust: prelude: add `zerocopy{,_derive}::IntoBytes`
Gary Guo
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-15
Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...
Linus Torvalds
2026-06-15
Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2026-06-10
rust: make `build_assert` module the home of related macros
Gary Guo
2026-06-10
rust: str: clean unused import for Rust >= 1.98
Miguel Ojeda
2026-06-10
rust: str: use the "kernel vertical" imports style
Miguel Ojeda
2026-06-10
rust: aref: use the "kernel vertical" imports style
Andreas Hindborg
2026-06-10
rust: page: use the "kernel vertical" imports style
Andreas Hindborg
2026-06-09
rust: sync: completion: Mark inline complete_all and wait_for_completion
Fabricio Parra
2026-06-09
rust: prelude: add `zerocopy{,_derive}::FromBytes`
Miguel Ojeda
2026-06-09
rust: sync: add `UniqueArc::as_ptr`
Andreas Hindborg
2026-06-09
rust: inline some init methods
Alexandre Courbot
2026-06-09
rust: io: use the `bitfield!` macro in `register!`
Alexandre Courbot
2026-06-09
rust: bitfield: Add KUnit tests for bitfield
Joel Fernandes
2026-06-09
rust: extract `bitfield!` macro from `register!`
Alexandre Courbot
2026-06-08
rust: page: mark Page::nid as inline
Nakamura Shuta
2026-06-08
driver core: platform: set mod_name in driver registration
Shashank Balaji
2026-06-08
Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Rafael J. Wysocki
2026-06-08
rust: tests: add Kconfig for KUnit test
Yury Norov
2026-06-08
rust: tests: drop 'use crate' in bitmap and atomic KUnit tests
Yury Norov
2026-06-06
rust: i2c: fix I2cAdapter refcounts double increment
Nicolás Antinori
2026-06-05
rust: ptr: remove implicit index projection syntax
Gary Guo
[next]