aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-08rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::...Benno Lossin1-3/+1
2025-09-08rust: derive `Zeroable` for all structs & unions generated by bindgen where p...Benno Lossin3-0/+14
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin1-6/+8
2025-09-08rust: task: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-3/+4
2025-09-08rust: prelude: re-export `core::mem::{align,size}_of{,_val}`Miguel Ojeda1-1/+4
2025-09-08rust: error: add C header linksOnur Özkan1-1/+3
2025-09-08rust: warn if `srctree/` links do not existMiguel Ojeda1-0/+6
2025-09-08rust: drm: fix `srctree/` linksMiguel Ojeda5-5/+5
2025-09-08rust: block: fix `srctree/` linksMiguel Ojeda1-1/+1
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda13-157/+129
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+10
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl1-5/+10
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers1-0/+1
2025-08-24rust: alloc: remove `allocator_test`Miguel Ojeda2-120/+0
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda4-14/+7
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-36/+290
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-19rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklistDanilo Krummrich1-0/+1
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: 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: 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: 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-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-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds74-907/+2435
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-23/+19
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds7-49/+205
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-21/+13
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-0/+91
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd1-23/+19
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds36-377/+2213
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-0/+464
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-49/+32