summaryrefslogtreecommitdiff
path: root/rust/helpers
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-1/+111
7 daysMerge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-105/+53
2026-03-30rust: helpers: #define __rust_helperGary Guo1-0/+29
2026-03-27rust: drm: gem: shmem: Add DRM shmem helper abstractionAsahi Lina1-1/+55
2026-03-27rust: helpers: Add bindings/wrappers for dma_resv_lockAsahi Lina2-0/+15
2026-03-25rust: device: add device name methodTimur Tabi1-0/+5
2026-03-23rust: gpu: Add GPU buddy allocator bindingsJoel Fernandes2-0/+18
2026-03-23rust: interop: Add list module for C linked list interfaceJoel Fernandes2-0/+18
2026-03-10rust: jump_label: add __rust_helper to helpersAlice Ryhl1-1/+1
2026-03-10rust: clk: add __rust_helper to helpersAlice Ryhl1-11/+13
2026-03-08rust: sync: atomic: Add Atomic<*{mut,const} T> supportBoqun Feng1-0/+3
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*Boqun Feng1-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_xchg*Boqun Feng1-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_{read,set}*Boqun Feng1-30/+23
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+7
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-70/+92
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+4
2026-02-11Merge tag 'pwm/for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-02-11Merge tag 'regulator-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+14
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-56/+195
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds13-41/+48
2026-02-10Merge tag 'bitmap-for-6.20' of https://github.com/norov/linuxLinus Torvalds3-0/+18
2026-02-10Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+2
2026-02-09Merge tag 'vfs-7.0-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-6/+9
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-13/+17
2026-02-09Merge tag 'linux_kselftest-kunit-6.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2026-02-06rust: dma: add missing __rust_helper annotationsDirk Behme1-5/+5
2026-01-28rust: dma: allow drivers to tune max segment sizeBeata Michalska1-0/+6
2026-01-28Merge tag 'drm-rust-next-2026-01-26' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-3/+4
2026-01-27Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki1-1/+2
2026-01-27Merge tag 'rust-xarray-for-v6.20-v7.0' of https://github.com/Rust-for-Linux/l...Miguel Ojeda1-5/+5
2026-01-27rust: cpufreq: add __rust_helper to helpersAlice Ryhl1-1/+2
2026-01-26Merge tag 'v6.19-rc7' into driver-core-nextDanilo Krummrich1-0/+42
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+42
2026-01-26rust: workqueue: add __rust_helper to helpersAlice Ryhl1-3/+5
2026-01-26rust: uaccess: add __rust_helper to helpersAlice Ryhl1-4/+6
2026-01-26rust: slab: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-26rust: rbtree: add __rust_helper to helpersAlice Ryhl1-4/+5
2026-01-26rust: of: add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-26rust: mm: add __rust_helper to helpersAlice Ryhl3-15/+16
2026-01-26rust: maple_tree: add __rust_helper to helpersAlice Ryhl1-1/+2
2026-01-26rust: err: add __rust_helper to helpersAlice Ryhl2-4/+4
2026-01-26rust: bug: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-20rust: pwm: Add __rust_helper to helpersAlice Ryhl1-3/+3
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman1-0/+42
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich1-0/+21
2026-01-15rust: xarray: add __rust_helper to helpersAlice Ryhl1-5/+5
2026-01-14rust: bitops: fix missing _find_* functions on 32-bit ARMAlice Ryhl1-0/+42
2026-01-12regulator: core: allow regulator_register() withMark Brown1-0/+21