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