summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+3
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+3
2026-04-07rust: kernel: update `file_with_nul` commentMiguel Ojeda-1/+1
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda-21/+0
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda-7/+1
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda-1/+0
2026-03-30rust: rework `build_assert!` documentationGary Guo-1/+0
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo-1/+0
2026-03-27rust: drm: gem: shmem: Add DRM shmem helper abstractionAsahi Lina-0/+1
2026-03-23rust: gpu: Add GPU buddy allocator bindingsJoel Fernandes-0/+2
2026-03-23rust: interop: Add list module for C linked list interfaceJoel Fernandes-0/+2
2026-03-17rust: enable the `generic_arg_infer` featureAlexandre Courbot-0/+3
2026-03-07rust: ptr: add projection infrastructureGary Guo-0/+3
2026-03-07rust: ptr: add `KnownSize` trait to support DST size info extractionGary Guo-0/+1
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2026-02-11Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2026-02-02rust: safety: introduce `unsafe_precondition_assert!` macroRitvik Gupta-0/+1
2026-02-02rust: add `impl_flags!` macro for defining common bitflag operationsFilipe Xavier-0/+2
2026-01-19rust: iommu: add io_pgtable abstractionAsahi Lina-0/+1
2025-12-28rust: Add soc_device supportMatthew Maurer-0/+2
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+2
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+4
2025-11-17rust: add num module and Integer traitAlexandre Courbot-0/+1
2025-11-18rust: i2c: add basic I2C device and driver abstractionsIgor Korotin-0/+2
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot-0/+4
2025-11-13pwm: Fix Rust formattingMiguel Ojeda-2/+2
2025-11-07rust: pwm: Add Kconfig and basic data structuresMichal Wilczynski-0/+2
2025-11-03rust: introduce module_param moduleAndreas Hindborg-0/+1
2025-10-28rust: usb: fix formattingMiguel Ojeda-1/+1
2025-10-13Revert "USB: disable rust bindings from the build for now"Greg Kroah-Hartman-0/+2
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+2
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-0/+2
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman-2/+0
2025-09-24rust: usb: add basic USB abstractionsDaniel Almeida-0/+2
2025-09-22rust: add `Alignment` typeAlexandre Courbot-0/+3
2025-09-22rust: add dynamic ID pool abstraction for bitmapBurak Emir-0/+1
2025-09-22rust: add bitmap API.Burak Emir-0/+1
2025-09-21rust: maple_tree: add MapleTreeAlice Ryhl-0/+1
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie-0/+2
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman-5/+10
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer-0/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda-1/+1
2025-09-06rust: iov: add iov_iter abstractions for ITER_SOURCEAlice Ryhl-0/+1
2025-09-04rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich-0/+1