summaryrefslogtreecommitdiffstats
path: root/rust/helpers
AgeCommit message (Expand)AuthorLines
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-10/+21
2024-11-26Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+27
2024-11-25Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+15
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+6
2024-11-11rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RTEder Zulian-2/+6
2024-11-04rust: add static_branch_unlikely for static_key_falseAlice Ryhl-0/+15
2024-10-21rust: helpers: remove unnecessary header includesTamir Duberstein-10/+0
2024-10-15rust: alloc: implement `KVmalloc` allocatorDanilo Krummrich-0/+6
2024-10-15rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich-0/+10
2024-10-10rust: lock: add trylock method support for lock backendFilipe Xavier-0/+5
2024-10-08rust: add PidNamespaceChristian Brauner-0/+27
2024-10-08Merge patch series "File abstractions needed by Rust Binder"Christian Brauner-0/+86
2024-09-30rust: file: add `Kuid` wrapperAlice Ryhl-0/+38
2024-09-30rust: security: add abstraction for secctxAlice Ryhl-0/+21
2024-09-30rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho-0/+14
2024-09-30rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho-0/+13
2024-09-26rust: mutex: fix __mutex_init() usage in case of PREEMPT_RTDirk Behme-0/+6
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho-0/+10
2024-08-19rust: kbuild: auto generate helper exportsGary Guo-40/+0
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg-0/+296