aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie2025-05-205-0/+58
|\
| * rust: drm: gem: Add GEM object abstractionAsahi Lina2025-04-282-0/+24
| * rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich2025-04-192-0/+24
| * rust: platform: impl TryFrom<&Device> for &platform::DeviceDanilo Krummrich2025-04-191-0/+5
| * rust: pci: impl TryFrom<&Device> for &pci::DeviceDanilo Krummrich2025-04-191-0/+5
* | rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()FUJITA Tomonori2025-04-152-0/+17
* | rust: helpers: Remove volatile qualifier from io helpersFUJITA Tomonori2025-04-151-17/+17
|/
* Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-03-252-0/+14
|\
| * rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy2025-03-072-0/+14
* | rust: Add cpumask helpersViresh Kumar2025-02-282-0/+46
|/
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-286-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-091-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-252-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