summaryrefslogtreecommitdiffstats
path: root/rust/helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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