-
- Downloads
Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V updates from Palmer Dabbelt: "We have a lot of new kernel features for this merge window: - ARCH_SUPPORTS_ATOMIC_RMW, to allow OSQ locks to be enabled - The ability to enable NO_HZ_FULL - Support for enabling kcov, kmemleak, stack protector, and VM debugging - JUMP_LABEL support There are also a handful of cleanups" * tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (24 commits) riscv: disable stack-protector for vDSO RISC-V: Fix build warning for smpboot.c riscv: fix build warning of mm/pageattr riscv: Fix build warning for mm/init RISC-V: Setup exception vector early riscv: Select ARCH_HAS_DEBUG_VM_PGTABLE riscv: Use generic pgprot_* macros from <linux/pgtable.h> mm: pgtable: Make generic pgprot_* macros available for no-MMU riscv: Cleanup unnecessary define in asm-offset.c riscv: Add jump-label implementation riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocs Replace HTTP links with HTTPS ones: RISC-V riscv: Add STACKPROTECTOR supported riscv: Fix typo in asm/hwcap.h uapi header riscv: Add kmemleak support riscv: Allow building with kcov coverage riscv: Enable context tracking riscv: Support irq_work via self IPIs riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT riscv: Fixup lockdep_assert_held with wrong param cpu_running ...
No related branches found
No related tags found
Showing
- Documentation/features/core/jump-labels/arch-support.txt 1 addition, 1 deletionDocumentation/features/core/jump-labels/arch-support.txt
- Documentation/features/debug/debug-vm-pgtable/arch-support.txt 1 addition, 1 deletion...entation/features/debug/debug-vm-pgtable/arch-support.txt
- arch/riscv/Kconfig 12 additions, 0 deletionsarch/riscv/Kconfig
- arch/riscv/boot/Makefile 2 additions, 0 deletionsarch/riscv/boot/Makefile
- arch/riscv/configs/defconfig 1 addition, 0 deletionsarch/riscv/configs/defconfig
- arch/riscv/configs/nommu_k210_defconfig 1 addition, 0 deletionsarch/riscv/configs/nommu_k210_defconfig
- arch/riscv/configs/nommu_virt_defconfig 1 addition, 0 deletionsarch/riscv/configs/nommu_virt_defconfig
- arch/riscv/configs/rv32_defconfig 1 addition, 0 deletionsarch/riscv/configs/rv32_defconfig
- arch/riscv/include/asm/irq_work.h 10 additions, 0 deletionsarch/riscv/include/asm/irq_work.h
- arch/riscv/include/asm/jump_label.h 60 additions, 0 deletionsarch/riscv/include/asm/jump_label.h
- arch/riscv/include/asm/mmio.h 0 additions, 6 deletionsarch/riscv/include/asm/mmio.h
- arch/riscv/include/asm/smp.h 3 additions, 0 deletionsarch/riscv/include/asm/smp.h
- arch/riscv/include/asm/stackprotector.h 33 additions, 0 deletionsarch/riscv/include/asm/stackprotector.h
- arch/riscv/include/uapi/asm/hwcap.h 1 addition, 1 deletionarch/riscv/include/uapi/asm/hwcap.h
- arch/riscv/include/uapi/asm/unistd.h 1 addition, 1 deletionarch/riscv/include/uapi/asm/unistd.h
- arch/riscv/kernel/Makefile 2 additions, 0 deletionsarch/riscv/kernel/Makefile
- arch/riscv/kernel/asm-offsets.c 0 additions, 3 deletionsarch/riscv/kernel/asm-offsets.c
- arch/riscv/kernel/entry.S 48 additions, 6 deletionsarch/riscv/kernel/entry.S
- arch/riscv/kernel/head.S 8 additions, 2 deletionsarch/riscv/kernel/head.S
- arch/riscv/kernel/jump_label.c 53 additions, 0 deletionsarch/riscv/kernel/jump_label.c
arch/riscv/include/asm/irq_work.h
0 → 100644
arch/riscv/include/asm/jump_label.h
0 → 100644
arch/riscv/include/asm/stackprotector.h
0 → 100644
arch/riscv/kernel/jump_label.c
0 → 100644
Please register or sign in to comment