Merge tag 'riscv-for-linus-5.0-rc5' of...
Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux Pull RISC-V fixes from Palmer Dabbelt: "This contains a handful of mostly-independent patches: - make our port respect TIF_NEED_RESCHED, which fixes CONFIG_PREEMPT=y kernels - fix double-put of OF nodes - fix a misspelling of target in our Kconfig - generic PCIe is enabled in our defconfig - fix our SBI early console to properly handle line endings - fix max_low_pfn being counted in PFNs - a change to TASK_UNMAPPED_BASE to match what other arches do This has passed my standard 'boot Fedora' flow" * tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux: riscv: Adjust mmap base address at a third of task size riscv: fixup max_low_pfn with PFN_DOWN. tty/serial: use uart_console_write in the RISC-V SBL early console RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=y RISC-V: defconfig: Enable Generic PCIE by default RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX} RISC-V: Kconfig: fix spelling mistake "traget" -> "target" RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT" RISC-V: fix bad use of of_node_put RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=y
No related branches found
No related tags found
Showing
- arch/riscv/Kconfig 1 addition, 1 deletionarch/riscv/Kconfig
- arch/riscv/configs/defconfig 5 additions, 3 deletionsarch/riscv/configs/defconfig
- arch/riscv/include/asm/page.h 1 addition, 1 deletionarch/riscv/include/asm/page.h
- arch/riscv/include/asm/processor.h 1 addition, 1 deletionarch/riscv/include/asm/processor.h
- arch/riscv/kernel/asm-offsets.c 1 addition, 0 deletionsarch/riscv/kernel/asm-offsets.c
- arch/riscv/kernel/entry.S 17 additions, 1 deletionarch/riscv/kernel/entry.S
- arch/riscv/kernel/setup.c 1 addition, 1 deletionarch/riscv/kernel/setup.c
- arch/riscv/kernel/smpboot.c 1 addition, 5 deletionsarch/riscv/kernel/smpboot.c
- arch/riscv/mm/init.c 2 additions, 1 deletionarch/riscv/mm/init.c
- drivers/tty/serial/earlycon-riscv-sbi.c 8 additions, 5 deletionsdrivers/tty/serial/earlycon-riscv-sbi.c
Loading
Please register or sign in to comment