aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-20/+16
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-97/+74
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds18-25/+2932
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds44-228/+958
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-91/+1311
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+1
2025-09-29Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+6
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-11/+5
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11
2025-09-24Merge back earlier cpufreq material for 6.18Rafael J. Wysocki3-9/+11
2025-09-22rust: add `Alignment` typeAlexandre Courbot2-0/+231
2025-09-22Merge tag 'rust-timekeeping-v6.18' of https://github.com/Rust-for-Linux/linux...Miguel Ojeda6-10/+344
2025-09-17rust: pci: fix incorrect platform reference in PCI driver probe doc commentRahul Rameshbabu1-2/+2
2025-09-17rust: pci: fix incorrect platform reference in PCI driver unbind doc commentRahul Rameshbabu1-1/+1
2025-09-16regulator: max77838: add max77838 regulator driverMark Brown3-7/+14
2025-09-16rust: acpi: use `core::ffi::CStr` method namesTamir Duberstein1-5/+2
2025-09-16rust: of: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: net: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: miscdevice: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: kunit: use `core::ffi::CStr` method namesTamir Duberstein1-3/+3
2025-09-16rust: firmware: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: drm: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: cpufreq: use `core::ffi::CStr` method namesTamir Duberstein1-1/+1
2025-09-16rust: configfs: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: auxiliary: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-11/+12
2025-09-16rust: sync: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-1/+1
2025-09-16rust: seq_file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-3/+3
2025-09-16rust: kunit: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-4/+4
2025-09-16rust: file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-2/+3
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein1-3/+3
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-4/+3
2025-09-16rust: alloc: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-3/+3
2025-09-15Merge back earlier cpufreq material for 6.18Rafael J. Wysocki3-9/+11
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo3-55/+40
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo1-31/+14
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo1-6/+6
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo2-0/+100
2025-09-15rust: sync: Add memory barriersBoqun Feng2-0/+62
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng1-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng1-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng2-2/+106
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng2-0/+286
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng2-0/+106
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng3-0/+288
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman3-7/+14
2025-09-15rust: list: Add an example for `ListLinksSelfPtr` usageBoqun Feng1-0/+120
2025-09-15rust: sync: extend module documentation of arefBenno Lossin1-0/+15