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