Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branches 'refs/heads/bits/000-devicetree', 'refs/heads/bits/005-maintai...asahi-6.1-rc5-5 | Hector Martin | 2022-11-15 | 3 | -0/+76 |
|\ | |||||
| * | Merge remote-tracking branch 'rfl/rust' into bases/210-gpu | Hector Martin | 2022-10-24 | 3 | -0/+76 |
| |\ | |||||
| | * | Merge tag 'v6.1-rc1' into sync | Miguel Ojeda | 2022-10-18 | 21 | -187/+172 |
| | |\ | |||||
| | * | | rust: rename `Ref` to `Arc` | Wedson Almeida Filho | 2022-10-05 | 1 | -2/+2 |
| | * | | Merge tag 'v6.0-rc7' into sync | Miguel Ojeda | 2022-09-27 | 20 | -447/+524 |
| | |\ \ | |||||
| | * | | | rust: take str literal instead bstr literal in `module!` macro | Gary Guo | 2022-08-05 | 1 | -4/+4 |
| | * | | | Merge tag 'v5.19-rc8' into sync | Miguel Ojeda | 2022-07-24 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge tag 'v5.19-rc6' into sync | Miguel Ojeda | 2022-07-11 | 4 | -45/+54 |
| | |\ \ \ \ | |||||
| | * | | | | | rust: use `#[vtable]` for `kernel::file::Operations` | Gary Guo | 2022-07-05 | 1 | -2/+1 |
| | * | | | | | Merge tag 'v5.19-rc1' into sync | Miguel Ojeda | 2022-06-07 | 33 | -1072/+1049 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge tag 'v5.18' into sync | Miguel Ojeda | 2022-05-23 | 2 | -5/+7 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge tag 'v5.18-rc5' into sync | Miguel Ojeda | 2022-05-03 | 1 | -23/+26 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge tag 'v5.18-rc2' into sync | Miguel Ojeda | 2022-04-12 | 35 | -1955/+1638 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | rust: move error codes to the `error::code` module | Wedson Almeida Filho | 2022-03-15 | 1 | -1/+1 |
| | * | | | | | | | | | rust: move `file_operations::FileOperations` into `file::Operations` | Wedson Almeida Filho | 2022-03-15 | 1 | -3/+3 |
| | * | | | | | | | | | Merge tag 'v5.17-rc8' into sync | Miguel Ojeda | 2022-03-14 | 1 | -0/+7 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | rust: miscdev: support names created at runtime | Wedson Almeida Filho | 2022-02-16 | 1 | -2/+2 |
| | * | | | | | | | | | | Merge tag 'v5.17-rc3' into sync | Miguel Ojeda | 2022-02-06 | 1 | -17/+22 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.17-rc1' into sync | Miguel Ojeda | 2022-01-25 | 23 | -865/+902 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | rust: add optional parameters to the registration of misc devices | Wedson Almeida Filho | 2022-01-24 | 1 | -1/+1 |
| | * | | | | | | | | | | | | rust: avoid the need of crate attributes in kernel modules | Miguel Ojeda | 2022-01-20 | 1 | -3/+0 |
| | * | | | | | | | | | | | | rust: convert `platform` to use `driver` | Wedson Almeida Filho | 2022-01-13 | 1 | -33/+27 |
| | * | | | | | | | | | | | | Merge pull request #619 from wedsonaf/file-operations-sync | Wedson Almeida Filho | 2022-01-13 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | rust: require `Sync` and `Send` on file operations context data | Wedson Almeida Filho | 2022-01-12 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | hw_random: depend on `RUST`, not `HAS_RUST` | Miguel Ojeda | 2022-01-13 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | rust: simplify file operations by removing `FileOpener` | Wedson Almeida Filho | 2022-01-11 | 1 | -4/+6 |
| | * | | | | | | | | | | | | Merge tag 'v5.16' into sync | Miguel Ojeda | 2022-01-10 | 2 | -11/+17 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | rust: rename `platdev` to `platform`. | Wedson Almeida Filho | 2022-01-04 | 1 | -3/+3 |
| | * | | | | | | | | | | | | | Sync with v5.16-rc6 | Miguel Ojeda | 2021-12-20 | 2 | -11/+36 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | rust: add `&File` argument to `open` callback. | Wedson Almeida Filho | 2021-11-29 | 1 | -15/+3 |
| | * | | | | | | | | | | | | | | Merge tag 'v5.16-rc1' into sync | Miguel Ojeda | 2021-11-20 | 6 | -260/+96 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | rust: improve `KernelModule` initialisation. | Wedson Almeida Filho | 2021-11-08 | 1 | -7/+5 |
| | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into sync | Miguel Ojeda | 2021-11-04 | 23 | -170/+1003 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.15-rc3' into sync | Miguel Ojeda | 2021-09-28 | 20 | -87/+210 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | rust: use `impl` syntactic sugar to simplify read/write. | Wedson Almeida Filho | 2021-08-11 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | Merge tag 'v5.14-rc3' into sync | Miguel Ojeda | 2021-07-29 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v5.14-rc1' into sync | Miguel Ojeda | 2021-07-14 | 48 | -1390/+4221 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | rust: prelude: graduate `Box`, `Arc`, `Vec`, `Pin` and `Error` | Miguel Ojeda | 2021-07-02 | 1 | -2/+0 |
| | * | | | | | | | | | | | | | | | | | | | drivers: char: bcm2835_rng: fix needless borrow Clippy warning | Miguel Ojeda | 2021-07-02 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | Merge pull request #387 from wedsonaf/file-operations | Wedson Almeida Filho | 2021-06-23 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | | | | | | rust: update `FileOperations` to use arbitrary type from `PointerWrapper`. | Wedson Almeida Filho | 2021-06-23 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | rust/kernel/of: construct `of_match_table` structure at build time | Sven Van Asbroeck | 2021-06-23 | 1 | -3/+4 |
| | |/ / / / / / / / / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | | | | | | | bcm2835_rng_rust: add support for `DrvData` | Sven Van Asbroeck | 2021-06-12 | 1 | -7/+39 |
| | * | | | | | | | | | | | | | | | | | | | treewide: sync with `v5.13-rc5` | Miguel Ojeda | 2021-06-09 | 36 | -634/+289 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | | | | | bcm2835_rng_rust: implement `PlatformDriver` trait | Sven Van Asbroeck | 2021-05-26 | 1 | -1/+16 |
| | * | | | | | | | | | | | | | | | | | | | | bcm2835_rng_rust: fix build error caused by PR merge | Sven Van Asbroeck | 2021-05-26 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | | | | | | | rust: CStr overhaul | Gary Guo | 2021-05-26 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | | | | | | bcm2835_rng_rust: add devicetree matching | Sven Van Asbroeck | 2021-05-19 | 1 | -1/+8 |
| | * | | | | | | | | | | | | | | | | | | | | Add minimal platform driver for bcm2835-rng | Sven Van Asbroeck | 2021-05-18 | 3 | -0/+45 |
| | * | | | | | | | | | | | | | | | | | | | | Samples | Miguel Ojeda | 2021-04-09 | 6 | -577/+0 |