summaryrefslogtreecommitdiff
path: root/rust/bindings
AgeCommit message (Expand)AuthorFilesLines
2025-10-08mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-0/+1
2025-10-05Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
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/+2
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman1-1/+0
2025-09-24rust: usb: add basic USB abstractionsDaniel Almeida1-0/+1
2025-09-22rust: add find_bit_benchmark_rust module.Burak Emir1-0/+1
2025-09-22rust: add bindings for bitmap.hBurak Emir1-0/+1
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl1-0/+8
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer1-0/+1
2025-09-08rust: derive `Zeroable` for all structs & unions generated by bindgen where p...Benno Lossin1-0/+8
2025-09-05rust: dma: implement DataDirectionDanilo Krummrich1-0/+1
2025-09-04rust: page: implement BorrowedPageDanilo Krummrich1-0/+1
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl1-0/+1
2025-08-12rust: irq: add support for non-threaded IRQs and handlersDaniel Almeida1-0/+1
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+3
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-07-20rust: io: add resource abstractionDaniel Almeida1-0/+1
2025-07-15rust: regulator: add a bare minimum regulator abstractionDaniel Almeida1-0/+1
2025-06-27rust: driver: Add ACPI id table support to Adapter traitIgor Korotin1-0/+1
2025-06-23rust: enable `clippy::ref_as_ptr` lintTamir Duberstein1-0/+1
2025-06-23rust: enable `clippy::cast_lossless` lintTamir Duberstein1-0/+1
2025-06-23rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-0/+1
2025-06-14rust: completion: implement initial abstractionDanilo Krummrich1-0/+1
2025-06-05Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+28
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+4
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+7
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda1-0/+22
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar1-0/+1
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar1-0/+1
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar1-0/+1
2025-05-19rust: clk: Add helpers for Rust codeViresh Kumar1-0/+1
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda1-0/+6
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg1-0/+1
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda1-0/+1
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein1-0/+6
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina1-0/+2
2025-04-24rust: drm: file: Add File abstractionAsahi Lina1-0/+1
2025-04-24rust: drm: add device abstractionAsahi Lina1-0/+1
2025-04-24rust: drm: add driver abstractionsAsahi Lina1-0/+1
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina1-0/+1
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich1-0/+1
2025-03-31Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-0/+6
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue1-0/+1
2025-03-09panic_qr: use new #[export] macroAlice Ryhl1-0/+5
2025-02-28rust: Add cpumask helpersViresh Kumar1-0/+1
2025-02-13rust/kernel: Add faux device bindingsLyude Paul1-0/+1
2025-01-15rust: device: Add property_present()Viresh Kumar1-0/+1