aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2025-12-06Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+4
2025-11-17rust: add num module and Integer traitAlexandre Courbot1-0/+1
2025-11-18rust: i2c: add basic I2C device and driver abstractionsIgor Korotin1-0/+2
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot1-0/+4
2025-11-13pwm: Fix Rust formattingMiguel Ojeda1-2/+2
2025-11-07rust: pwm: Add Kconfig and basic data structuresMichal Wilczynski1-0/+2
2025-11-03rust: introduce module_param moduleAndreas Hindborg1-0/+1
2025-10-28rust: usb: fix formattingMiguel Ojeda1-1/+1
2025-10-13Revert "USB: disable rust bindings from the build for now"Greg Kroah-Hartman1-0/+2
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+2
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds1-0/+2
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman1-2/+0
2025-09-24rust: usb: add basic USB abstractionsDaniel Almeida1-0/+2
2025-09-22rust: add `Alignment` typeAlexandre Courbot1-0/+3
2025-09-22rust: add dynamic ID pool abstraction for bitmapBurak Emir1-0/+1
2025-09-22rust: add bitmap API.Burak Emir1-0/+1
2025-09-21rust: maple_tree: add MapleTreeAlice Ryhl1-0/+1
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-0/+2
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman1-5/+10
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer1-0/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda1-1/+1
2025-09-06rust: iov: add iov_iter abstractions for ITER_SOURCEAlice Ryhl1-0/+1
2025-09-04rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich1-0/+1
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl1-5/+10
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima1-0/+1
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda1-1/+1
2025-08-21rust: Add cpu_relax() helperFUJITA Tomonori1-0/+1
2025-08-12rust: irq: add irq moduleDaniel Almeida1-0/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+10
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+48
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-07-23rust: Add warn_on macroFUJITA Tomonori1-0/+1
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein1-0/+1
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida1-0/+1
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl1-2/+2
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl1-0/+7
2025-07-15rust: regulator: add a bare minimum regulator abstractionDaniel Almeida1-0/+1
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda1-0/+3
2025-06-26rust: acpi: add `acpi::DeviceId` abstractionIgor Korotin1-0/+1
2025-06-24rust: Introduce file_from_location()Boqun Feng1-0/+48
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-12/+33
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1