aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-17rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda1-0/+11
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-08-15rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand5-9/+11
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl2-7/+12
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl3-0/+17
2025-08-15rust: Add several miscellaneous PCI helpersAlistair Popple2-0/+54
2025-08-15rust: Update PCI binding safety comments and add inline compiler hintAlistair Popple1-2/+6
2025-08-15rust: pci: use c_* types via kernel preludeAbhinav Ananthu1-2/+2
2025-08-15rust: auxiliary: Use `c_` types from prelude instead ofAbhinav Ananthu1-1/+1
2025-08-15rust: make `kvec::Vec` functions `const fn`Onur Özkan1-5/+5
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan1-1/+1
2025-08-14rust: cpumask: Mark CpumaskVar as transparentBaptiste Lepers1-0/+1
2025-08-14rust: cpumask: rename CpumaskVar::as[_mut]_ref to from_raw[_mut]Alice Ryhl2-3/+3
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich1-9/+18
2025-08-13rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"Hui Zhu1-1/+1
2025-08-13rust: alloc: kvec: add doc example for as_slice methodHui Zhu1-0/+10
2025-08-13rust: faux: fix C header linkMiguel Ojeda1-1/+1
2025-08-12rust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-3/+7
2025-08-12rust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
2025-08-12rust: irq: add &Device<Bound> argument to irq callbacksAlice Ryhl1-38/+57
2025-08-12rust: pci: add irq accessorsDaniel Almeida2-2/+51
2025-08-12rust: platform: add irq accessorsDaniel Almeida2-1/+176
2025-08-12rust: irq: add support for threaded IRQs and handlersDaniel Almeida2-5/+232
2025-08-12rust: irq: add support for non-threaded IRQs and handlersDaniel Almeida6-2/+282
2025-08-12rust: irq: add flags moduleDaniel Almeida2-0/+130
2025-08-12rust: irq: add irq moduleDaniel Almeida2-0/+12
2025-08-12driver: rust: expand documentation for driver infrastructureDanilo Krummrich1-2/+87
2025-08-12device: rust: expand documentation for DeviceDanilo Krummrich1-13/+126
2025-08-12device: rust: expand documentation for DeviceContextDanilo Krummrich1-11/+58
2025-08-11rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich1-3/+18
2025-08-11rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich1-2/+0
2025-08-11rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich1-2/+7
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich1-12/+18
2025-08-11Merge drm/drm-next into drm-misc-nThomas Zimmermann104-1460/+5676
2025-08-10rust: regulator: implement Send and Sync for Regulator<T>Daniel Almeida1-0/+8
2025-08-10rust: regulator: remove needless &mut from member functionsDaniel Almeida1-9/+9