aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
9 daysMerge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds57-357/+1767
11 daysMerge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-52/+73
12 daysMerge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+6
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
13 dayskcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
13 daysmm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
13 daysMerge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-118/+1041
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki12-8/+3287
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-29rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein1-3/+10
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein1-33/+17
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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 Torvalds22-67/+1662
2025-05-28rust: add helper for mutex_trylockPaolo Bonzini1-0/+5
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 Ojeda3-4/+3
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda2-1/+27
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda5-7/+54
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar1-1/+1
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds1-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linuxLinus Torvalds4-0/+1057
2025-05-26rust: make section names pluralPatrick Miller3-3/+3
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: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
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 Korotin9-40/+41
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda2-4/+24
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: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori1-0/+1
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda2-6/+0
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi1-0/+1
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki16-66/+3400
2025-05-21rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl1-1/+1
2025-05-20rust: str: fix typo in commentJihed Chaibi1-1/+1
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/nova into drm-nextDave Airlie22-67/+1662