Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux-block.git] / rust / kernel / init.rs
2023-05-02 Linus TorvaldsMerge tag 'mfd-next-6.4' of git://git./linux/kernel...
2023-05-02 Linus TorvaldsMerge tag 'leds-next-6.4' of git://git./linux/kernel...
2023-05-02 Linus TorvaldsMerge tag 'input-for-v6.4-rc0' of git://git./linux...
2023-05-01 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2023-05-01 Linus TorvaldsMerge tag 'for-linus' of https://github.com/openrisc...
2023-05-01 Linus TorvaldsMerge tag 'rtc-6.4' of git://git./linux/kernel/git...
2023-05-01 Linus TorvaldsMerge tag 'i3c/for-6.4' of git://git./linux/kernel...
2023-05-01 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2023-05-01 Linus TorvaldsMerge tag '6.4-rc-smb3-client-fixes-part1' of git:...
2023-05-01 Linus TorvaldsMerge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git./linux...
2023-04-30 Linus TorvaldsMerge tag 'iommu-updates-v6.4' of git://git./linux...
2023-04-30 Linus TorvaldsMerge tag 'cxl-for-6.4' of git://git./linux/kernel...
2023-04-30 Linus TorvaldsMerge tag 's390-6.4-1' of git://git./linux/kernel/git...
2023-04-30 Linus TorvaldsMerge tag 'kbuild-v6.4' of git://git./linux/kernel...
2023-04-30 Linus TorvaldsMerge tag 'rust-6.4' of https://github.com/Rust-for...
2023-04-20 Benno Lossinrust: init: broaden the blanket impl of `Init`
2023-04-12 Benno Lossinrust: types: add `Opaque::ffi_init`
2023-04-12 Benno Lossinrust: init: add `Zeroable` trait and `init::zeroed...
2023-04-12 Benno Lossinrust: init: add `stack_pin_init!` macro
2023-04-12 Benno Lossinrust: init: add `PinnedDrop` trait and macros
2023-04-12 Benno Lossinrust: init/sync: add `InPlaceInit` trait to pin-initial...
2023-04-12 Benno Lossinrust: init: add initialization macros
2023-04-12 Benno Lossinrust: add pin-init API core