aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2025-08-031-2/+3
|\
| * Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...Miguel Ojeda2025-07-161-0/+1
| |\
| | * rust: time: Avoid 64-bit integer division on 32-bit architecturesFUJITA Tomonori2025-06-161-0/+1
| * | rust: helpers: sort includes alphabeticallyKrishna Ketan Rai2025-07-141-1/+1
* | | Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-07-291-0/+2
|\ \ \
| * | | rust: device: implement FwNode::is_of_node()Danilo Krummrich2025-06-251-0/+1
| * | | Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman2025-06-231-0/+2
| |\| |
| * | | rust: device: Create FwNode abstraction for accessing device propertiesRemo Senekowitsch2025-06-121-0/+1
* | | | Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-07-291-0/+1
|\ \ \ \
| * | | | rust: regulator: add a bare minimum regulator abstractionDaniel Almeida2025-07-151-0/+1
| | |/ / | |/| |
* | | | Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-07-281-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | poll: rust: allow poll_table ptrs to be nullAlice Ryhl2025-07-141-0/+1
| |/ /
* | | Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-06-181-0/+1
|\ \ \ | |_|/ |/| |
| * | rust: completion: implement initial abstractionDanilo Krummrich2025-06-131-0/+1
| |/
* / rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar2025-06-121-0/+1
|/
* Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2025-06-051-0/+1
|\
| * rust: xarray: Add an abstraction for XArrayTamir Duberstein2025-05-011-0/+1
* | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-05-311-0/+1
|\ \
| * | mm: rust: add abstraction for struct mm_structAlice Ryhl2025-05-121-0/+1
| |/
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2025-05-301-0/+2
|\ \
| * \ Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki2025-05-211-0/+2
| |\ \ | | |/ | |/|
| | * rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar2025-05-201-0/+1
| | * rust: clk: Add helpers for Rust codeViresh Kumar2025-05-191-0/+1
* | | Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie2025-05-201-0/+2
|\ \ \ | |/ / |/| |
| * | rust: drm: gem: Add GEM object abstractionAsahi Lina2025-04-281-0/+1
| * | rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich2025-04-191-0/+1
| |/
* / rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()FUJITA Tomonori2025-04-151-0/+1
|/
* Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-03-251-0/+1
|\
| * rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy2025-03-071-0/+1
* | rust: Add cpumask helpersViresh Kumar2025-02-281-0/+1
|/
* rust: platform: add basic platform device / driver abstractionsDanilo Krummrich2024-12-201-0/+1
* rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich2024-12-201-0/+1
* rust: add devres abstractionDanilo Krummrich2024-12-201-0/+1
* rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich2024-12-201-0/+1
* rust: add rcu abstractionWedson Almeida Filho2024-12-201-0/+1
* Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-11-261-0/+1
|\
| * rust: alloc: implement `Vmalloc` allocatorDanilo Krummrich2024-10-151-0/+1
* | Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-11-261-0/+1
|\ \
| * | rust: add PidNamespaceChristian Brauner2024-10-081-0/+1
* | | Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-251-0/+1
|\ \ \ | |/ / |/| |
| * | rust: add static_branch_unlikely for static_key_falseAlice Ryhl2024-11-041-0/+1
| |/
* | rust: security: add abstraction for secctxAlice Ryhl2024-09-301-0/+1
* | rust: cred: add Rust abstraction for `struct cred`Wedson Almeida Filho2024-09-301-0/+1
* | rust: file: add Rust abstraction for `struct file`Wedson Almeida Filho2024-09-301-0/+1
|/
* rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho2024-08-311-0/+1
* rust: kbuild: auto generate helper exportsGary Guo2024-08-191-13/+0
* rust: kbuild: split up helpers.cAndreas Hindborg2024-08-181-0/+38