summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-11-26rust: bitmap: add BitmapVec::new_inline()Alice Ryhl
2025-11-26rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constantsAlice Ryhl
2025-11-26rust: list: add warning to List::remove docs about mem::takeAlice Ryhl
2025-11-25Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki
2025-11-24rust: macros: support `proc-macro2`, `quote` and `syn`Miguel Ojeda
2025-11-24rust: syn: enable support in kbuildMiguel Ojeda
2025-11-24rust: syn: add `README.md`Miguel Ojeda
2025-11-24rust: syn: remove `unicode-ident` dependencyMiguel Ojeda
2025-11-24rust: syn: add SPDX License IdentifiersMiguel Ojeda
2025-11-24rust: syn: import crateMiguel Ojeda
2025-11-24rust: quote: enable support in kbuildMiguel Ojeda
2025-11-24rust: quote: add `README.md`Miguel Ojeda
2025-11-24rust: quote: add SPDX License IdentifiersMiguel Ojeda
2025-11-24rust: quote: import crateMiguel Ojeda
2025-11-24rust: proc-macro2: enable support in kbuildMiguel Ojeda
2025-11-24rust: proc-macro2: add `README.md`Miguel Ojeda
2025-11-24rust: proc-macro2: remove `unicode_ident` dependencyMiguel Ojeda
2025-11-24rust: proc-macro2: add SPDX License IdentifiersMiguel Ojeda
2025-11-24rust: proc-macro2: import crateMiguel Ojeda
2025-11-24rust: kbuild: support using libraries in `rustc_procmacro`Miguel Ojeda
2025-11-24rust: kbuild: support skipping flags in `rustc_test_library`Miguel Ojeda
2025-11-24rust: kbuild: add proc macro library supportMiguel Ojeda
2025-11-24rust: kbuild: simplify `--cfg` handlingMiguel Ojeda
2025-11-24rust: kbuild: introduce `core-flags` and `core-skip_flags`Miguel Ojeda
2025-11-24rust: num: bounded: rename `try_into_bitint` to `try_into_bounded`Alexandre Courbot
2025-11-23rust: num: bounded: Always inline fits_within and from_exprAlexandre Courbot
2025-11-24rust: i2c: prepare for `core::ffi::CStr`Miguel Ojeda
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20rust: slice: fix broken intra-doc linksMiguel Ojeda
2025-11-19rust: sync: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-11-19rust: pin-init: fix typo in docsBrian Harring
2025-11-19rust: pin-init: fix broken rust doc linkBenno Lossin
2025-11-19rust: num: add Bounded integer wrapping typeAlexandre Courbot
2025-11-18rust: Add trait to convert a device reference to a bus device referenceMarkus Probst
2025-11-17rust: add num module and Integer traitAlexandre Courbot
2025-11-17rust: allow `clippy::disallowed_names` for doctestsMiguel Ojeda
2025-11-18rust: i2c: add manual I2C device creation abstractionsIgor Korotin
2025-11-18rust: i2c: add basic I2C device and driver abstractionsIgor Korotin
2025-11-17rust: allow `unreachable_pub` for doctestsMiguel Ojeda
2025-11-17rust: macros: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-11-17rust: str: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-11-17rust: firmware: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-11-16rust: rbtree: add immutable cursorVitaly Wool
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot
2025-11-13pwm: Fix Rust formattingMiguel Ojeda
2025-11-13rust: pwm: Fix broken intra-doc linkMiguel Ojeda
2025-11-13rust: io: add typedef for phys_addr_tAlice Ryhl
2025-11-13rust: scatterlist: import ResourceSize from kernel::ioAlice Ryhl
2025-11-13rust: io: move ResourceSize to top-level io moduleAlice Ryhl
2025-11-13rust: io: define ResourceSize as resource_size_tAlice Ryhl