summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
22 hoursMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
3 daysMerge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
3 daysMerge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
4 daysMerge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
5 daysMerge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
5 daysMerge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds
5 daysMerge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds
5 daysMerge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds
10 daysrust: make `build_assert` module the home of related macrosGary Guo
10 daysrust: str: clean unused import for Rust >= 1.98Miguel Ojeda
10 daysrust: str: use the "kernel vertical" imports styleMiguel Ojeda
10 daysrust: aref: use the "kernel vertical" imports styleAndreas Hindborg
10 daysrust: page: use the "kernel vertical" imports styleAndreas Hindborg
11 daysrust: sync: completion: Mark inline complete_all and wait_for_completionFabricio Parra
12 daysrust: prelude: add `zerocopy{,_derive}::FromBytes`Miguel Ojeda
12 daysrust: sync: add `UniqueArc::as_ptr`Andreas Hindborg
12 daysrust: inline some init methodsAlexandre Courbot
12 daysrust: io: use the `bitfield!` macro in `register!`Alexandre Courbot
12 daysrust: bitfield: Add KUnit tests for bitfieldJoel Fernandes
12 daysrust: extract `bitfield!` macro from `register!`Alexandre Courbot
12 daysrust: page: mark Page::nid as inlineNakamura Shuta
12 daysdriver core: platform: set mod_name in driver registrationShashank Balaji
12 daysMerge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
13 daysrust: tests: add Kconfig for KUnit testYury Norov
13 daysrust: 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
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai
2026-06-04rust: module_param: add missing newline to pr_warn_onceKenny Glowner
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul
2026-06-02rust/drm/gem: Add DriverAllocImpl type aliasLyude Paul
2026-06-02rust/drm: Introduce DeviceContextLyude Paul
2026-06-02rust: drm: gem: s/device::Device/Device/ for shmem.rsLyude Paul
2026-06-01rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda
2026-05-31rust: block: fix GenDisk cleanup pathsHaoze Xie
2026-05-29rust: devres: add 'static bound to Devres<T>Danilo Krummrich
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich
2026-05-28rust: error: replace match + panic in const context with const expectDaniel del Castillo
2026-05-28Merge tag 'alloc-7.2-rc1' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-05-27rust: block: mq: align init_request numa_node arg with C signatureAndreas Hindborg
2026-05-27rust: auxiliary: generalize Registration over ForLtDanilo Krummrich
2026-05-27rust: types: add `ForLt` trait for higher-ranked lifetime supportGary Guo
2026-05-27rust: io: make IoMem and ExclusiveIoMem lifetime-parameterizedDanilo Krummrich