summaryrefslogtreecommitdiff
path: root/rust/helpers
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+47
10 daysMerge tag 'rcu.2026.08.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+36
13 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+8
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-0/+2
2026-08-20Merge tag 'lsm-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2026-08-19Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+19
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-17/+41
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-0/+64
2026-08-18Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2026-08-17rust: pci: expose the allocated interrupt typeDanilo Krummrich1-0/+5
2026-08-15rust: introduce abstractions for fwctlZhi Wang2-1/+19
2026-08-10rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpersBoqun Feng1-0/+15
2026-08-10rust: Introduce interrupt moduleLyude Paul3-0/+19
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich1-0/+2
2026-08-06rust: io: gate ioremap/iounmap on CONFIG_HAS_IOMEMDanilo Krummrich1-0/+2
2026-08-04rust: sync: Add helpers for mb, dma_mb and friendsGary Guo1-0/+30
2026-07-31dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabledMukesh Kumar Chaurasiya (IBM)1-0/+2
2026-07-30rust: driver: remove open-coded matching logicGary Guo2-17/+0
2026-07-23rust: add basic serial device bus abstractionsMarkus Probst2-0/+23
2026-07-23rust: pci: add sriov_get_totalvfs() helperZhi Wang1-0/+8
2026-07-17rust: netlink: add raw netlink abstractionAlice Ryhl2-0/+47
2026-07-16srcu: expose srcu_readers_active()Onur Özkan1-0/+5
2026-07-16rust: helpers: add SRCU helpersOnur Özkan2-0/+31
2026-07-11rust: io: add copying methodsGary Guo1-0/+13
2026-07-07cred: delete task_euid()Alice Ryhl1-5/+0
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-0/+27
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds2-0/+9
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-0/+17
2026-06-10rust: helpers: Add memchr wrapper for string operationsJan Polensky2-0/+9
2026-05-29uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-3/+1
2026-05-29rust: uaccess: use INLINE_COPY_TO_USER to guard copy_to_user()Yury Norov1-0/+2
2026-05-27rust: helpers: add is_vmalloc_addr wrapper for NOMMU buildsShivam Kalra1-0/+6
2026-05-05drm/gpuvm: rust: add RUST_DRM_GPUVM option to KconfigAlice Ryhl1-2/+2
2026-05-05rust: gpuvm: add GpuVm::obtain()Alice Ryhl1-0/+6
2026-05-05rust: drm: add base GPUVM immediate mode abstractionAsahi Lina2-0/+21
2026-04-28rust: ACPI: fix missing match data for PRP0001Markus Probst2-0/+17
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds6-1/+111
2026-04-14Merge 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