Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - A fix for a lockdep issue to avoid an asserting triggering during early boot. There shouldn't be any incorrect behavior as the system isn't concurrent at the time. - The addition of a missing fence when installing early fixmap mappings. - A corretion to the K210 device tree's interrupt map. - A fix for M-mode timer handling on the K210. * tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Resurrect the MMIO timer implementation for M-mode systems riscv: Fix Kendryte K210 device tree riscv: Add sfence.vma after early page table changes RISC-V: Take text_mutex in ftrace_init_nop()
Showing
- arch/riscv/Kconfig 1 addition, 0 deletionsarch/riscv/Kconfig
- arch/riscv/boot/dts/kendryte/k210.dtsi 4 additions, 2 deletionsarch/riscv/boot/dts/kendryte/k210.dtsi
- arch/riscv/include/asm/clint.h 26 additions, 0 deletionsarch/riscv/include/asm/clint.h
- arch/riscv/include/asm/ftrace.h 7 additions, 0 deletionsarch/riscv/include/asm/ftrace.h
- arch/riscv/include/asm/timex.h 27 additions, 0 deletionsarch/riscv/include/asm/timex.h
- arch/riscv/kernel/ftrace.c 19 additions, 0 deletionsarch/riscv/kernel/ftrace.c
- arch/riscv/mm/init.c 3 additions, 4 deletionsarch/riscv/mm/init.c
- drivers/clocksource/timer-clint.c 17 additions, 0 deletionsdrivers/clocksource/timer-clint.c
Please register or sign in to comment