summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-01-09rust: sync: Clean up LockClassKey and its docsAlice Ryhl1-14/+40
2026-01-09rust: sync: Refactor static_lock_class!() macroAlice Ryhl1-6/+18
2026-01-07rust: faux: use "kernel vertical" style for importsDanilo Krummrich1-2/+11
2026-01-07rust: driver-core: use "kernel vertical" style for importsDanilo Krummrich3-13/+38
2026-01-07rust: platform: use "kernel vertical" style for importsDanilo Krummrich1-7/+24
2026-01-07rust: auxiliary: use "kernel vertical" style for importsDanilo Krummrich1-5/+16
2026-01-07rust: usb: use "kernel vertical" style for importsDanilo Krummrich1-6/+15
2026-01-07rust: usb: add __rust_helper to helpersAlice Ryhl1-1/+2
2026-01-07rust: security: add __rust_helper to helpersAlice Ryhl1-11/+15
2026-01-07rust: cred: add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-07rust: drm: Improve safety comment when using `Pin::into_inner_unchecked`Ewan Chorynski1-1/+1
2026-01-06rust: io: remove square brackets from pci::Bar referenceMarko Turk1-1/+1
2026-01-06rust: device: Remove explicit import of CStrExtFUJITA Tomonori1-1/+0
2026-01-06rust: num: bounded: mark __new as unsafeHsiu Che Yu1-15/+19
2026-01-06rust: pci: fix typos in Bar struct's commentsMarko Turk1-2/+2
2026-01-06rust: kbuild: Add -fdiagnostics-show-context to bindgen_skip_c_flagsSiddhesh Poyarekar1-0/+1
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-06rust: net: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+2
2026-01-06rust: kunit: add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-05rust: fmt: fix formatting expressionsTamir Duberstein1-1/+1
2026-01-05rust: num: fix typos in Bounded documentationNakamura Shuta1-6/+6
2026-01-05rust: fmt: Fix grammar in Adapter descriptionDirk Behme1-1/+1
2026-01-05rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu1-1/+1
2026-01-05rust: 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-31rust: 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/s...Linus 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