summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds
2026-06-10s390: Enable Rust supportJan Polensky
2026-06-10rust: helpers: Add memchr wrapper for string operationsJan Polensky
2026-06-10rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflictsJan Polensky
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo
2026-06-10rust: str: clean unused import for Rust >= 1.98Miguel Ojeda
2026-06-10rust: str: use the "kernel vertical" imports styleMiguel Ojeda
2026-06-10rust: aref: use the "kernel vertical" imports styleAndreas Hindborg
2026-06-10rust: page: use the "kernel vertical" imports styleAndreas Hindborg
2026-06-09rust: sync: completion: Mark inline complete_all and wait_for_completionFabricio Parra
2026-06-09rust: prelude: add `zerocopy{,_derive}::FromBytes`Miguel Ojeda
2026-06-09rust: zerocopy-derive: enable support in kbuildMiguel Ojeda
2026-06-09rust: zerocopy-derive: add `README.md`Miguel Ojeda
2026-06-09rust: zerocopy-derive: avoid generating non-ASCII identifiersMiguel Ojeda
2026-06-09rust: zerocopy-derive: add SPDX License IdentifiersMiguel Ojeda
2026-06-09rust: zerocopy-derive: import crateMiguel Ojeda
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda
2026-06-09rust: zerocopy: add `README.md`Miguel Ojeda
2026-06-09rust: zerocopy: remove float `Display` supportMiguel Ojeda
2026-06-09rust: zerocopy: add SPDX License IdentifiersMiguel Ojeda
2026-06-09rust: zerocopy: import crateMiguel Ojeda
2026-06-09rust: kbuild: support `skip_clippy` for `rustc_procmacro`Miguel Ojeda
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda
2026-06-09rust: sync: add `UniqueArc::as_ptr`Andreas Hindborg
2026-06-09rust: inline some init methodsAlexandre Courbot
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot
2026-06-08driver core: platform: set mod_name in driver registrationShashank Balaji
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
2026-06-08Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...Wolfram Sang
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov
2026-06-08rust: tests: drop 'use crate' in bitmap and atomic KUnit testsYury Norov
2026-06-06rust: i2c: fix I2cAdapter refcounts double incrementNicolás Antinori
2026-06-06Merge tag 'pin-init-v7.2' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo
2026-06-05rust: ptr: add panicking index projection variantGary Guo
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai