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