This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 36487907f341 Merge branch 'akpm' (patches from Andrew) new ac51e005fe14 riscv: mm: use __pa_symbol for kernel symbols new 0da310e82d3a riscv: gcov: enable gcov for RISC-V new cfda8617e22a riscv: dts: Add DT support for SiFive L2 cache controller new 1d8f65798240 riscv: ftrace: correct the condition logic in function gra [...] new 9d05c18e8d7d clocksource: riscv: add notrace to riscv_sched_clock new 2f3035da4019 riscv: prefix IRQ_ macro names with an RV_ namespace new 0e194d9da198 Documentation: riscv: add patch acceptance guidelines new 768fc661d125 Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub [...]
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../debug/gcov-profile-all/arch-support.txt | 2 +- Documentation/process/index.rst | 1 + Documentation/riscv/index.rst | 1 + Documentation/riscv/patch-acceptance.rst | 35 ++++++++++++++++++++++ MAINTAINERS | 1 + arch/riscv/Kconfig | 1 + arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 15 ++++++++++ arch/riscv/include/asm/csr.h | 18 +++++------ arch/riscv/kernel/ftrace.c | 2 +- arch/riscv/kernel/irq.c | 6 ++-- arch/riscv/mm/init.c | 12 ++++---- drivers/clocksource/timer-riscv.c | 2 +- drivers/irqchip/irq-sifive-plic.c | 2 +- 13 files changed, 76 insertions(+), 22 deletions(-) create mode 100644 Documentation/riscv/patch-acceptance.rst