Merge tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Paul Walmsley: - Two patches to fix significant bugs in floating point register context handling - A minor fix in RISC-V flush_tlb_page(), to supply a valid end address to flush_tlb_range() - Two minor defconfig additions: to build the virtio hwrng driver by default (for QEMU targets), and to partially synchronize the 32-bit defconfig with the 64-bit defconfig * tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: Make __fstate_clean() work correctly. riscv: Correct the initialized flow of FP register riscv: defconfig: Update the defconfig riscv: rv32_defconfig: Update the defconfig riscv: fix flush_tlb_range() end address for flush_tlb_page()
No related branches found
No related tags found
Showing
- arch/riscv/configs/defconfig 2 additions, 0 deletionsarch/riscv/configs/defconfig
- arch/riscv/configs/rv32_defconfig 3 additions, 0 deletionsarch/riscv/configs/rv32_defconfig
- arch/riscv/include/asm/switch_to.h 7 additions, 1 deletionarch/riscv/include/asm/switch_to.h
- arch/riscv/include/asm/tlbflush.h 9 additions, 2 deletionsarch/riscv/include/asm/tlbflush.h
- arch/riscv/kernel/process.c 9 additions, 2 deletionsarch/riscv/kernel/process.c
Please register or sign in to comment