aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
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
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-08-31rust: 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
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers1-0/+1
2025-08-26kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova1-0/+4
2025-08-26rust: opp: use to_result for error handlingOnur Özkan1-11/+5
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman8-58/+357
2025-08-24rust: alloc: remove `allocator_test`Miguel Ojeda2-120/+0
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda4-14/+7
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-36/+290
2025-08-22rust: transmute: add `as_bytes_mut` method to `AsBytes` traitAlexandre Courbot1-0/+15
2025-08-22rust: transmute: add `as_bytes` method for `AsBytes` traitAlexandre Courbot1-1/+11
2025-08-21rust: Add read_poll_timeout functionFUJITA Tomonori2-0/+105
2025-08-21rust: Add cpu_relax() helperFUJITA Tomonori4-0/+24
2025-08-21rust: alloc: implement Box::pin_slice()Alice Ryhl1-0/+77
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-3/+13
2025-08-20Merge drm/drm-next into drm-misc-nextMaxime Ripard1-3/+13
2025-08-20rust: opp: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-6/+7
2025-08-20rust: drm: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand3-3/+5
2025-08-19rust,cred: update AlwaysRefCounted import to sync::arefShankari Anand1-5/+1
2025-08-19rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklistDanilo Krummrich1-0/+1
2025-08-19rust: fs: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+2
2025-08-19rust: pid_namespace: update AlwaysRefCounted imports from sync::arefShankari Anand1-4/+1
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-4/+7