aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+0
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-0/+419
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-49/+32
2025-07-28Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-42/+26
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+9
2025-07-23rust: Add warn_on macroFUJITA Tomonori5-0/+143
2025-07-22Merge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki1-4/+4
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand3-151/+158
2025-07-22rust: sync: fix safety comment for `static_lock_class`Benno Lossin1-2/+5
2025-07-22rust: io: fix broken intra-doc links to `platform::Device`Miguel Ojeda1-4/+4
2025-07-22rust: io: fix broken intra-doc link to missing `flags` moduleMiguel Ojeda1-1/+2
2025-07-21rust: types: remove `Either<L, R>`Benno Lossin1-18/+0
2025-07-21rust: drm: Drop the use of Opaque for ioctl argumentsBeata Michalska1-4/+7
2025-07-21Merge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki2-45/+28
2025-07-21Merge tag 'nova-next-v6.17-2025-07-18' of https://gitlab.freedesktop.org/drm/nova into drm-nextDave Airlie3-34/+190
2025-07-21rust: kernel: use `core::ffi::CStr` method namesTamir Duberstein2-11/+11
2025-07-21rust: str: add `CStr` methods matching `core::ffi::CStr`Tamir Duberstein1-3/+34
2025-07-21rust: str: remove unnecessary qualificationTamir Duberstein1-2/+2
2025-07-21rust: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein3-7/+7
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein2-0/+8
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein3-22/+16
2025-07-20rust: io: mem: enable IoRequest doc-testsDanilo Krummrich1-2/+2
2025-07-20rust: platform: add resource accessorsDaniel Almeida2-2/+59
2025-07-20rust: io: mem: add a generic iomem abstractionDaniel Almeida2-0/+281
2025-07-20rust: io: add resource abstractionDaniel Almeida2-0/+233
2025-07-20rust: list: remove nonexistent generic parameter in linkMiguel Ojeda1-2/+2
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida2-0/+204
2025-07-19rust: list: remove OFFSET constantsTamir Duberstein2-87/+81
2025-07-19rust: list: add `impl_list_item!` examplesTamir Duberstein1-3/+93
2025-07-19rust: list: use fully qualified pathTamir Duberstein1-5/+5
2025-07-19rust: list: use consistent self parameter nameTamir Duberstein1-4/+4
2025-07-19rust: list: use consistent type parameter styleTamir Duberstein1-5/+5
2025-07-19rust: list: simplify macro captureTamir Duberstein1-11/+5
2025-07-19rust: list: undo unintended replacement of method nameMiguel Ojeda1-1/+1
2025-07-19rust: platform: implement the `dma::Device` traitDanilo Krummrich1-0/+2
2025-07-19rust: pci: implement the `dma::Device` traitDanilo Krummrich1-0/+2
2025-07-19rust: dma: add DMA addressing capabilitiesDanilo Krummrich1-4/+139
2025-07-19rust: dma: implement `dma::Device` traitDanilo Krummrich1-5/+12
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds4-6/+9
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+11
2025-07-17rust: time: Pass correct timer mode ID to hrtimer_start_range_nsLyude Paul1-1/+1
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda7-186/+430
2025-07-16rust: net::phy Change module_phy_driver macro to use module_device_table macroFUJITA Tomonori1-27/+24
2025-07-16rust: net::phy represent DeviceId as transparent wrapper over mdio_device_idFUJITA Tomonori1-27/+28
2025-07-16rust: device_id: split out index support into a separate traitFUJITA Tomonori6-47/+104
2025-07-16device: rust: rename Device::as_ref() to Device::from_raw()Alice Ryhl9-11/+11
2025-07-15Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda3-35/+276
2025-07-15workqueue: rust: add delayed work itemsAlice Ryhl1-3/+327
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl8-15/+15
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl4-6/+14