summaryrefslogtreecommitdiffstats
path: root/rust (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8 days9-0/+194
|\
| * rust: jump_label: skip formatting generated fileMiguel Ojeda13 days4-5/+5
| * jump_label: rust: pass a mut ptr to `static_key_count`Alice Ryhl2024-11-181-1/+1
| * rust: add arch_static_branchAlice Ryhl2024-11-045-1/+96
| * rust: samples: add tracepoint to Rust sampleAlice Ryhl2024-11-041-0/+1
| * rust: add tracepoint supportAlice Ryhl2024-11-043-0/+51
| * rust: add static_branch_unlikely for static_key_falseAlice Ryhl2024-11-045-0/+47
* | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds12 days1-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-105-7/+28
| |\ \ \ | | | |/ | | |/|
| * | | rust: net::phy always define device_table in module_phy_driver macroFUJITA Tomonori2024-10-041-6/+10
* | | | Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-191-2/+6
|\ \ \ \
| * | | | rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian2024-11-111-2/+6
| | |/ / | |/| |
* | | | Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-1817-24/+1028
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-0816-12/+958
| |\ \ \ | | |/ / | |/| |
| | * | rust: file: add abstraction for `poll_table`Alice Ryhl2024-09-303-0/+123
| | * | rust: file: add `Kuid` wrapperAlice Ryhl2024-09-304-2/+108
| | * | rust: file: add `FileDescriptorReservation`Wedson Almeida Filho2024-09-301-1/+74
| | * | rust: security: add abstraction for secctxAlice Ryhl2024-09-306-0/+105
| | * | rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho2024-09-306-0/+105
| | * | rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho2024-09-306-0/+399
| | * | 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: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme2024-09-261-0/+6
* | | rust: fix `ARCH_SLAB_MINALIGN` multiple definition errorGary Guo2024-09-261-0/+5
* | | 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-2539-326/+3481
|\ \
| * | rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-1/+1
| |/
| * kbuild: rust: replace proc macros dependency on `core.o` with the version textMiguel Ojeda2024-09-052-3/+5
| * kbuild: rust: rebuild if the version text changesMiguel Ojeda2024-09-051-1/+2
| * rust: avoid `box_uninit_write` featureMiguel Ojeda2024-09-042-11/+12
| * rust: rbtree: add `RBTree::entry`Alice Ryhl2024-08-311-75/+230
| * rust: rbtree: add cursorMatt Gilbride2024-08-311-0/+523
| * rust: rbtree: add mutable iteratorWedson Almeida Filho2024-08-311-14/+89
| * rust: rbtree: add iteratorWedson Almeida Filho2024-08-311-18/+112
| * rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho2024-08-314-0/+443
| * rust: enable rustdoc's `--generate-link-to-definition`Miguel Ojeda2024-08-251-0/+1
| * rust: types: add `ARef::into_raw`Kartik Prajapati2024-08-251-1/+30
| * rust: kernel: use docs.kernel.org links in code documentationMichael Vetter2024-08-252-11/+11
| * rust: list: add ListArcFieldAlice Ryhl2024-08-232-0/+99
| * rust: list: support heterogeneous listsAlice Ryhl2024-08-232-1/+177
| * rust: list: add cursorAlice Ryhl2024-08-231-0/+82
| * rust: list: add iteratorsAlice Ryhl2024-08-231-0/+102
| * rust: list: add ListAlice Ryhl2024-08-232-5/+331