summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
7 hoursMerge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
7 daysrust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda
10 daysrust: devres: fix leaking call to devm_add_action()Danilo Krummrich
10 daysrust: faux: fix C header linkMiguel Ojeda
11 daysdriver: rust: expand documentation for driver infrastructureDanilo Krummrich
11 daysdevice: rust: expand documentation for DeviceDanilo Krummrich
11 daysdevice: rust: expand documentation for DeviceContextDanilo Krummrich
12 daysrust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich
12 daysrust: drm: remove pin annotations from drm::DeviceDanilo Krummrich
12 daysrust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich
12 daysrust: 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
2025-07-21rust: str: remove unnecessary qualificationTamir Duberstein
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein
2025-07-20rust: io: mem: enable IoRequest doc-testsDanilo Krummrich
2025-07-20rust: platform: add resource accessorsDaniel Almeida
2025-07-20rust: io: mem: add a generic iomem abstractionDaniel Almeida
2025-07-20rust: io: add resource abstractionDaniel Almeida
2025-07-20rust: list: remove nonexistent generic parameter in linkMiguel Ojeda
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida
2025-07-19rust: list: remove OFFSET constantsTamir Duberstein
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein
2025-07-19rust: list: use fully qualified pathTamir Duberstein
2025-07-19rust: list: use consistent self parameter nameTamir Duberstein
2025-07-19rust: list: use consistent type parameter styleTamir Duberstein