index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
28
-384
/
+890
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
7
-73
/
+749
2026-04-07
rust: sizes: add SizeConstants trait for device address space constants
John Hubbard
1
-44
/
+128
2026-04-07
rust: kernel: update `file_with_nul` comment
Miguel Ojeda
1
-1
/
+1
2026-04-07
rust: block: update `const_refs_to_static` MSRV TODO comment
Miguel Ojeda
1
-3
/
+1
2026-04-07
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
1
-7
/
+1
2026-04-07
rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
Miguel Ojeda
1
-27
/
+6
2026-04-07
rust: kbuild: remove `feature(...)`s that are now stable
Miguel Ojeda
1
-21
/
+0
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
4
-74
/
+6
2026-04-07
rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
Miguel Ojeda
3
-53
/
+0
2026-04-07
rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
Miguel Ojeda
2
-3
/
+0
2026-04-04
rust: prelude: use the "kernel vertical" imports style
Miguel Ojeda
1
-23
/
+77
2026-04-03
rust: clk: implement Send and Sync
Alice Ryhl
1
-0
/
+7
2026-04-03
rust: ptr: add const_align_up()
John Hubbard
1
-0
/
+29
2026-04-03
rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`
Mirko Adzic
1
-0
/
+31
2026-03-30
rust: rework `build_assert!` documentation
Gary Guo
2
-28
/
+92
2026-03-30
rust: add `const_assert!` macro
Gary Guo
4
-21
/
+40
2026-03-28
rust: move `static_assert` into `build_assert`
Gary Guo
4
-46
/
+42
2026-03-27
rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
3
-0
/
+10
2026-03-27
rust: list: hide macros from top-level kernel doc
Gary Guo
4
-3
/
+24
2026-03-24
rust: regulator: do not assume that regulator_get() returns non-null
Alice Ryhl
1
-15
/
+18
2026-03-23
hrtimer: add usage examples to documentation
Andreas Hindborg
1
-0
/
+336
2026-03-23
rust: time: make ClockSource unsafe trait
FUJITA Tomonori
1
-6
/
+20
2026-03-23
rust/time: Add Delta::from_nanos()
Lyude Paul
1
-0
/
+6
2026-03-23
rust: str: improve safety comment for CString::try_from_fmt
Nakamura Shuta
1
-1
/
+4
2026-03-15
rust: types: remove temporary re-exports of ARef and AlwaysRefCounted
Shankari Anand
1
-2
/
+0
2026-03-15
rust: usb: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-4
/
+2
2026-03-15
rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-7
/
+6
2026-03-15
rust: str: update `c_str!` documentation
Tamir Duberstein
1
-3
/
+16
2026-03-14
Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+3
2026-03-13
Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...
Dave Airlie
4
-65
/
+388
2026-03-12
rust: cpufreq: suppress clippy::double_parens in Policy doctest
John Hubbard
1
-0
/
+1
2026-03-11
rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`
Gary Guo
1
-0
/
+3
2026-03-10
rust: task: use `as_char_ptr` instead of `as_ptr().cast()`
Gary Guo
1
-4
/
+3
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
1
-64
/
+50
2026-03-07
rust: ptr: add projection infrastructure
Gary Guo
3
-0
/
+311
2026-03-07
rust: ptr: add `KnownSize` trait to support DST size info extraction
Gary Guo
2
-1
/
+27
2026-03-06
Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+8
2026-03-04
rust: str: make NullTerminatedFormatter public
Alexandre Courbot
1
-2
/
+2
2026-03-02
rust: kunit: fix warning when !CONFIG_PRINTK
Alexandre Courbot
1
-0
/
+8
2026-02-23
rust: io: macro_export io_define_read!() and io_define_write!()
Danilo Krummrich
2
-54
/
+101
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2
-12
/
+25
2026-02-20
rust: list: Add unsafe blocks for container_of and safety comments
Philipp Stanner
1
-9
/
+16
2026-02-19
rust: irq: add `'static` bounds to irq callbacks
Benno Lossin
1
-3
/
+9
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-6
/
+15
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+7
2026-02-16
Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2026-02-12
Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-12
/
+12
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-5
/
+2
[next]