summaryrefslogtreecommitdiffstats
path: root/rust/helpers
AgeCommit message (Expand)AuthorLines
2025-05-28rust: add helper for mutex_trylockPaolo Bonzini-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-0/+103
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie-0/+58
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar-0/+11
2025-05-19rust: clk: Add helpers for Rust codeViresh Kumar-0/+67
2025-05-19rust: cpumask: Add few more helpersViresh Kumar-0/+25
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg-0/+5
2025-05-11mm: rust: add lock_vma_under_rcuAlice Ryhl-0/+5
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl-0/+6
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl-0/+40
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein-0/+29
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina-0/+24
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich-0/+24
2025-04-19rust: platform: impl TryFrom<&Device> for &platform::DeviceDanilo Krummrich-0/+5
2025-04-19rust: pci: impl TryFrom<&Device> for &pci::DeviceDanilo Krummrich-0/+5
2025-04-15rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()FUJITA Tomonori-0/+17
2025-04-15rust: helpers: Remove volatile qualifier from io helpersFUJITA Tomonori-17/+17
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+14
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-0/+14
2025-02-28rust: Add cpumask helpersViresh Kumar-0/+46
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+160
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2024-12-20rust: platform: add basic platform device / driver abstractionsDanilo Krummrich-0/+14
2024-12-20rust: pci: add basic PCI device / driver abstractionsDanilo Krummrich-0/+19
2024-12-20rust: add devres abstractionDanilo Krummrich-0/+11
2024-12-20rust: add `io::{Io, IoRaw}` base typesDanilo Krummrich-0/+102
2024-12-20rust: add rcu abstractionWedson Almeida Filho-0/+14
2024-12-19rust: sync: Add lock::Backend::assert_is_held()Lyude Paul-0/+10
2024-12-04rust: replace lsm context+len with lsm_contextAlice Ryhl-4/+4
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