summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
3 hoursrust: num: reject Bounded::shr overshifts at build timeEliot Courtney
3 hoursrust: num: restrict bool conversion to unsigned BoundedYounes Akhouayri
3 hoursrust: kernel: list: fix incorrect pop_back example commentNikolai Grlica
3 hoursrust: devres: ensure revocation is complete before device finishes unbindingDanilo Krummrich
3 hoursrust: devres: fix race between concurrent revokersDanilo Krummrich
3 hoursrust: dma: return zero for Coherent reads past EOFYounes Akhouayri
3 hoursrust: bug: prevent dead_code warning from warn_on!'s flags constantFUJITA Tomonori
3 hoursrust: bug: fix warn_on macro build error on UMLFUJITA Tomonori
3 hoursrust: bug: skip arch-specific asm in `testlib` buildsFUJITA Tomonori
3 hoursrust: fmt: fix {:p} printing stack addressesKe Sun
3 hoursrust: 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-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-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-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-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: 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-08rust: page: mark Page::nid as inlineNakamura Shuta
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-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-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