summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2026-01-04rust: fmt: fix formatting expressionsTamir Duberstein-1/+1
2026-01-04rust: num: fix typos in Bounded documentationNakamura Shuta-6/+6
2026-01-04rust: fmt: Fix grammar in Adapter descriptionDirk Behme-1/+1
2026-01-04rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu-1/+1
2026-01-04rust: rbtree: fix minor typo in commentAtharv Dubey-1/+1
2026-01-02rust: device: fix broken intra-doc linksFUJITA Tomonori-3/+3
2026-01-02rust: dma: fix broken intra-doc linksFUJITA Tomonori-2/+3
2025-12-30rust: driver: fix broken intra-doc links to example driver typesAlice Ryhl-4/+8
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds-1/+10
2025-12-29rust: Return Option from page_align and ensure no usize overflowBrendan Shephard-7/+29
2025-12-29rust: device_id: replace incorrect word in safety documentationYilin Chen-1/+1
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