summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers
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-21rust: alloc: implement Box::pin_slice()Alice Ryhl
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: 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: make `kvec::Vec` functions `const fn`Onur Özkan
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan
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-12driver: rust: expand documentation for driver infrastructureDanilo Krummrich
2025-08-12device: rust: expand documentation for DeviceDanilo Krummrich
2025-08-12device: rust: expand documentation for DeviceContextDanilo Krummrich
2025-08-11rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich
2025-08-11rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich
2025-08-11rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-23rust: Add warn_on macroFUJITA Tomonori
2025-07-22Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand
2025-07-22rust: sync: fix safety comment for `static_lock_class`Benno Lossin
2025-07-22rust: io: fix broken intra-doc links to `platform::Device`Miguel Ojeda
2025-07-22rust: io: fix broken intra-doc link to missing `flags` moduleMiguel Ojeda
2025-07-21rust: types: remove `Either<L, R>`Benno Lossin
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-07-21Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-07-21rust: kernel: use `core::ffi::CStr` method namesTamir Duberstein
2025-07-21rust: str: add `CStr` methods matching `core::ffi::CStr`Tamir Duberstein