summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda-2/+2
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda-0/+10
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda-2/+4
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda-5/+14
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot-6/+6
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot-0/+2
2025-11-19rust: sync: replace `kernel::c_str!` with C-StringsTamir Duberstein-2/+1
2025-11-19rust: pin-init: fix typo in docsBrian Harring-1/+1
2025-11-19rust: pin-init: fix broken rust doc linkBenno Lossin-0/+2
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot-0/+1059
2025-11-17rust: add num module and Integer traitAlexandre Courbot-0/+77
2025-11-17rust: allow `clippy::disallowed_names` for doctestsMiguel Ojeda-3/+1
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda-2/+2
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein-1/+1
2025-11-17rust: str: replace `kernel::c_str!` with C-StringsTamir Duberstein-30/+29
2025-11-17rust: firmware: replace `kernel::c_str!` with C-StringsTamir Duberstein-3/+3
2025-11-16rust: rbtree: add immutable cursorVitaly Wool-47/+197
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein-315/+112
2025-10-22rust: support formatting of foreign typesTamir Duberstein-3/+207
2025-10-22rust: clk: use `CStr::as_char_ptr`Tamir Duberstein-2/+2
2025-10-22rust: regulator: use `CStr::as_char_ptr`Tamir Duberstein-5/+8
2025-10-22rust: configfs: use `CStr::as_char_ptr`Tamir Duberstein-1/+1
2025-10-22rust: opp: use `CStr::as_char_ptr`Tamir Duberstein-3/+3
2025-10-20rust: remove spurious `use core::fmt::Debug`Tamir Duberstein-1/+0
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein-2/+1
2025-10-20rust: debugfs: use `kernel::fmt`Tamir Duberstein-13/+12
2025-10-20rust: alloc: use `kernel::fmt`Tamir Duberstein-7/+7
2025-10-17rust: bitmap: fix formattingMiguel Ojeda-2/+6
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda-1/+1
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-10-15rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warningMiguel Ojeda-0/+2
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds-0/+1
2025-10-07mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs-0/+1
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-3/+4
2025-10-07rust: file: add intra-doc link for 'EBADF'Tong Li-2/+2
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki-3/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1029
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-43/+808
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-5/+2
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-117/+1323
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-98/+289
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-0/+864
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-4/+4
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-12/+47
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-20/+16
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-97/+84
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+2971
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki-3/+4