summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-09-04rust: alloc: kbox: implement AsPageIter for VBoxDanilo Krummrich
2025-09-04rust: page: define trait AsPageIterDanilo Krummrich
2025-09-04rust: alloc: implement VmallocPageIterDanilo Krummrich
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04Merge tag 'opp-updates-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki
2025-09-04rust: alloc: vmalloc: implement Vmalloc::to_page()Danilo Krummrich
2025-09-04rust: page: implement BorrowedPageDanilo Krummrich
2025-09-04rust: time: Implement basic arithmetic operations for DeltaLyude Paul
2025-09-04rust: time: Implement Add<Delta>/Sub<Delta> for InstantLyude Paul
2025-09-04rust: hrtimer: Add HrTimer::expires()Lyude Paul
2025-09-04rust: time: Add Instant::from_ktime()Lyude Paul
2025-09-04rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContextLyude Paul
2025-09-04rust: hrtimer: Add HrTimerCallbackContext and ::forward()Lyude Paul
2025-09-04rust: hrtimer: Add HrTimer::raw_forward() and forward()Lyude Paul
2025-09-04rust: hrtimer: Add HrTimerInstantLyude Paul
2025-09-04rust: hrtimer: Document the return value for HrTimerHandle::cancel()Lyude Paul
2025-09-03rust: phy: use to_result for error handlingOnur Özkan
2025-09-02rust: block: add remote completion to `Request`Andreas Hindborg
2025-09-02rust: block: mq: fix spelling in a safety commentAndreas Hindborg
2025-09-02rust: block: add `GenDisk` private data supportAndreas Hindborg
2025-09-02rnull: enable configuration via `configfs`Andreas Hindborg
2025-09-02rust: block: add block related constantsAndreas Hindborg
2025-09-02rust: block: remove trait bound from `mq::Request` definitionAndreas Hindborg
2025-09-02rust: block: remove `RawWriter`Andreas Hindborg
2025-09-02rust: block: use `NullTerminatedFormatter`Andreas Hindborg
2025-09-02rust: block: normalize imports for `gen_disk.rs`Andreas Hindborg
2025-09-02rust: configfs: re-export `configfs_attrs` from `configfs` moduleAndreas Hindborg
2025-09-02rust: str: introduce `kstrtobool` functionAndreas Hindborg
2025-09-02rust: str: introduce `NullTerminatedFormatter`Andreas Hindborg
2025-09-02rust: str: expose `str::{Formatter, RawFormatter}` publicly.Andreas Hindborg
2025-09-02rust: str: allow `str::Formatter` to format into `&mut [u8]`.Andreas Hindborg
2025-09-02rust: str: normalize imports in `str.rs`Andreas Hindborg
2025-09-02rust: device: fix unresolved link to drm::DeviceDanilo Krummrich
2025-09-01rust: pci: inline several tiny functionsJohn Hubbard
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard
2025-09-01rust: pci: add DeviceId::from_class_and_vendor() methodJohn Hubbard
2025-09-01rust: pci: provide access to PCI Vendor valuesJohn Hubbard
2025-09-01rust: pci: provide access to PCI Class and Class-related itemsJohn Hubbard
2025-09-01rust: file: use to_result for error handlingOnur Özkan
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl
2025-08-28rust: transmute: add `from_bytes_copy` method to `FromBytes` traitAlexandre Courbot
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima
2025-08-28rust: regulator: use `to_result` for error handlingOnur Özkan
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers
2025-08-26kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova
2025-08-26rust: opp: use to_result for error handlingOnur Özkan
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman
2025-08-24rust: alloc: remove `allocator_test`Miguel Ojeda
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds