aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-12/+33
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+7
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein1-3/+10
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein1-3/+2
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+4
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar1-0/+2
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar1-0/+2
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar1-0/+1
2025-05-19rust: clk: Add initial abstractionsViresh Kumar1-0/+1
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar1-0/+1
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-0/+1
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg1-0/+2
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl1-0/+1
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda1-7/+21
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein1-0/+1
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina1-0/+2
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich1-0/+2
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-3/+6
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey1-0/+2
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue1-0/+1
2025-03-16rust: make pin-init its own crateBenno Lossin1-7/+3
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin1-0/+3
2025-03-16rust: move pin-init API into its own directoryBenno Lossin1-0/+1
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda1-1/+1
2025-02-13rust/kernel: Add faux device bindingsLyude Paul1-0/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+20
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding1-3/+4
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda1-4/+2
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich1-1/+1
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich1-2/+2
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich1-0/+1
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich1-0/+1
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich1-0/+2
2024-12-20rust: add devres abstractionDanilo Krummrich1-0/+1
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich1-0/+1
2024-12-20rust: add `Revocable` typeWedson Almeida Filho1-0/+1
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich1-0/+6
2024-12-20rust: implement generic driver registrationDanilo Krummrich1-0/+1
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich1-0/+6
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+24
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-3/+7
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+37
2024-11-10rust: use custom FFI integer typesGary Guo1-0/+2
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho1-0/+23
2024-11-04rust: add arch_static_branchAlice Ryhl1-0/+35
2024-11-04rust: add tracepoint supportAlice Ryhl1-0/+1
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl1-0/+1
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno1-1/+1