aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda10-149/+126
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-5/+10
2025-09-06Merge patch series "Rust support for `struct iov_iter`"Greg Kroah-Hartman5-1/+448
2025-09-06rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structuresAlice Ryhl1-1/+62
2025-09-06rust: fs: add Kiocb structAlice Ryhl2-0/+71
2025-09-06rust: iov: add iov_iter abstractions for ITER_DESTAlice Ryhl1-0/+143
2025-09-06rust: iov: add iov_iter abstractions for ITER_SOURCEAlice Ryhl2-0/+172
2025-09-05regulator: pf530x: NXP PF530x regulator driverMark Brown7-55/+344
2025-09-04rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich2-0/+492
2025-09-04rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich1-4/+14
2025-09-04rust: dma: implement DataDirectionDanilo Krummrich1-0/+68
2025-09-04rust: alloc: kvec: implement AsPageIter for VVecDanilo Krummrich1-1/+39
2025-09-04rust: alloc: layout: implement ArrayLayout::size()Danilo Krummrich1-0/+5
2025-09-04rust: alloc: kbox: implement AsPageIter for VBoxDanilo Krummrich1-1/+39
2025-09-04rust: page: define trait AsPageIterDanilo Krummrich1-0/+12
2025-09-04rust: alloc: implement VmallocPageIterDanilo Krummrich3-0/+134
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-09-04Merge tag 'opp-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-11/+5
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich1-0/+49
2025-09-04rust: page: implement BorrowedPageDanilo Krummrich1-1/+74
2025-09-04rust: time: Implement basic arithmetic operations for DeltaLyude Paul1-0/+98
2025-09-04rust: time: Implement Add<Delta>/Sub<Delta> for InstantLyude Paul1-1/+42
2025-09-04rust: hrtimer: Add HrTimer::expires()Lyude Paul2-1/+23
2025-09-04rust: time: Add Instant::from_ktime()Lyude Paul1-0/+23
2025-09-04rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContextLyude Paul1-0/+19
2025-09-04rust: hrtimer: Add HrTimerCallbackContext and ::forward()Lyude Paul5-9/+93
2025-09-04rust: hrtimer: Add HrTimer::raw_forward() and forward()Lyude Paul1-0/+40
2025-09-04rust: hrtimer: Add HrTimerInstantLyude Paul1-0/+5
2025-09-04rust: hrtimer: Document the return value for HrTimerHandle::cancel()Lyude Paul1-0/+2
2025-09-03rust: phy: use to_result for error handlingOnur Özkan1-5/+2
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg3-4/+38
2025-09-02rust: block: mq: fix spelling in a safety commentAndreas Hindborg1-1/+1
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg3-16/+69
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg1-1/+1
2025-09-02rust: block: add block related constantsAndreas Hindborg1-0/+13
2025-09-02rust: block: remove trait bound from `mq::Request` definitionAndreas Hindborg1-1/+1
2025-09-02rust: block: remove `RawWriter`Andreas Hindborg2-57/+0
2025-09-02rust: block: use `NullTerminatedFormatter`Andreas Hindborg3-6/+8
2025-09-02rust: block: normalize imports for `gen_disk.rs`Andreas Hindborg1-3/+7
2025-09-02rust: configfs: re-export `configfs_attrs` from `configfs` moduleAndreas Hindborg1-0/+2
2025-09-02rust: str: introduce `kstrtobool` functionAndreas Hindborg1-0/+79
2025-09-02rust: str: introduce `NullTerminatedFormatter`Andreas Hindborg1-0/+49
2025-09-02rust: str: expose `str::{Formatter, RawFormatter}` publicly.Andreas Hindborg1-5/+4
2025-09-02rust: str: allow `str::Formatter` to format into `&mut [u8]`.Andreas Hindborg1-6/+17
2025-09-02rust: str: normalize imports in `str.rs`Andreas Hindborg1-4/+5
2025-09-02rust: device: fix unresolved link to drm::DeviceDanilo Krummrich1-2/+3
2025-09-01rust: pci: inline several tiny functionsJohn Hubbard1-0/+5
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard2-10/+26
2025-09-01rust: pci: add DeviceId::from_class_and_vendor() methodJohn Hubbard1-0/+23