summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-21/+171
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-06-14rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-11/+16
2025-06-14rust: devres: fix race in Devres::drop()Danilo Krummrich1-8/+29
2025-06-14rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich1-4/+14
2025-06-14rust: completion: implement initial abstractionDanilo Krummrich2-0/+114
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar1-0/+11
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar3-25/+57
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar1-0/+110
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori1-1/+1
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar1-37/+109
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds39-302/+1334
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-52/+72
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-06-01mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-118/+990
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki6-0/+3168
2025-05-30rust: file: improve safety commentsPekka Ristola1-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-05-30rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-30rust: check type of `$ptr` in `container_of!`Tamir Duberstein1-3/+10
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein1-33/+17
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein2-16/+12
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds15-67/+1595
2025-05-27rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'sMiguel Ojeda1-22/+30
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda1-17/+1
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda1-6/+4
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda2-3/+2
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda1-0/+25
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-1/+0
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar1-1/+1
2025-05-27Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+1051
2025-05-26rust: make section names pluralPatrick Miller2-2/+2
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin1-1/+1
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar1-0/+1
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda1-1/+1
2025-05-25rust: task: add missing Markdown code spans and intra-doc linksMiguel Ojeda1-2/+2
2025-05-25rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda1-6/+9
2025-05-25rust: alloc: add missing Markdown code spanMiguel Ojeda1-1/+1
2025-05-25rust: alloc: add missing Markdown code spansMiguel Ojeda1-2/+2
2025-05-25rust: platform: fix docs related to missing Markdown code spansMiguel Ojeda1-4/+5
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda1-0/+5
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin5-10/+10
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda1-4/+2
2025-05-22rust: list: Add examples for linked listI Hsin Cheng1-0/+108
2025-05-22rust: list: Use "List::is_empty()" to perform checking when possibleI Hsin Cheng1-2/+2
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda2-6/+0