summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda
2025-05-22rust: list: Add examples for linked listI Hsin Cheng
2025-05-22rust: list: Use "List::is_empty()" to perform checking when possibleI Hsin Cheng
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-05-21rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl
2025-05-20rust: str: fix typo in commentJihed Chaibi
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar
2025-05-19rust: clk: Add initial abstractionsViresh Kumar
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...Miguel Ojeda
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng
2025-05-14rust: drm: gem: Implement AlwaysRefCounted for all gem objects automaticallyLyude Paul
2025-05-14rust: drm: gem: s/into_gem_obj()/as_raw()/Lyude Paul
2025-05-14rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()Lyude Paul
2025-05-14rust: drm: gem: Use NonNull for Object::devLyude Paul
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg
2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda
2025-05-11task: rust: rework how current is accessedAlice Ryhl
2025-05-11rust: miscdevice: add mmap supportAlice Ryhl
2025-05-11mm: rust: add VmaNew for f_ops->mmap()Alice Ryhl
2025-05-11mm: rust: add mmput_async supportAlice Ryhl
2025-05-11mm: rust: add lock_vma_under_rcuAlice Ryhl
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl
2025-05-12rust: replace rustdoc references to alloc::formatAndrew Ballance
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda
2025-05-12rust: static_assert: add optional messageAltan Ozlu
2025-05-12rust: page: optimize rust symbol generation for PageKunwu Chan
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::removeAlice Ryhl
2025-05-07rust: alloc: add Vec::retainAlice Ryhl
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl