summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-09-05regulator: pf530x: NXP PF530x regulator driverMark Brown8-58/+357
2025-09-05rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich4-0/+517
2025-09-05rust: dma: add type alias for bindings::dma_addr_tDanilo Krummrich1-4/+14
2025-09-05rust: dma: implement DataDirectionDanilo Krummrich2-0/+69
2025-09-05rust: alloc: kvec: implement AsPageIter for VVecDanilo Krummrich1-1/+39
2025-09-05rust: alloc: layout: implement ArrayLayout::size()Danilo Krummrich1-0/+5
2025-09-05rust: alloc: kbox: implement AsPageIter for VBoxDanilo Krummrich1-1/+39
2025-09-05rust: page: define trait AsPageIterDanilo Krummrich1-0/+12
2025-09-05rust: 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...Rafael J. Wysocki1-11/+5
2025-09-04Merge tag 'cpufreq-arm-updates-6.18' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki3-9/+11
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich1-0/+49
2025-09-04rust: page: implement BorrowedPageDanilo Krummrich2-1/+75
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-04rust: 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
2025-09-01rust: pci: provide access to PCI Vendor valuesJohn Hubbard2-2/+336
2025-09-01rust: pci: provide access to PCI Class and Class-related itemsJohn Hubbard2-0/+247
2025-09-01rust: file: use to_result for error handlingOnur Özkan1-4/+3
2025-09-01rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl1-5/+10
2025-08-28rust: transmute: add `from_bytes_copy` method to `FromBytes` traitAlexandre Courbot1-0/+18
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima2-1/+69
2025-08-28rust: regulator: use `to_result` for error handlingOnur Özkan1-5/+2