aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'rust-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda...Linus Torvalds1-2/+8
12 daysMerge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-0/+1
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+17
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds9-112/+1501
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/kern...Linus Torvalds2-2/+20
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-0/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds16-365/+756
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds1-0/+3
2026-06-15Merge tag 'rust-7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds35-392/+1351
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: sync: add `UniqueArc::as_ptr`Andreas Hindborg1-0/+8
2026-06-09rust: inline some init methodsAlexandre Courbot3-0/+8
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot1-244/+2
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes2-0/+324
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot2-0/+549
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta1-0/+1
2026-06-08driver core: platform: set mod_name in driver registrationShashank Balaji1-1/+3
2026-06-08Merge tag 'opp-updates-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-0/+3
2026-06-08rust: tests: add Kconfig for KUnit testYury Norov7-0/+82
2026-06-08rust: tests: drop 'use crate' in bitmap and atomic KUnit testsYury Norov2-6/+2
2026-06-06rust: i2c: fix I2cAdapter refcounts double incrementNicolás Antinori1-1/+3
2026-06-05rust: ptr: remove implicit index projection syntaxGary Guo2-14/+0
2026-06-05rust: dma: update to keyworded index projection syntaxGary Guo1-4/+4
2026-06-05rust: ptr: add panicking index projection variantGary Guo2-16/+85
2026-06-05rust: ptr: use `match` instead of `unwrap_or_else` for `build_index`Gary Guo1-1/+4
2026-06-05rust: ptr: rename `ProjectIndex::index` to `build_index`Gary Guo1-8/+8
2026-06-04rust: sync: add #[must_use] to GlobalGuard and GlobalLock::try_lockAshutosh Desai1-0/+2
2026-06-04rust: module_param: add missing newline to pr_warn_onceKenny Glowner1-1/+1
2026-06-02rust/drm/gem: Use DeviceContext with GEM objectsLyude Paul4-51/+91
2026-06-02rust/drm/gem: Add DriverAllocImpl type aliasLyude Paul1-2/+7
2026-06-02rust/drm: Introduce DeviceContextLyude Paul3-57/+204
2026-06-02rust: drm: gem: s/device::Device/Device/ for shmem.rsLyude Paul1-5/+5
2026-06-01rust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda1-1/+1
2026-05-31rust: block: fix GenDisk cleanup pathsHaoze Xie1-1/+19
2026-05-29rust: devres: add 'static bound to Devres<T>Danilo Krummrich1-3/+3
2026-05-29Merge tag 'dd-lifetimes-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Danilo Krummrich16-348/+690
2026-05-29Merge patch series "rust: device: Higher-Ranked Lifetime Types for device dri...Danilo Krummrich16-258/+554
2026-05-29rust: drm: add FEAT_RENDER flag for render node supportLaura Nao2-1/+23
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich2-8/+27
2026-05-28rust: error: replace match + panic in const context with const expectDaniel del Castillo1-4/+2