summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda1-2/+2
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda2-0/+11
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda2-3/+5
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda1-5/+14
2025-11-24MAINTAINERS: Remove Alex Gaynor as Rust maintainerAlex Gaynor1-1/+0
2025-11-24kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
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: pin-init: fix typo in docsBrian Harring1-1/+1
2025-11-19rust: pin-init: fix broken rust doc linkBenno Lossin1-0/+2
2025-11-19MAINTAINERS: add entry for the Rust `num` moduleAlexandre Courbot1-0/+8
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 Ojeda3-4/+2
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda3-2/+3
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
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 Wool4-51/+201
2025-11-04docs: rust: quick-start: add Debian 13 (Trixie)Miguel Ojeda1-2/+2
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein13-316/+113
2025-10-22rust: support formatting of foreign typesTamir Duberstein5-3/+207
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-20samples: rust: debugfs: use `core::ffi::CStr` method namesMiguel Ojeda1-1/+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-20rnull: use `kernel::fmt`Tamir Duberstein1-4/+5
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-10-20rust_binder: use `kernel::fmt`Tamir Duberstein1-2/+3
2025-10-20rust_binder: remove trailing commaTamir Duberstein1-1/+1
2025-10-20samples: rust: platform: remove trailing commasTamir Duberstein1-2/+2
2025-10-19Linux 6.18-rc2v6.18-rc2Linus Torvalds1-1/+1
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+18
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-7/+7
2025-10-19Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-9/+47
2025-10-18Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/oje...Linus Torvalds4-5/+83
2025-10-18Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+20
2025-10-18Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+20
2025-10-18Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-21/+23
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-25/+151
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-40/+59
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-9/+10
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-15/+38
2025-10-18Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds20-498/+419