summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-07-08usb: rust: Use pin_init::zeroed for usb_device_id initializationNicolás Antinori
2026-07-07cred: delete task_euid()Alice Ryhl
2026-07-07rust: task: clarify comments on task UID accessorsJann Horn
2026-07-03rust: io: fix example in `register!` macroLink Mauve
2026-06-29kunit,rust: Add ability to skip entire test suitesVaibhav Jain
2026-06-29rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda
2026-06-28Merge tag 'v7.2-rc1' into drm-rust-nextDanilo Krummrich
2026-06-25rust: faux: Allow retrieving a bound DeviceLyude Paul
2026-06-25rust: drm: gem: Introduce shmem::Object::sg_table()Lyude Paul
2026-06-24Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...Linus Torvalds
2026-06-24Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-17rust: bitfield: mark `Debug` impl as `#[inline]`Gary Guo
2026-06-17rust: prelude: add `zerocopy{,_derive}::IntoBytes`Gary Guo
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-12rust: drm: gpuvm: add SmContext lifetime boundBoris Brezillon
2026-06-12rust: drm: gpuvm: update DriverGpuVm for DeviceContextDeborah Brouwer
2026-06-12rust: drm: gem: shmem: Add vmap functionsLyude Paul
2026-06-12rust: drm: gem: shmem: Add DmaResvGuard helperLyude Paul
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