summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-12-29rust: dma: remove incorrect safety documentationYilin Chen-2/+0
2025-12-29Merge tag 'v6.19-rc3' into driver-core-nextDanilo Krummrich-0/+21
2025-12-29rust: sync: add Arc::DATA_OFFSETAlice Ryhl-0/+3
2025-12-29rust: binder: add __rust_helper to helpersAlice Ryhl-6/+7
2025-12-29rust: miscdevice: use `pin_init::zeroed()` for C type initializationAtharv Dubey-5/+3
2025-12-28rust: Add soc_device supportMatthew Maurer-0/+138
2025-12-23rust: maple_tree: rcu_read_lock() in destructor to silence lockdepAlice Ryhl-1/+10
2025-12-22rust: debugfs: replace `kernel::c_str!` with C-StringsTamir Duberstein-14/+9
2025-12-22rust: irq: replace `kernel::c_str!` with C-StringsTamir Duberstein-4/+2
2025-12-22rust: io: replace `kernel::c_str!` with C-StringsTamir Duberstein-4/+13
2025-12-22rust: platform: replace `kernel::c_str!` with C-StringsTamir Duberstein-4/+9
2025-12-22rust: device: replace `kernel::c_str!` with C-StringsTamir Duberstein-6/+4
2025-12-22rust: debugfs: use "kernel vertical" style for importsDanilo Krummrich-40/+109
2025-12-22rust: regulator: replace `kernel::c_str!` with C-StringsTamir Duberstein-6/+3
2025-12-18rust: scatterlist: Update ARef imports to use sync::arefShankari Anand-1/+2
2025-12-18rust: device: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand-4/+5
2025-12-18rust: drm: use `pin_init::zeroed()` for file operations initializationAtharv Dubey-3/+1
2025-12-18rust: drm: Update AlwaysRefCounted imports to use sync::arefShankari Anand-1/+1
2025-12-17rust: pci: document Bar's endianness conversionMarko Turk-0/+3
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/+4
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
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-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds-50/+134
2025-12-06rust: sync: atomic: separate import "blocks"Miguel Ojeda-0/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+694
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-342/+2194
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+51
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+767
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-29/+143
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+10
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-454/+59601
2025-12-04rust: pci: fix build failure when CONFIG_PCI_MSI is disabledDanilo Krummrich-1/+13
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-55/+59
2025-12-02Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-3/+1
2025-12-02rust: id_pool: do not immediately acquire new idsAlice Ryhl-16/+61