summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)Author
13 daysMerge 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-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-12rust: configfs: introduce rust support for configfsAndreas Hindborg
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl
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
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich
2024-12-20rust: implement generic driver registrationDanilo Krummrich
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-10rust: use custom FFI integer typesGary Guo
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho
2024-11-04rust: add arch_static_branchAlice Ryhl
2024-11-04rust: add tracepoint supportAlice Ryhl
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl
2024-10-08rust: add PidNamespaceChristian Brauner
2024-10-08rust: add seqfile abstractionAlice Ryhl