summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
6 hoursMerge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
3 daysMerge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
4 daysMerge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
4 daysMerge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
5 daysMerge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
5 daysMerge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
5 daysMerge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd
5 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
5 daysMerge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
6 daysMerge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
6 daysMerge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
6 daysMerge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
10 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
12 daysrust: Add warn_on macroFUJITA Tomonori
12 daysMerge branches 'pm-cpuidle', 'pm-qos', 'pm-devfreq' and 'pm-opp'Rafael J. Wysocki
13 daysrust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand
13 daysrust: sync: fix safety comment for `static_lock_class`Benno Lossin
13 daysrust: io: fix broken intra-doc links to `platform::Device`Miguel Ojeda
13 daysrust: io: fix broken intra-doc link to missing `flags` moduleMiguel Ojeda
13 daysrust: types: remove `Either<L, R>`Benno Lossin
14 daysMerge tag 'cpufreq-arm-updates-6.17' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
14 daysMerge 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
2025-07-19rust: list: simplify macro captureTamir Duberstein
2025-07-19rust: list: undo unintended replacement of method nameMiguel Ojeda
2025-07-19rust: platform: implement the `dma::Device` traitDanilo Krummrich
2025-07-19rust: pci: implement the `dma::Device` traitDanilo Krummrich
2025-07-19rust: dma: add DMA addressing capabilitiesDanilo Krummrich
2025-07-19rust: dma: implement `dma::Device` traitDanilo Krummrich
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17rust: time: Pass correct timer mode ID to hrtimer_start_range_nsLyude Paul
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...Miguel Ojeda
2025-07-16rust: net::phy Change module_phy_driver macro to use module_device_table macroFUJITA Tomonori