summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)Author
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-23rust: Add warn_on macroFUJITA Tomonori
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl
2025-07-15rust: regulator: add a bare minimum regulator abstractionDaniel Almeida
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-06-26rust: acpi: add `acpi::DeviceId` abstractionIgor Korotin
2025-06-24rust: Introduce file_from_location()Boqun Feng
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar
2025-05-19rust: clk: Add initial abstractionsViresh Kumar
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue
2025-03-16rust: make pin-init its own crateBenno Lossin
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin
2025-03-16rust: move pin-init API into its own directoryBenno Lossin
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda
2025-02-13rust/kernel: Add faux device bindingsLyude Paul
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich
2024-12-20rust: add devres abstractionDanilo Krummrich
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich
2024-12-20rust: add `Revocable` typeWedson Almeida Filho