Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Paul Walmsley: "Several fixes for RISC-V: - Fix function graph trace support - Prefix the CSR IRQ_* macro names with "RV_", to avoid collisions with macros elsewhere in the Linux kernel tree named "IRQ_TIMER" - Use __pa_symbol() when computing the physical address of a kernel symbol, rather than __pa() - Mark the RISC-V port as supporting GCOV One DT addition: - Describe the L2 cache controller in the FU540 DT file One documentation update: - Add patch acceptance guideline documentation" * tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: Documentation: riscv: add patch acceptance guidelines riscv: prefix IRQ_ macro names with an RV_ namespace clocksource: riscv: add notrace to riscv_sched_clock riscv: ftrace: correct the condition logic in function graph tracer riscv: dts: Add DT support for SiFive L2 cache controller riscv: gcov: enable gcov for RISC-V riscv: mm: use __pa_symbol for kernel symbols
No related branches found
No related tags found
Showing
- Documentation/features/debug/gcov-profile-all/arch-support.txt 1 addition, 1 deletion...entation/features/debug/gcov-profile-all/arch-support.txt
- Documentation/process/index.rst 1 addition, 0 deletionsDocumentation/process/index.rst
- Documentation/riscv/index.rst 1 addition, 0 deletionsDocumentation/riscv/index.rst
- Documentation/riscv/patch-acceptance.rst 35 additions, 0 deletionsDocumentation/riscv/patch-acceptance.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/riscv/Kconfig 1 addition, 0 deletionsarch/riscv/Kconfig
- arch/riscv/boot/dts/sifive/fu540-c000.dtsi 15 additions, 0 deletionsarch/riscv/boot/dts/sifive/fu540-c000.dtsi
- arch/riscv/include/asm/csr.h 9 additions, 9 deletionsarch/riscv/include/asm/csr.h
- arch/riscv/kernel/ftrace.c 1 addition, 1 deletionarch/riscv/kernel/ftrace.c
- arch/riscv/kernel/irq.c 3 additions, 3 deletionsarch/riscv/kernel/irq.c
- arch/riscv/mm/init.c 6 additions, 6 deletionsarch/riscv/mm/init.c
- drivers/clocksource/timer-riscv.c 1 addition, 1 deletiondrivers/clocksource/timer-riscv.c
- drivers/irqchip/irq-sifive-plic.c 1 addition, 1 deletiondrivers/irqchip/irq-sifive-plic.c
Documentation/riscv/patch-acceptance.rst
0 → 100644
Please register or sign in to comment