linux-next/arch/s390
Heiko Carstens 7061c63919 KVM: s390: Remove one byte cmpxchg() usage
Within sca_clear_ext_call() cmpxchg() is used to clear one or two bytes
(depending on sca format). The cmpxchg() calls are not supposed to fail; if
so that would be a bug. Given that cmpxchg() usage on one and two byte
areas generates very inefficient code, replace them with block concurrent
WRITE_ONCE() calls, and remove the WARN_ON().

Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Janosch Frank <frankja@linux.ibm.com>
Link: https://lore.kernel.org/r/20241126102515.3178914-3-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2024-11-27 12:55:15 +01:00
..
appldata sysctl: treewide: constify the ctl_table argument of proc_handlers 2024-07-24 20:59:29 +02:00
boot s390/mm: Allow large pages for KASAN shadow mapping 2024-11-24 16:59:51 +01:00
configs s390 updates for 6.13 merge window 2024-11-18 17:45:41 -08:00
crypto s390/crypto: Add hardware acceleration for full AES-XTS mode 2024-10-29 11:17:19 +01:00
hypfs [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
include s390: Add ARCH_HAS_PREEMPT_LAZY support 2024-11-24 16:59:42 +01:00
kernel s390/entry: Mark IRQ entries to fix stack depot warnings 2024-11-21 12:44:07 +01:00
kvm KVM: s390: Remove one byte cmpxchg() usage 2024-11-27 12:55:15 +01:00
lib s390/string: Convert to use flag output macros 2024-11-13 14:31:33 +01:00
mm s390/extmem: Convert to use flag output macros 2024-11-13 14:31:33 +01:00
net s390/bpf: Implement exceptions 2024-07-08 16:39:35 +02:00
pci s390 updates for 6.13 merge window 2024-11-18 17:45:41 -08:00
purgatory s390: Fix various typos 2024-10-25 16:03:23 +02:00
tools s390 updates for 6.12 merge window 2024-09-21 09:02:54 -07:00
Kbuild - An extensive rework of kexec and crash Kconfig from Eric DeVolder 2023-08-29 14:53:51 -07:00
Kconfig s390: Add ARCH_HAS_PREEMPT_LAZY support 2024-11-24 16:59:42 +01:00
Kconfig.debug s390/Kconfig.debug: fix indentation 2022-06-01 12:03:15 +02:00
Makefile s390: use a larger stack for KMSAN 2024-07-03 19:30:24 -07:00
Makefile.postlink s390/build: Avoid relocation information in final vmlinux 2024-08-27 20:16:48 +02:00