aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds2-9/+3
2025-10-23rust: drm/gem: Remove Object.devLyude Paul1-8/+7
2025-10-23rust: pci: normalise spelling of PCI BARPeter Colberg2-6/+6
2025-10-23rust: pci: refer to legacy as INTx interruptsPeter Colberg1-5/+5
2025-10-23rust: opp: simplify callers of `to_c_str_array`Tamir Duberstein1-51/+55
2025-10-22rust: debugfs: Implement Reader for Mutex<T> only when T is UnpinBoqun Feng1-1/+1
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein11-315/+110
2025-10-22rust: support formatting of foreign typesTamir Duberstein2-3/+87
2025-10-22rust: clk: use `CStr::as_char_ptr`Tamir Duberstein1-2/+2
2025-10-22rust: regulator: use `CStr::as_char_ptr`Tamir Duberstein1-5/+8
2025-10-22rust: configfs: use `CStr::as_char_ptr`Tamir Duberstein1-1/+1
2025-10-22rust: opp: use `CStr::as_char_ptr`Tamir Duberstein1-3/+3
2025-10-22rust: opp: fix broken rustdoc linkTamir Duberstein1-1/+1
2025-10-21Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically"Lyude Paul1-20/+16
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich8-26/+33
2025-10-21rust: lock: Add a Pin<&mut T> accessorDaniel Almeida1-0/+25
2025-10-21rust: lock: Pin the inner dataDaniel Almeida1-3/+8
2025-10-21rust: lock: guard: Add T: Unpin bound to DerefMutDaniel Almeida2-2/+8
2025-10-20rust: pci: move IRQ infrastructure to separate fileDanilo Krummrich2-233/+247
2025-10-20rust: pci: move I/O infrastructure to separate fileDanilo Krummrich2-129/+145
2025-10-20rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>Danilo Krummrich1-20/+18
2025-10-20rust: remove spurious `use core::fmt::Debug`Tamir Duberstein1-1/+0
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein1-2/+1
2025-10-20rust: debugfs: use `kernel::fmt`Tamir Duberstein4-13/+12
2025-10-20rust: alloc: use `kernel::fmt`Tamir Duberstein1-7/+7
2025-10-17rust: device: fix device context of Device::parent()Danilo Krummrich2-9/+3
2025-10-17rust: bitmap: fix formattingMiguel Ojeda1-2/+6
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda1-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda1-1/+1
2025-10-15Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-10-15rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warningMiguel Ojeda1-0/+2
2025-10-15rust: pci: Allocate and manage PCI interrupt vectorsJoel Fernandes1-13/+201
2025-10-13Revert "USB: disable rust bindings from the build for now"Greg Kroah-Hartman1-0/+2
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2025-10-07rust: file: add intra-doc link for 'EBADF'Tong Li1-2/+2
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+4
2025-10-04Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds9-1/+953
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-0/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-37/+790
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+2
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-81/+1072
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds8-98/+289
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds3-0/+828
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-4/+4
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+11
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-20/+16
2025-10-01Merge tag 'regulator-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-97/+74
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds18-25/+2932
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki1-3/+4
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds44-228/+958