aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/patch.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22riscv: patch_text: Fixup last cpu should be masterGravatar Guo Ren 1-1/+1
2021-01-14riscv: Fixup compile error BUILD_BUG_ON failedGravatar Guo Ren 1-2/+6
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-09riscv: fix build warning of missing prototypesGravatar Zong Li 1-0/+1
2020-05-18riscv: Use text_mutex instead of patch_lockGravatar Zong Li 1-6/+7
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationGravatar Zong Li 1-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameGravatar Zong Li 1-11/+11
2020-03-26riscv: introduce interfaces to patch kernel codeGravatar Zong Li 1-0/+120