aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds28-384/+890
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda7-73/+749
2026-04-07rust: sizes: add SizeConstants trait for device address space constantsJohn Hubbard1-44/+128
2026-04-07rust: kernel: update `file_with_nul` commentMiguel Ojeda1-1/+1
2026-04-07rust: block: update `const_refs_to_static` MSRV TODO commentMiguel Ojeda1-3/+1
2026-04-07rust: alloc: simplify with `NonNull::add()` now that it is stableMiguel Ojeda1-7/+1
2026-04-07rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`Miguel Ojeda1-27/+6
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda1-21/+0
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda4-74/+6
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda3-53/+0
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda2-3/+0
2026-04-04rust: prelude: use the "kernel vertical" imports styleMiguel Ojeda1-23/+77
2026-04-03rust: clk: implement Send and SyncAlice Ryhl1-0/+7
2026-04-03rust: ptr: add const_align_up()John Hubbard1-0/+29
2026-04-03rust: error: clarify that `from_err_ptr` can return `Ok(NULL)`Mirko Adzic1-0/+31
2026-03-30rust: rework `build_assert!` documentationGary Guo2-28/+92
2026-03-30rust: add `const_assert!` macroGary Guo4-21/+40
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo4-46/+42
2026-03-27rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis3-0/+10
2026-03-27rust: list: hide macros from top-level kernel docGary Guo4-3/+24
2026-03-24rust: regulator: do not assume that regulator_get() returns non-nullAlice Ryhl1-15/+18
2026-03-23hrtimer: add usage examples to documentationAndreas Hindborg1-0/+336
2026-03-23rust: time: make ClockSource unsafe traitFUJITA Tomonori1-6/+20
2026-03-23rust/time: Add Delta::from_nanos()Lyude Paul1-0/+6
2026-03-23rust: str: improve safety comment for CString::try_from_fmtNakamura Shuta1-1/+4
2026-03-15rust: types: remove temporary re-exports of ARef and AlwaysRefCountedShankari Anand1-2/+0
2026-03-15rust: usb: Update AlwaysRefCounted imports to use sync::arefShankari Anand1-4/+2
2026-03-15rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::arefShankari Anand1-7/+6
2026-03-15rust: str: update `c_str!` documentationTamir Duberstein1-3/+16
2026-03-14Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+3
2026-03-13Merge tag 'drm-rust-fixes-2026-03-12' of https://gitlab.freedesktop.org/drm/r...Dave Airlie4-65/+388
2026-03-12rust: cpufreq: suppress clippy::double_parens in Policy doctestJohn Hubbard1-0/+1
2026-03-11rust: disallow use of `CStr::as_ptr` and `CStr::from_ptr`Gary Guo1-0/+3
2026-03-10rust: task: use `as_char_ptr` instead of `as_ptr().cast()`Gary Guo1-4/+3
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo1-64/+50
2026-03-07rust: ptr: add projection infrastructureGary Guo3-0/+311
2026-03-07rust: ptr: add `KnownSize` trait to support DST size info extractionGary Guo2-1/+27
2026-03-06Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+8
2026-03-04rust: str: make NullTerminatedFormatter publicAlexandre Courbot1-2/+2
2026-03-02rust: kunit: fix warning when !CONFIG_PRINTKAlexandre Courbot1-0/+8
2026-02-23rust: io: macro_export io_define_read!() and io_define_write!()Danilo Krummrich2-54/+101
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds2-12/+25
2026-02-20rust: list: Add unsafe blocks for container_of and safety commentsPhilipp Stanner1-9/+16
2026-02-19rust: irq: add `'static` bounds to irq callbacksBenno Lossin1-3/+9
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+15
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+7
2026-02-16Merge tag 'vfs-7.0-rc1.misc.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-12Merge tag 'configfs-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+5
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-12/+12
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+2