This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 31408fbe33d1 Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/sc [...] new ffaee2728f9b riscv: add prototypes for assembly language functions from head.S new 6a527b6785ba riscv: init: merge split string literals in preprocessor d [...] new bf6df5dd25b7 riscv: mark some code and data as file-static new 5ed881bc3afc riscv: add missing header file includes new a48dac448d85 riscv: fp: add missing __user pointer annotations new f307307992bf riscv: for C functions called only from assembly, mark wit [...] new 00a5bf3a8ca3 RISC-V: Add PCIe I/O BAR memory mapping new 1d9b0b66c3ef MAINTAINERS: Change to my personal email address new e5897c7d2e65 Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub [...]
The 9 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: MAINTAINERS | 6 +++--- arch/riscv/include/asm/io.h | 7 +++++++ arch/riscv/include/asm/irq.h | 3 +++ arch/riscv/include/asm/pgtable.h | 7 ++++++- arch/riscv/include/asm/switch_to.h | 1 + arch/riscv/kernel/cpufeature.c | 1 + arch/riscv/kernel/head.h | 21 +++++++++++++++++++++ arch/riscv/kernel/irq.c | 2 +- arch/riscv/kernel/module-sections.c | 1 + arch/riscv/kernel/process.c | 2 ++ arch/riscv/kernel/ptrace.c | 4 ++-- arch/riscv/kernel/reset.c | 1 + arch/riscv/kernel/setup.c | 2 ++ arch/riscv/kernel/signal.c | 8 ++++---- arch/riscv/kernel/smp.c | 2 ++ arch/riscv/kernel/smpboot.c | 5 ++++- arch/riscv/kernel/syscall_table.c | 1 + arch/riscv/kernel/time.c | 1 + arch/riscv/kernel/traps.c | 5 +++-- arch/riscv/kernel/vdso.c | 3 ++- arch/riscv/mm/context.c | 1 + arch/riscv/mm/fault.c | 2 ++ arch/riscv/mm/init.c | 5 +++-- arch/riscv/mm/sifive_l2_cache.c | 2 +- 24 files changed, 75 insertions(+), 18 deletions(-) create mode 100644 arch/riscv/kernel/head.h