Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: "A smattering of fixes and cleanups: - Dead code removal. - Exporting riscv_cpuid_to_hartid_mask for modules. - Per-CPU tracking of ISA features. - Setting max_pfn correctly when probing memory. - Adding a note to the VDSO so glibc can check the kernel's version without a uname(). - A fix to force the bootloader to initialize the boot spin tables, which still get used as a fallback when SBI-0.1 is enabled" * tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: RISC-V: Remove unused code from STRICT_KERNEL_RWX riscv: force __cpu_up_ variables to put in data section riscv: add Linux note to vdso riscv: set max_pfn to the PFN of the last page RISC-V: Remove N-extension related defines RISC-V: Add bitmap reprensenting ISA features common across CPUs RISC-V: Export riscv_cpuid_to_hartid_mask() API
No related branches found
No related tags found
Showing
- arch/riscv/include/asm/csr.h 0 additions, 3 deletionsarch/riscv/include/asm/csr.h
- arch/riscv/include/asm/hwcap.h 22 additions, 0 deletionsarch/riscv/include/asm/hwcap.h
- arch/riscv/include/asm/set_memory.h 0 additions, 8 deletionsarch/riscv/include/asm/set_memory.h
- arch/riscv/kernel/cpu_ops.c 2 additions, 2 deletionsarch/riscv/kernel/cpu_ops.c
- arch/riscv/kernel/cpufeature.c 80 additions, 3 deletionsarch/riscv/kernel/cpufeature.c
- arch/riscv/kernel/smp.c 2 additions, 0 deletionsarch/riscv/kernel/smp.c
- arch/riscv/kernel/vdso/Makefile 1 addition, 1 deletionarch/riscv/kernel/vdso/Makefile
- arch/riscv/kernel/vdso/note.S 12 additions, 0 deletionsarch/riscv/kernel/vdso/note.S
- arch/riscv/mm/init.c 2 additions, 17 deletionsarch/riscv/mm/init.c
arch/riscv/kernel/vdso/note.S
0 → 100644
Please register or sign in to comment