aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-01-04rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu1-1/+1
2026-01-04rust: rbtree: fix minor typo in commentAtharv Dubey1-1/+1
2026-01-02rust: device: fix broken intra-doc linksFUJITA Tomonori1-3/+3
2026-01-02rust: dma: fix broken intra-doc linksFUJITA Tomonori1-2/+3
2025-12-30rust: driver: fix broken intra-doc links to example driver typesAlice Ryhl1-4/+8
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+10
2025-12-29rust: Return Option from page_align and ensure no usize overflowBrendan Shephard1-7/+29
2025-12-29rust: device_id: replace incorrect word in safety documentationYilin Chen1-1/+1
2025-12-29rust: dma: remove incorrect safety documentationYilin Chen1-2/+0
2025-12-29Merge tag 'v6.19-rc3' into driver-core-nextDanilo Krummrich1-0/+21
2025-12-29rust: sync: add Arc::DATA_OFFSETAlice Ryhl1-0/+3
2025-12-29rust: binder: add __rust_helper to helpersAlice Ryhl1-6/+7
2025-12-29rust: miscdevice: use `pin_init::zeroed()` for C type initializationAtharv Dubey1-5/+3
2025-12-28rust: Add soc_device supportMatthew Maurer3-0/+138
2025-12-23rust: maple_tree: rcu_read_lock() in destructor to silence lockdepAlice Ryhl1-1/+10
2025-12-22rust: debugfs: replace `kernel::c_str!` with C-StringsTamir Duberstein1-14/+9
2025-12-22rust: irq: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+2
2025-12-22rust: io: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+13
2025-12-22rust: platform: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+9
2025-12-22rust: device: replace `kernel::c_str!` with C-StringsTamir Duberstein2-6/+4
2025-12-22rust: debugfs: use "kernel vertical" style for importsDanilo Krummrich5-40/+109
2025-12-22rust: regulator: replace `kernel::c_str!` with C-StringsTamir Duberstein1-6/+3
2025-12-18rust: scatterlist: Update ARef imports to use sync::arefShankari Anand1-1/+2
2025-12-18rust: device: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand2-4/+5
2025-12-18rust: drm: use `pin_init::zeroed()` for file operations initializationAtharv Dubey1-3/+1
2025-12-18rust: drm: Update AlwaysRefCounted imports to use sync::arefShankari Anand1-1/+1
2025-12-17rust: pci: document Bar's endianness conversionMarko Turk1-0/+3
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 Torvalds3-0/+4
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+3
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-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds2-50/+134
2025-12-06rust: sync: atomic: separate import "blocks"Miguel Ojeda1-0/+1
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds9-20/+694
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds29-334/+2186
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-1/+51