aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot1-6/+6
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot1-0/+2
2025-11-19rust: sync: replace `kernel::c_str!` with C-StringsTamir Duberstein1-2/+1
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot2-0/+1059
2025-11-17rust: add num module and Integer traitAlexandre Courbot2-0/+77
2025-11-17rust: allow `clippy::disallowed_names` for doctestsMiguel Ojeda2-3/+1
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda2-2/+2
2025-11-17rust: str: replace `kernel::c_str!` with C-StringsTamir Duberstein1-30/+29
2025-11-17rust: firmware: replace `kernel::c_str!` with C-StringsTamir Duberstein1-3/+3
2025-11-16rust: rbtree: add immutable cursorVitaly Wool1-47/+197
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein11-315/+110
2025-10-22rust: support formatting of foreign typesTamir Duberstein2-3/+87
2025-10-22rust: clk: use `CStr::as_char_ptr`Tamir Duberstein1-2/+2
2025-10-22rust: regulator: use `CStr::as_char_ptr`Tamir Duberstein1-5/+8
2025-10-22rust: configfs: use `CStr::as_char_ptr`Tamir Duberstein1-1/+1
2025-10-22rust: opp: use `CStr::as_char_ptr`Tamir Duberstein1-3/+3
2025-10-20rust: remove spurious `use core::fmt::Debug`Tamir Duberstein1-1/+0
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein1-2/+1
2025-10-20rust: debugfs: use `kernel::fmt`Tamir Duberstein4-13/+12
2025-10-20rust: alloc: use `kernel::fmt`Tamir Duberstein1-7/+7
2025-10-17rust: bitmap: fix formattingMiguel Ojeda1-2/+6
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda1-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda1-1/+1
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-10-15rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warningMiguel Ojeda1-0/+2
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+4
2025-10-07rust: file: add intra-doc link for 'EBADF'Tong Li1-2/+2
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-1/+953
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-37/+790
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-5/+2
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-81/+1072
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-98/+289
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds3-0/+828
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-4/+4
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+11
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-20/+16
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-97/+74
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds18-25/+2932
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki1-3/+4
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds44-228/+958
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-91/+1311
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2025-09-29Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+6
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-11/+5
2025-09-26rust: usb: keep usb::Device private for nowDanilo Krummrich1-1/+1
2025-09-26rust: usb: don't retain device context for the interface parentDanilo Krummrich1-6/+5
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11