summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-302/+1334
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-52/+72
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+6
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl-52/+72
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-118/+990
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki-0/+3168
2025-05-30rust: file: improve safety commentsPekka Ristola-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola-0/+1
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit-1/+1
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein-3/+10
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein-33/+17
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+1
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein-16/+12
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-67/+1595
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda-22/+30
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda-17/+1
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda-6/+4
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda-3/+2
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda-0/+25
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda-1/+0
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar-1/+1
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1051
2025-05-26rust: make section names pluralPatrick Miller-2/+2
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin-1/+1
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar-0/+1
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda-1/+1
2025-05-25rust: task: add missing Markdown code spans and intra-doc linksMiguel Ojeda-2/+2
2025-05-25rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda-6/+9
2025-05-25rust: alloc: add missing Markdown code spanMiguel Ojeda-1/+1
2025-05-25rust: alloc: add missing Markdown code spansMiguel Ojeda-2/+2
2025-05-25rust: platform: fix docs related to missing Markdown code spansMiguel Ojeda-4/+5
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda-0/+5
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin-10/+10
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda-4/+2
2025-05-22rust: list: Add examples for linked listI Hsin Cheng-0/+108
2025-05-22rust: list: Use "List::is_empty()" to perform checking when possibleI Hsin Cheng-2/+2
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda-6/+0
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi-0/+1
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki-58/+3281
2025-05-21rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl-1/+1
2025-05-20rust: str: fix typo in commentJihed Chaibi-1/+1
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie-67/+1595
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar-0/+70
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar-3/+500
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar-2/+461
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar-0/+367
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar-2/+293
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar-1/+486