summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers-0/+1
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-36/+290
2025-08-17rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda-0/+11
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich-9/+18
2025-08-13rust: faux: fix C header linkMiguel Ojeda-1/+1
2025-08-12driver: rust: expand documentation for driver infrastructureDanilo Krummrich-2/+87
2025-08-12device: rust: expand documentation for DeviceDanilo Krummrich-13/+126
2025-08-12device: rust: expand documentation for DeviceContextDanilo Krummrich-11/+58
2025-08-11rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich-3/+18
2025-08-11rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich-2/+0
2025-08-11rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich-2/+7
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich-12/+18
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-783/+2141
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-23/+19
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-49/+205
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-21/+13
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+85
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd-23/+19
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-339/+2098
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+419
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-49/+32
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-42/+26
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+9
2025-07-23rust: Add warn_on macroFUJITA Tomonori-0/+143
2025-07-22Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki-4/+4
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand-151/+158
2025-07-22rust: sync: fix safety comment for `static_lock_class`Benno Lossin-2/+5
2025-07-22rust: io: fix broken intra-doc links to `platform::Device`Miguel Ojeda-4/+4
2025-07-22rust: io: fix broken intra-doc link to missing `flags` moduleMiguel Ojeda-1/+2
2025-07-21rust: types: remove `Either<L, R>`Benno Lossin-18/+0
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-45/+28
2025-07-21Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/...Dave Airlie-34/+190
2025-07-21rust: kernel: use `core::ffi::CStr` method namesTamir Duberstein-11/+11
2025-07-21rust: str: add `CStr` methods matching `core::ffi::CStr`Tamir Duberstein-3/+34
2025-07-21rust: str: remove unnecessary qualificationTamir Duberstein-2/+2
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein-7/+7
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein-0/+8
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein-22/+16
2025-07-20rust: io: mem: enable IoRequest doc-testsDanilo Krummrich-2/+2
2025-07-20rust: platform: add resource accessorsDaniel Almeida-2/+59
2025-07-20rust: io: mem: add a generic iomem abstractionDaniel Almeida-0/+281
2025-07-20rust: io: add resource abstractionDaniel Almeida-0/+233
2025-07-20rust: list: remove nonexistent generic parameter in linkMiguel Ojeda-2/+2
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida-0/+204
2025-07-19rust: list: remove OFFSET constantsTamir Duberstein-87/+81
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein-3/+93
2025-07-19rust: list: use fully qualified pathTamir Duberstein-5/+5
2025-07-19rust: list: use consistent self parameter nameTamir Duberstein-4/+4