aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-07-11rust: io: implement `Io` on reference types insteadGary Guo2-46/+48
2026-07-11rust: io: restrict untyped IO access and `register!` to `Region`Gary Guo2-25/+44
2026-07-11rust: io: add missing safety requirement in `IoCapable` methodsGary Guo1-9/+16
2026-07-11rust: io: add dynamically-sized `Region` typeGary Guo6-74/+118
2026-07-11rust: zerocopy: update to v0.8.54Miguel Ojeda9-16/+23
2026-07-11rust: zerocopy: update to v0.8.52Miguel Ojeda31-76/+174
2026-07-09rust: iommu: replace core::mem::zeroed with Zeroable::zeroedNicolás Antinori1-2/+1
2026-07-08usb: rust: Use pin_init::zeroed for usb_device_id initializationNicolás Antinori1-21/+10
2026-07-07cred: delete task_euid()Alice Ryhl2-15/+0
2026-07-07rust: task: clarify comments on task UID accessorsJann Horn1-3/+6
2026-07-03rust: io: fix example in `register!` macroLink Mauve1-1/+1
2026-06-29kunit,rust: Add ability to skip entire test suitesVaibhav Jain1-0/+1
2026-06-29rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda2-0/+8
2026-06-28Merge tag 'v7.2-rc1' into drm-rust-nextDanilo Krummrich312-840/+40629
2026-06-25rust: faux: Allow retrieving a bound DeviceLyude Paul1-5/+13
2026-06-25rust: drm: gem: Introduce shmem::Object::sg_table()Lyude Paul1-10/+164
2026-06-24Merge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-2/+8
2026-06-24Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+17
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus 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/kernel/git/axboe/linuxLinus Torvalds2-2/+20
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-0/+17
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds21-359/+1029
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds294-808/+40465
2026-06-12rust: drm: gpuvm: add SmContext lifetime boundBoris Brezillon2-3/+5
2026-06-12rust: drm: gpuvm: update DriverGpuVm for DeviceContextDeborah Brouwer1-4/+4
2026-06-12rust: drm: gem: shmem: Add vmap functionsLyude Paul1-1/+337
2026-06-12rust: drm: gem: shmem: Add DmaResvGuard helperLyude Paul1-2/+37
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