summaryrefslogtreecommitdiffstats
path: root/rust/helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8 days6-0/+160
|\
| * rust: platform: add basic platform device / driver abstractionsDanilo Krummrich2024-12-202-0/+14
| * rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich2024-12-202-0/+19
| * rust: add devres abstractionDanilo Krummrich2024-12-202-0/+11
| * rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich2024-12-202-0/+102
| * rust: add rcu abstractionWedson Almeida Filho2024-12-202-0/+14
* | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-01-221-4/+4
|\ \
| * | rust: replace lsm context+len with lsm_contextAlice Ryhl2024-12-041-4/+4
| |/
* / rust: sync: Add lock::Backend::assert_is_held()Lyude Paul2024-12-192-0/+10
|/
* Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-2613-10/+21
|\
| * rust: helpers: remove unnecessary header includesTamir Duberstein2024-10-2110-10/+0
| * rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich2024-10-151-0/+6
| * rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2024-10-152-0/+10
| * rust: lock: add trylock method support for lock backendFilipe Xavier2024-10-101-0/+5
* | Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-11-262-0/+27
|\ \
| * | rust: add PidNamespaceChristian Brauner2024-10-082-0/+27
* | | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-262-0/+15
|\ \ \
| * | | rust: add static_branch_unlikely for static_key_falseAlice Ryhl2024-11-042-0/+15
| | |/ | |/|
* | | 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 patch series "File abstractions needed by Rust Binder"Christian Brauner2024-10-085-0/+86
|\ \ | |/ |/|
| * rust: file: add `Kuid` wrapperAlice Ryhl2024-09-301-0/+38
| * rust: security: add abstraction for secctxAlice Ryhl2024-09-302-0/+21
| * rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho2024-09-302-0/+14
| * rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho2024-09-302-0/+13
* | rust: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme2024-09-261-0/+6
|/
* rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho2024-08-312-0/+10
* rust: kbuild: auto generate helper exportsGary Guo2024-08-1916-40/+0
* rust: kbuild: split up helpers.cAndreas Hindborg2024-08-1817-0/+296