summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
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-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2025-08-20Merge drm/drm-next into drm-misc-nextMaxime Ripard
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: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklistDanilo Krummrich
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-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
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
2025-08-15rust: pci: use c_* types via kernel preludeAbhinav Ananthu
2025-08-15rust: auxiliary: Use `c_` types from prelude instead ofAbhinav Ananthu
2025-08-15rust: make `kvec::Vec` functions `const fn`Onur Özkan
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan
2025-08-14rust: cpumask: Mark CpumaskVar as transparentBaptiste Lepers
2025-08-14rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]Alice Ryhl
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich
2025-08-13rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"Hui Zhu
2025-08-13rust: alloc: kvec: add doc example for as_slice methodHui Zhu
2025-08-13rust: faux: fix C header linkMiguel Ojeda
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda
2025-08-12rust: irq: add &Device<Bound> argument to irq callbacksAlice Ryhl
2025-08-12rust: pci: add irq accessorsDaniel Almeida
2025-08-12rust: platform: add irq accessorsDaniel Almeida
2025-08-12rust: irq: add support for threaded IRQs and handlersDaniel Almeida
2025-08-12rust: irq: add support for non-threaded IRQs and handlersDaniel Almeida