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