summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
3 daysrust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.hMukesh Kumar Chaurasiya (IBM)
3 daysrust: cpufreq: Fix temporary write in Registration::bios_limit_callbackPriya Bala Govindasamy
3 daysrust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_...Priya Bala Govindasamy
3 daysdma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabledMukesh Kumar Chaurasiya (IBM)
3 daysrust: device: make lifetime on `Core` and `CoreInternal` invariantGary Guo
3 daysrust: drm: gpuvm: require Send + Sync for the driver's associated dataSami Tolvanen
3 daysrust: drm: gpuvm: update DriverGpuVm for DeviceContextDeborah Brouwer
6 daysrust: drm: ioctl: fix unbounded lifetimes in ioctl handler argumentsDanilo Krummrich
9 daysrust: num: reject Bounded::shr overshifts at build timeEliot Courtney
9 dayskbuild: rust: keep Rust objects out of Clang LTO with inline helpersMiguel Ojeda
9 dayskbuild: rust: preserve unreachable traps with inline helpersMiguel Ojeda
9 daysrust: num: restrict bool conversion to unsigned BoundedYounes Akhouayri
9 daysrust: kernel: list: fix incorrect pop_back example commentNikolai Grlica
9 daysrust: kbuild: disambiguate `zerocopy_derive` for `rusttest`Miguel Ojeda
9 daysrust: devres: ensure revocation is complete before device finishes unbindingDanilo Krummrich
9 daysrust: devres: fix race between concurrent revokersDanilo Krummrich
9 daysrust: dma: return zero for Coherent reads past EOFYounes Akhouayri
9 daysrust: bug: prevent dead_code warning from warn_on!'s flags constantFUJITA Tomonori
9 daysrust: bug: fix warn_on macro build error on UMLFUJITA Tomonori
9 daysrust: bug: skip arch-specific asm in `testlib` buildsFUJITA Tomonori
9 daysrust: kbuild: disambiguate `zerocopy` for `rusttest`Antoni Boucher
9 daysrust: fmt: fix {:p} printing stack addressesKe Sun
9 daysrust: time: fix as_micros_ceil() rounding near i64::MAXFUJITA Tomonori
2026-08-08Merge tag 'driver-core-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-06rust: io: gate ioremap doctests on CONFIG_HAS_IOMEMDanilo Krummrich
2026-08-06rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEMDanilo Krummrich
2026-07-18rust: time: fix as_micros_ceil() to round correctly for negative DeltaFUJITA Tomonori
2026-07-16rust: device: avoid trailing ; in printing macrosAlice Ryhl
2026-07-11rust: zerocopy: update to v0.8.54Miguel Ojeda
2026-07-11rust: zerocopy: update to v0.8.52Miguel Ojeda
2026-06-29rust: allow `suspicious_runtime_symbol_definitions` lint for Rust >= 1.98Miguel Ojeda
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-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