aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/bindings/bindings_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-13rust/kernel: Add faux device bindingsLyude Paul1-0/+1
2025-01-15rust: device: Add property_present()Viresh Kumar1-0/+1
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich1-0/+1
2024-12-20rust: driver: implement `Adapter`Danilo Krummrich1-0/+1
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich1-0/+1
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus 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/+3
2024-11-04rust: samples: add tracepoint to Rust sampleAlice Ryhl1-0/+1
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-15rust: alloc: add __GFP_NOWARN to `Flags`Danilo Krummrich1-0/+1
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl1-0/+1
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl1-0/+1
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl1-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/+2
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 Torvalds1-0/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2024-07-08rust: 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-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-3/+3
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+3
2023-12-14rust: bindings: rename const binding using sedGary Guo1-3/+3
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl1-0/+1
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus 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-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho1-0/+1
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+1
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+1
2022-09-28rust: add `bindings` crateMiguel Ojeda1-0/+13