aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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...Linus Torvalds1-0/+1
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich1-0/+1
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich1-1/+0
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia1-0/+1
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl1-0/+1
2024-10-08rust: add PidNamespaceChristian Brauner1-0/+1
2024-10-08rust: add seqfile abstractionAlice Ryhl1-0/+1
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner1-0/+3
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo1-1/+1
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda1-0/+1
2024-09-30rust: security: add abstraction for secctxAlice Ryhl1-0/+1
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho1-0/+1
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho1-0/+1
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda1-1/+1
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+2
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho1-0/+1
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori1-0/+1
2024-08-23rust: list: add ListArcAlice Ryhl1-0/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2024-07-08rust: add abstraction for `struct page`Alice Ryhl1-0/+1
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho1-0/+1
2024-06-18rust: add firmware abstractionsDanilo Krummrich1-0/+2
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich1-0/+1
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+2
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-5/+8
2024-04-23rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho1-1/+1
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-1/+0
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-1/+0
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho1-0/+1
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-3/+1
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda1-1/+0
2024-03-29rust: add `Module::as_ptr`Alice Ryhl1-0/+7
2024-02-25rust: add `container_of!` macroWedson Almeida Filho1-0/+32
2024-02-18rust: kernel: stop using ptr_metadata featureAlice Ryhl1-1/+0
2024-02-18rust: kernel: add srctree-relative doclinksValentin Obst1-1/+1
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl1-0/+1
2024-01-22rust: upgrade to Rust 1.75.0Miguel Ojeda1-1/+0
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+3
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-0/+1
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl1-0/+1