summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-3/+6
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey-0/+2
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue-0/+1
2025-03-16rust: make pin-init its own crateBenno Lossin-7/+3
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin-0/+3
2025-03-16rust: move pin-init API into its own directoryBenno Lossin-0/+1
2025-03-05rust: remove leftover mentions of the `alloc` crateMiguel Ojeda-1/+1
2025-02-13rust/kernel: Add faux device bindingsLyude Paul-0/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+20
2025-01-13rust: use derive(CoercePointee) on rustc >= 1.84.0Xiangfei Ding-3/+4
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda-4/+2
2025-01-07rust: io: move module entry to its correct locationDanilo Krummrich-1/+1
2025-01-07rust: pci: do not depend on CONFIG_PCI_MSIDanilo Krummrich-2/+2
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich-0/+1
2024-12-20rust: of: add `of::DeviceId` abstractionDanilo Krummrich-0/+1
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich-0/+2
2024-12-20rust: add devres abstractionDanilo Krummrich-0/+1
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich-0/+1
2024-12-20rust: add `Revocable` typeWedson Almeida Filho-0/+1
2024-12-20rust: implement `IdArray`, `IdTable` and `RawDeviceId`Danilo Krummrich-0/+6
2024-12-20rust: implement generic driver registrationDanilo Krummrich-0/+1
2024-12-20rust: module: add trait `ModuleMetadata`Danilo Krummrich-0/+6
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+24
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-3/+7
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+1
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+37
2024-11-10rust: use custom FFI integer typesGary Guo-0/+2
2024-11-05rust: introduce `InPlaceModule`Wedson Almeida Filho-0/+23
2024-11-04rust: add arch_static_branchAlice Ryhl-0/+35
2024-11-04rust: add tracepoint supportAlice Ryhl-0/+1
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl-0/+1
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno-1/+1
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich-0/+1
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich-1/+0
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia-0/+1
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl-0/+1
2024-10-08rust: add PidNamespaceChristian Brauner-0/+1
2024-10-08rust: add seqfile abstractionAlice Ryhl-0/+1
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner-0/+3
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo-1/+1
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda-0/+1
2024-09-30rust: security: add abstraction for secctxAlice Ryhl-0/+1
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho-0/+1
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho-0/+1
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda-1/+1
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-0/+2
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho-0/+1
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori-0/+1
2024-08-23rust: list: add ListArcAlice Ryhl-0/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-0/+2