summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)Author
11 daysMerge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
13 daysMerge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
14 daysMerge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
14 daysMerge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman
2025-09-24rust: usb: add basic USB abstractionsDaniel Almeida
2025-09-22rust: add `Alignment` typeAlexandre Courbot
2025-09-22rust: add dynamic ID pool abstraction for bitmapBurak Emir
2025-09-22rust: add bitmap API.Burak Emir
2025-09-21rust: maple_tree: add MapleTreeAlice Ryhl
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-09-06rust: iov: add iov_iter abstractions for ITER_SOURCEAlice Ryhl
2025-09-04rust: scatterlist: Add abstraction for sg_tableDanilo Krummrich
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda
2025-08-21rust: Add cpu_relax() helperFUJITA Tomonori
2025-08-12rust: irq: add irq moduleDaniel Almeida
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-23rust: Add warn_on macroFUJITA Tomonori
2025-07-21rust: kernel: add `fmt` moduleTamir Duberstein
2025-07-19rust: bits: add support for bits/genmask macrosDaniel Almeida
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl
2025-07-15rust: regulator: add a bare minimum regulator abstractionDaniel Almeida
2025-07-14rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-06-26rust: acpi: add `acpi::DeviceId` abstractionIgor Korotin
2025-06-24rust: Introduce file_from_location()Boqun Feng
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh 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 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda