summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/patch.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti1-1/+10
2023-09-06riscv: implement a memset like function for textPuranjay Mohan1-0/+77
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan1-5/+32
2023-03-10RISC-V: Don't check text_mutex during stop_machineConor Dooley1-3/+25
2023-02-17riscv: Extend patch_text for multiple instructionsPu Lehui1-7/+12
2022-04-22riscv: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2021-01-15riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren1-2/+6
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-10riscv: fix build warning of missing prototypesZong Li1-0/+1
2020-05-18riscv: Use text_mutex instead of patch_lockZong Li1-6/+7
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li1-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li1-11/+11
2020-03-26riscv: introduce interfaces to patch kernel codeZong Li1-0/+120