Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'rfl/rust' into bases/210-gpu | Hector Martin | 2023-01-04 | 16 | -1/+1265 |
|\ | |||||
| * | samples: minimal: match upstream | Miguel Ojeda | 2022-10-18 | 1 | -5/+8 |
| * | Merge tag 'v6.1-rc1' into sync | Miguel Ojeda | 2022-10-18 | 12 | -338/+302 |
| |\ | |||||
| * | | rust: rename `Ref` to `Arc` | Wedson Almeida Filho | 2022-10-05 | 3 | -17/+17 |
| * | | Merge tag 'v6.0-rc7' into sync | Miguel Ojeda | 2022-09-27 | 22 | -3392/+145 |
| |\ \ | |||||
| * \ \ | Merge pull request #859 from nbdd0121/misc | Miguel Ojeda | 2022-08-05 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | rust: add missing dependency to rust netfilter sample | Gary Guo | 2022-08-05 | 1 | -0/+1 |
| * | | | | rust: take str literal instead bstr literal in `module!` macro | Gary Guo | 2022-08-05 | 14 | -58/+58 |
| |/ / / | |||||
| * | | | Merge pull request #839 from wedsonaf/module_fs | Wedson Almeida Filho | 2022-07-25 | 1 | -14/+2 |
| |\ \ \ | |||||
| | * | | | rust: add `module_fs` macro | Wedson Almeida Filho | 2022-07-25 | 1 | -14/+2 |
| * | | | | Merge tag 'v5.19-rc8' into sync | Miguel Ojeda | 2022-07-24 | 3 | -7/+5 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | rust: allow fs driver to initialise new superblocks | Wedson Almeida Filho | 2022-07-19 | 1 | -1/+13 |
| * | | | | rust: add support for file system parameters | Wedson Almeida Filho | 2022-07-14 | 1 | -0/+15 |
| * | | | | rust: change `FileFlags` struct to `flags` module | Wedson Almeida Filho | 2022-07-12 | 1 | -2/+2 |
| * | | | | Merge branch 'rust' into file_flags_type | Wedson Almeida Filho | 2022-07-12 | 86 | -745/+1455 |
| |\ \ \ \ | |||||
| | * | | | | rust: define fs context | Wedson Almeida Filho | 2022-07-11 | 1 | -0/+13 |
| | * | | | | Merge tag 'v5.19-rc6' into sync | Miguel Ojeda | 2022-07-11 | 1 | -4/+32 |
| | |\ \ \ \ | |||||
| | * | | | | | sample: rust: Add a selftest module | Boqun Feng | 2022-07-08 | 3 | -0/+107 |
| | * | | | | | rust: add ability to register a file system | Wedson Almeida Filho | 2022-07-05 | 3 | -0/+40 |
| | * | | | | | rust: use `#[vtable]` for `kernel::file::Operations` | Gary Guo | 2022-07-05 | 4 | -9/+5 |
| | * | | | | | samples/rust: add echo server sample | Wedson Almeida Filho | 2022-07-01 | 3 | -0/+71 |
| | * | | | | | Merge tag 'v5.19-rc1' into sync | Miguel Ojeda | 2022-06-07 | 38 | -598/+507 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | samples: rust: random: move `module!` macro | Miguel Ojeda | 2022-05-28 | 1 | -8/+8 |
| | * | | | | | | treewide: use `GPL` as the license string instead of `GPL v2` | Miguel Ojeda | 2022-05-27 | 12 | -12/+12 |
| | * | | | | | | Merge tag 'v5.18' into sync | Miguel Ojeda | 2022-05-23 | 1 | -3/+3 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge tag 'v5.18-rc2' into sync | Miguel Ojeda | 2022-04-12 | 37 | -106/+544 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | samples/rust: add netfilter sample | Wedson Almeida Filho | 2022-03-28 | 3 | -0/+65 |
| | * | | | | | | | | rust: rename `KernelModule` to `Module` | Wedson Almeida Filho | 2022-03-28 | 8 | -8/+8 |
| | * | | | | | | | | rust: move error codes to the `error::code` module | Wedson Almeida Filho | 2022-03-15 | 2 | -5/+5 |
| | * | | | | | | | | rust: move `file_operations::FileOperations` into `file::Operations` | Wedson Almeida Filho | 2022-03-15 | 4 | -11/+8 |
| | * | | | | | | | | rust: rename `FileOperations::Wrapper` to `FileOperations::Data` | Wedson Almeida Filho | 2022-03-15 | 2 | -3/+3 |
| | * | | | | | | | | kbuild: support host programs written in Rust | Miguel Ojeda | 2022-03-03 | 7 | -0/+41 |
| | * | | | | | | | | Merge tag 'v5.17-rc6' into sync | Miguel Ojeda | 2022-02-28 | 1 | -2/+7 |
| | |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rust: file: Remove `is_blocking()` method | Daniel Xu | 2022-02-22 | 1 | -2/+3 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | rust: miscdev: support names created at runtime | Wedson Almeida Filho | 2022-02-16 | 2 | -2/+2 |
| * | | | | | | | | | Merge pull request #655 from wedsonaf/sample-static-mutex | Wedson Almeida Filho | 2022-02-15 | 1 | -0/+15 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | samples/rust: add static mutex and condvar to sync sample | Wedson Almeida Filho | 2022-02-02 | 1 | -0/+15 |
| * | | | | | | | | | | treewide: update/normalize comment style | Miguel Ojeda | 2022-02-11 | 9 | -9/+9 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge tag 'v5.17-rc1' into sync | Miguel Ojeda | 2022-01-25 | 34 | -123/+628 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rust: add optional parameters to the registration of misc devices | Wedson Almeida Filho | 2022-01-24 | 2 | -2/+2 |
| * | | | | | | | | | | rust: avoid the need of crate attributes in kernel modules | Miguel Ojeda | 2022-01-20 | 10 | -31/+0 |
| * | | | | | | | | | | samples/rust: add platform device driver sample | Wedson Almeida Filho | 2022-01-13 | 3 | -0/+36 |
| * | | | | | | | | | | rust: require `Sync` and `Send` on file operations context data | Wedson Almeida Filho | 2022-01-12 | 3 | -6/+7 |
| * | | | | | | | | | | rust: simplify file operations by removing `FileOpener` | Wedson Almeida Filho | 2022-01-11 | 4 | -21/+25 |
| * | | | | | | | | | | Merge tag 'v5.16' into sync | Miguel Ojeda | 2022-01-10 | 4 | -0/+11 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Sync with v5.16-rc6 | Miguel Ojeda | 2021-12-20 | 2 | -0/+153 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | rust: add `&File` argument to `open` callback. | Wedson Almeida Filho | 2021-11-29 | 2 | -2/+2 |
| * | | | | | | | | | | | | Merge tag 'v5.16-rc2' into sync | Miguel Ojeda | 2021-11-23 | 7 | -21/+59 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.16-rc1' into sync | Miguel Ojeda | 2021-11-20 | 14 | -24/+289 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | rust: use generic associated types (GATs) to implement `PointerWrapper`. | Wedson Almeida Filho | 2021-11-17 | 2 | -5/+5 |