summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia2024-10-104-69/+73
| * | | rust: error: optimize error type to use nonzeroFilipe Xavier2024-10-101-9/+28
| * | | rust: lock: add trylock method support for lock backendFilipe Xavier2024-10-103-0/+38
| * | | rust: std_vendor: update dbg macro from Rust upstreamDeepak Thukral2024-10-101-11/+11
| * | | rust: error: make conversion functions publicFilipe Xavier2024-10-071-9/+4
| * | | rust: enable arbitrary_self_types and remove `Receiver`Gary Guo2024-10-073-10/+1
| * | | rust: std_vendor: simplify `{ .. macro! .. }` with inner attributesMiguel Ojeda2024-10-071-6/+2
| * | | rust: start using the `#[expect(...)]` attributeMiguel Ojeda2024-10-079-28/+29
| * | | rust: enable Clippy's `check-private-items`Miguel Ojeda2024-10-074-0/+5
| * | | rust: provide proper code documentation titlesMiguel Ojeda2024-10-073-3/+8
| * | | rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda2024-10-071-3/+6
| * | | rust: replace `clippy::dbg_macro` with `disallowed_macros`Miguel Ojeda2024-10-071-5/+5
| * | | rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`Miguel Ojeda2024-10-071-1/+0
| * | | rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`Miguel Ojeda2024-10-071-4/+0
| * | | rust: enable `clippy::ignored_unit_patterns` lintMiguel Ojeda2024-10-071-1/+1
| * | | rust: enable `clippy::unnecessary_safety_comment` lintMiguel Ojeda2024-10-072-3/+3
| * | | rust: enable `clippy::undocumented_unsafe_blocks` lintMiguel Ojeda2024-10-0712-10/+43
| * | | rust: types: avoid repetition in `{As,From}Bytes` implsMiguel Ojeda2024-10-071-33/+35
| * | | rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`Miguel Ojeda2024-10-071-1/+0
| * | | rust: types: add examples for the `Either` typeNell Shamrell-Harrington2024-10-071-0/+9
| |/ /
* | | Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-11-263-6/+198
|\ \ \
| * | | rust: add PidNamespaceChristian Brauner2024-10-083-6/+198
* | | | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-265-0/+170
|\ \ \ \
| * | | | rust: jump_label: skip formatting generated fileMiguel Ojeda2024-11-203-3/+3
| * | | | jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl2024-11-181-1/+1
| * | | | rust: add arch_static_branchAlice Ryhl2024-11-044-1/+90
| * | | | rust: add tracepoint supportAlice Ryhl2024-11-042-0/+50
| * | | | rust: add static_branch_unlikely for static_key_falseAlice Ryhl2024-11-042-0/+31
| | |/ / | |/| |
* | | | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-211-6/+10
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-212-13/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-103-7/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori2024-10-041-6/+10
* | | | | Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-1811-24/+936
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rust: task: adjust safety comments in Task methodsAlice Ryhl2024-10-151-19/+24
| | |_|/ | |/| |
| * | | rust: add seqfile abstractionAlice Ryhl2024-10-082-0/+53
| * | | Merge patch series "File abstractions needed by Rust Binder"Christian Brauner2024-10-0810-12/+866
| |\ \ \ | | |_|/ | |/| |
| | * | rust: file: add abstraction for `poll_table`Alice Ryhl2024-09-302-0/+122
| | * | rust: file: add `Kuid` wrapperAlice Ryhl2024-09-302-2/+69
| | * | rust: file: add `FileDescriptorReservation`Wedson Almeida Filho2024-09-301-1/+74
| | * | rust: security: add abstraction for secctxAlice Ryhl2024-09-303-0/+83
| | * | rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho2024-09-303-0/+90
| | * | rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho2024-09-303-0/+384
| | * | rust: task: add `Task::current_raw`Alice Ryhl2024-09-301-4/+11
| | * | rust: types: add `NotThreadSafe`Alice Ryhl2024-09-303-8/+36
* | | | Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-10-132-13/+4
|\ \ \ \ | |/ / / |/| | |
| * | | rust: device: change the from_raw() functionGuilherme Giacomo Simoes2024-10-032-13/+4
| | |/ | |/|
* | | rust: kunit: use C-string literals to clean warningMiguel Ojeda2024-10-011-2/+2
* | | rust: sync: require `T: Sync` for `LockedBy::access`Alice Ryhl2024-09-261-4/+14
* | | rust: kernel: sort Rust modulesMiguel Ojeda2024-09-261-1/+1
|/ /
* | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-2515-67/+3160
|\|