summaryrefslogtreecommitdiff
path: root/rust/bindings
AgeCommit message (Expand)AuthorFilesLines
2024-08-21rust: sort blk includes in bindings_helper.hAlice Ryhl1-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-0/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda1-0/+1
2024-07-09rust: add abstraction for `struct page`Alice Ryhl1-0/+1
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl1-0/+1
2024-06-28rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg1-0/+2
2024-06-18rust: add firmware abstractionsDanilo Krummrich1-0/+1
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+3
2024-04-16rust: alloc: introduce allocation flagsWedson Almeida Filho1-0/+3
2024-02-18rust: bindings: Order headers alphabeticallyMika Westerberg1-2/+2
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl1-0/+1
2024-01-12Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2-6/+3
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+3
2023-12-14rust: bindings: rename const binding using sedGary Guo2-6/+3
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl1-0/+1
2023-08-29Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2023-08-04rust: allocator: Prevent mis-aligned allocationBoqun Feng1-0/+1
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda1-0/+1
2023-06-13rust: error: `impl Debug` for `Error` with `errname()` integrationGary Guo1-0/+1
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-1/+0
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho1-0/+1
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+1
2023-01-17rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho2-0/+2
2022-09-28rust: add `bindings` crateMiguel Ojeda2-0/+66