Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -0/+7 |
2025-05-26 | Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2025-05-12 | rust: configfs: introduce rust support for configfs | Andreas Hindborg | 1 | -0/+1 |
2025-05-07 | rust: clean Rust 1.88.0's `unnecessary_transmutes` lint | Miguel Ojeda | 1 | -0/+1 |
2025-04-28 | rust: drm: gem: Add GEM object abstraction | Asahi Lina | 1 | -0/+2 |
2025-04-24 | rust: drm: file: Add File abstraction | Asahi Lina | 1 | -0/+1 |
2025-04-24 | rust: drm: add device abstraction | Asahi Lina | 1 | -0/+1 |
2025-04-24 | rust: drm: add driver abstractions | Asahi Lina | 1 | -0/+1 |
2025-04-24 | rust: drm: ioctl: Add DRM ioctl abstraction | Asahi Lina | 1 | -0/+1 |
2025-04-19 | rust: auxiliary: add auxiliary device / driver abstractions | Danilo Krummrich | 1 | -0/+1 |
2025-03-30 | Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -0/+6 |
2025-03-20 | rust: add dma coherent allocator abstraction | Abdiel Janulgue | 1 | -0/+1 |
2025-03-09 | panic_qr: use new #[export] macro | Alice Ryhl | 1 | -0/+5 |
2025-02-28 | rust: Add cpumask helpers | Viresh Kumar | 1 | -0/+1 |
2025-02-13 | rust/kernel: Add faux device bindings | Lyude Paul | 1 | -0/+1 |
2025-01-15 | rust: device: Add property_present() | Viresh Kumar | 1 | -0/+1 |
2024-12-20 | rust: platform: add basic platform device / driver abstractions | Danilo Krummrich | 1 | -0/+1 |
2024-12-20 | rust: driver: implement `Adapter` | Danilo Krummrich | 1 | -0/+1 |
2024-12-20 | rust: pci: add basic PCI device / driver abstractions | Danilo Krummrich | 1 | -0/+1 |
2024-11-29 | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2024-11-26 | Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2 | -0/+7 |
2024-11-25 | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+3 |
2024-11-10 | rust: map `__kernel_size_t` and friends also to usize/isize | Gary Guo | 1 | -0/+5 |
2024-11-04 | rust: samples: add tracepoint to Rust sample | Alice Ryhl | 1 | -0/+1 |
2024-11-04 | rust: add tracepoint support | Alice Ryhl | 1 | -0/+1 |
2024-11-04 | rust: add static_branch_unlikely for static_key_false | Alice Ryhl | 1 | -0/+1 |
2024-10-15 | rust: alloc: add __GFP_NOWARN to `Flags` | Danilo Krummrich | 1 | -0/+1 |
2024-10-09 | rust: miscdevice: add base miscdevice abstraction | Alice Ryhl | 1 | -0/+1 |
2024-10-07 | rust: enable `clippy::undocumented_unsafe_blocks` lint | Miguel Ojeda | 1 | -0/+1 |
2024-09-30 | rust: file: add abstraction for `poll_table` | Alice Ryhl | 1 | -0/+1 |
2024-09-30 | rust: file: add `Kuid` wrapper | Alice Ryhl | 1 | -0/+1 |
2024-09-30 | rust: security: add abstraction for secctx | Alice Ryhl | 1 | -0/+1 |
2024-09-30 | rust: cred: add Rust abstraction for `struct cred` | Wedson Almeida Filho | 1 | -0/+1 |
2024-09-30 | rust: file: add Rust abstraction for `struct file` | Wedson Almeida Filho | 1 | -0/+2 |
2024-08-21 | rust: sort blk includes in bindings_helper.h | Alice Ryhl | 1 | -1/+1 |
2024-07-27 | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2 | -0/+2 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2024-07-10 | rust: allow `dead_code` for never constructed bindings | Miguel Ojeda | 1 | -0/+1 |
2024-07-08 | rust: add abstraction for `struct page` | Alice Ryhl | 1 | -0/+1 |
2024-07-08 | rust: alloc: add __GFP_HIGHMEM flag | Alice Ryhl | 1 | -0/+1 |
2024-06-28 | rust: block: fix generated bindings after refactoring of features | Andreas Hindborg | 1 | -0/+2 |
2024-06-18 | rust: add firmware abstractions | Danilo Krummrich | 1 | -0/+1 |
2024-06-14 | rust: block: introduce `kernel::block::mq` module | Andreas Hindborg | 1 | -0/+3 |
2024-04-16 | rust: alloc: introduce allocation flags | Wedson Almeida Filho | 1 | -0/+3 |
2024-02-18 | rust: bindings: Order headers alphabetically | Mika Westerberg | 1 | -2/+2 |
2024-01-28 | rust: time: add msecs to jiffies conversion | Alice Ryhl | 1 | -0/+1 |
2024-01-11 | Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2 | -6/+3 |
2023-12-15 | rust: core abstractions for network PHY drivers | FUJITA Tomonori | 1 | -0/+3 |
2023-12-14 | rust: bindings: rename const binding using sed | Gary Guo | 2 | -6/+3 |
2023-09-25 | rust: workqueue: add low-level workqueue bindings | Alice Ryhl | 1 | -0/+1 |
2023-08-28 | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2023-08-04 | rust: allocator: Prevent mis-aligned allocation | Boqun Feng | 1 | -0/+1 |
2023-07-19 | rust: support running Rust documentation tests as KUnit ones | Miguel Ojeda | 1 | -0/+1 |
2023-06-13 | rust: error: `impl Debug` for `Error` with `errname()` integration | Gary Guo | 1 | -0/+1 |
2023-05-31 | rust: upgrade to Rust 1.68.2 | Miguel Ojeda | 1 | -1/+0 |
2023-04-22 | rust: sync: introduce `CondVar` | Wedson Almeida Filho | 1 | -0/+1 |
2023-04-22 | rust: add basic `Task` | Wedson Almeida Filho | 1 | -0/+1 |
2023-01-16 | rust: sync: add `Arc` for ref-counted allocations | Wedson Almeida Filho | 2 | -0/+2 |
2022-09-28 | rust: add `bindings` crate | Miguel Ojeda | 2 | -0/+66 |