summaryrefslogtreecommitdiff
path: root/rust/helpers
AgeCommit message (Expand)Author
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_relaxed helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_release helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_acquire helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 relaxed atomic helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpersFUJITA Tomonori
2026-01-07rust: usb: add __rust_helper to helpersAlice Ryhl
2026-01-06rust: security: add __rust_helper to helpersAlice Ryhl
2026-01-06rust: cred: add __rust_helper to helpersAlice Ryhl
2026-01-06rust: cpumask: add __rust_helper to helpersAlice Ryhl
2026-01-06rust: bitops: add __rust_helper to helpersAlice Ryhl
2026-01-06rust: bitmap: add __rust_helper to helpersAlice Ryhl
2026-01-05rust: kunit: add __rust_helper to helpersAlice Ryhl
2025-12-29Merge tag 'v6.19-rc3' into driver-core-nextDanilo Krummrich
2025-12-29rust: binder: add __rust_helper to helpersAlice Ryhl
2025-12-16rust: dma: add helpers for architectures without CONFIG_HAS_DMAFUJITA Tomonori
2025-12-15rust: drm: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: scatterlist: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: property: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: platform: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: pci: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: irq: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: io: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: dma: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: device: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: auxiliary: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: poll: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: pid_namespace: add __rust_helper to helpersAlice Ryhl
2025-12-15rust: fs: add __rust_helper to helpersAlice Ryhl
2025-12-14rust: regulator: add __rust_helper to helpersAlice Ryhl
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-04rust: pci: fix build failure when CONFIG_PCI_MSI is disabledDanilo Krummrich
2025-11-27rbtree: inline rb_last()Eric Dumazet
2025-11-27rbtree: inline rb_first()Eric Dumazet
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)
2025-11-07rust: pwm: Add Kconfig and basic data structuresMichal Wilczynski
2025-11-04rust: add udelay() functionFUJITA Tomonori
2025-10-13Revert "USB: disable rust bindings from the build for now"Greg Kroah-Hartman
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman