aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-55/+59
2025-12-02Merge tag 'acpi-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2025-12-01Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-43/+70
2025-11-28Merge branches 'acpi-misc' and 'pnp'Rafael J. Wysocki1-3/+1
2025-11-25Merge tag 'opp-updates-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-55/+59
2025-11-12rust: debugfs: Replace the usage of Rust native atomicsBoqun Feng1-36/+17
2025-11-12rust: sync: atomic: Implement Debug for Atomic<Debug>Boqun Feng1-0/+9
2025-11-12rust: sync: atomic: Make Atomic*Ops pub(crate)Boqun Feng1-1/+2
2025-11-02rust: condvar: fix broken intra-doc linkMiguel Ojeda1-1/+1
2025-11-02rust: devres: fix private intra-doc linkMiguel Ojeda1-1/+1
2025-10-27rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`Siyuan Huang1-3/+1
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: opp: simplify callers of `to_c_str_array`Tamir Duberstein1-54/+58
2025-10-22rust: debugfs: Implement Reader for Mutex<T> only when T is UnpinBoqun Feng1-1/+1
2025-10-22rust: opp: fix broken rustdoc linkTamir Duberstein1-1/+1
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-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-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
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-91/+1311
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-5/+1
2025-09-29Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-9/+6
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki1-11/+5
2025-09-26rust: usb: keep usb::Device private for nowDanilo Krummrich1-1/+1
2025-09-26rust: usb: don't retain device context for the interface parentDanilo Krummrich1-6/+5
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11
2025-09-25USB: disable rust bindings from the build for nowGreg Kroah-Hartman1-2/+0