summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
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
2025-08-22rust: transmute: add `as_bytes_mut` method to `AsBytes` traitAlexandre Courbot
2025-08-22rust: transmute: add `as_bytes` method for `AsBytes` traitAlexandre Courbot
2025-08-21rust: Add read_poll_timeout functionFUJITA Tomonori
2025-08-21rust: Add cpu_relax() helperFUJITA Tomonori
2025-08-21rust: alloc: implement Box::pin_slice()Alice Ryhl
2025-08-20rust: opp: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-20rust: drm: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-19rust,cred: update AlwaysRefCounted import to sync::arefShankari Anand
2025-08-19rust: fs: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-19rust: pid_namespace: update AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-17rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-15rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl
2025-08-15rust: Add several miscellaneous PCI helpersAlistair Popple
2025-08-15rust: Update PCI binding safety comments and add inline compiler hintAlistair Popple