index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
/
patch.c
Age
Commit message (
Expand
)
Author
2024-08-06
riscv: Re-introduce global icache flush in patch_text_XXX()
Alexandre Ghiti
2024-07-20
Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-06-26
riscv: patch: Flush the icache right after patching to avoid illegal insns
Alexandre Ghiti
2024-06-26
riscv: Remove extra variable in patch_text_nosync()
Samuel Holland
2024-06-26
riscv: Use offset_in_page() in text patching functions
Samuel Holland
2024-06-26
riscv: Pass patch_text() the length in bytes
Samuel Holland
2024-06-26
riscv: Simplify text patching loops
Samuel Holland
2024-05-22
Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-04-16
riscv: Fix text patching when IPI are used
Alexandre Ghiti
2024-04-16
riscv: Remove superfluous smp_mb()
Alexandre Ghiti
2024-04-04
riscv: Disable preemption when using patch_map()
Alexandre Ghiti
2024-01-09
riscv: Check if the code to patch lies in the exit section
Alexandre Ghiti
2023-09-06
riscv: implement a memset like function for text
Puranjay Mohan
2023-09-06
riscv: extend patch_text_nosync() for multiple pages
Puranjay Mohan
2023-03-09
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2023-02-17
riscv: Extend patch_text for multiple instructions
Pu Lehui
2022-04-22
riscv: patch_text: Fixup last cpu should be master
Guo Ren
2021-01-14
riscv: Fixup compile error BUILD_BUG_ON failed
Guo Ren
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-09
riscv: fix build warning of missing prototypes
Zong Li
2020-05-18
riscv: Use text_mutex instead of patch_lock
Zong Li
2020-05-18
riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotation
Zong Li
2020-05-18
riscv: Remove the 'riscv_' prefix of function name
Zong Li
2020-03-26
riscv: introduce interfaces to patch kernel code
Zong Li