summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...Linus Torvalds1-2/+8
6 daysMerge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+1
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+17
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
14 daysMerge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-112/+1529
2026-06-17rust: bitfield: mark `Debug` impl as `#[inline]`Gary Guo1-0/+1
2026-06-17rust: prelude: add `zerocopy{,_derive}::IntoBytes`Gary Guo1-2/+8
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+20
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds4-0/+17
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-0/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds21-365/+1035
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds1-0/+3
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds294-811/+40468
2026-06-10s390: Enable Rust supportJan Polensky1-0/+1
2026-06-10rust: helpers: Add memchr wrapper for string operationsJan Polensky2-0/+9
2026-06-10rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflictsJan Polensky1-0/+7
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo12-36/+59
2026-06-10rust: str: clean unused import for Rust >= 1.98Miguel Ojeda1-1/+0
2026-06-10rust: str: use the "kernel vertical" imports styleMiguel Ojeda1-5/+19
2026-06-10rust: aref: use the "kernel vertical" imports styleAndreas Hindborg1-1/+6
2026-06-10rust: page: use the "kernel vertical" imports styleAndreas Hindborg1-5/+13
2026-06-09rust: sync: completion: Mark inline complete_all and wait_for_completionFabricio Parra1-0/+2
2026-06-09rust: prelude: add `zerocopy{,_derive}::FromBytes`Miguel Ojeda1-0/+6
2026-06-09rust: zerocopy-derive: enable support in kbuildMiguel Ojeda1-8/+33
2026-06-09rust: zerocopy-derive: add `README.md`Miguel Ojeda1-0/+14
2026-06-09rust: zerocopy-derive: avoid generating non-ASCII identifiersMiguel Ojeda1-2/+2
2026-06-09rust: zerocopy-derive: add SPDX License IdentifiersMiguel Ojeda9-0/+18
2026-06-09rust: zerocopy-derive: import crateMiguel Ojeda9-0/+3507
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda1-6/+39
2026-06-09rust: zerocopy: add `README.md`Miguel Ojeda1-0/+14
2026-06-09rust: zerocopy: remove float `Display` supportMiguel Ojeda1-1/+0
2026-06-09rust: zerocopy: add SPDX License IdentifiersMiguel Ojeda20-0/+40
2026-06-09rust: zerocopy: import crateMiguel Ojeda233-0/+35005
2026-06-09rust: kbuild: support `skip_clippy` for `rustc_procmacro`Miguel Ojeda1-2/+2
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda1-0/+8
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda1-3/+2
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda1-2/+4
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda1-1/+0
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda1-1/+1
2026-06-09rust: sync: add `UniqueArc::as_ptr`Andreas Hindborg1-0/+8
2026-06-09rust: inline some init methodsAlexandre Courbot3-0/+8
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot1-244/+2
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes2-0/+324
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot2-0/+549
2026-06-09rust: page: mark Page::nid as inlineNakamura Shuta1-0/+1
2026-06-09driver core: platform: set mod_name in driver registrationShashank Balaji1-1/+3
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-0/+3
2026-06-08Merge tag 'rust-i2c-7.1-rc7' of https://github.com/ikrtn/linux into i2c/for-c...Wolfram Sang1-1/+3