summaryrefslogtreecommitdiffstats
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/+11
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda-3/+5
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda-5/+14
2025-11-24MAINTAINERS: Remove Alex Gaynor as Rust maintainerAlex Gaynor-1/+0
2025-11-24kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian-1/+4
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-19MAINTAINERS: add entry for the Rust `num` moduleAlexandre Courbot-0/+8
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-4/+2
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda-2/+3
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-51/+201
2025-11-04docs: rust: quick-start: add Debian 13 (Trixie)Miguel Ojeda-2/+2
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein-316/+113
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-20samples: rust: debugfs: use `core::ffi::CStr` method namesMiguel Ojeda-1/+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-20rnull: use `kernel::fmt`Tamir Duberstein-4/+5
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein-2/+2
2025-10-20rust_binder: use `kernel::fmt`Tamir Duberstein-2/+3
2025-10-20rust_binder: remove trailing commaTamir Duberstein-1/+1
2025-10-20samples: rust: platform: remove trailing commasTamir Duberstein-2/+2
2025-10-19Linux 6.18-rc2v6.18-rc2Linus Torvalds-1/+1
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-13/+18
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+7
2025-10-19Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+47
2025-10-18Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/oje...Linus Torvalds-5/+83
2025-10-18Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+20
2025-10-18Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+20
2025-10-18Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+23
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-25/+151
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-40/+59
2025-10-18Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+10
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-15/+38
2025-10-18Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-498/+419