summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm
AgeCommit message (Expand)AuthorFilesLines
2024-07-23s390/alternatives: Remove alternative facility listHeiko Carstens2-6/+4
2024-07-23s390/nospec: Push down alternative handlingHeiko Carstens3-1/+15
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle1-3/+9
2024-07-23s390/alternatives: Rework to allow for callbacksHeiko Carstens3-7/+63
2024-07-23s390/uaccess: Make s390_kernel_write() usable for decompressorHeiko Carstens1-1/+8
2024-07-23s390/alternatives: Merge both alternative header filesHeiko Carstens2-57/+50
2024-07-23s390/alternatives: Use consistent namingHeiko Carstens1-15/+15
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle2-8/+21
2024-07-23s390/smp: Handle restart interrupt on ipl cpuSven Schnelle1-1/+0
2024-07-23s390/kmsan: Fix merge conflict with get_lowcore() introductionIlya Leoshkevich1-3/+3
2024-07-23s390: Add runtime constant supportHeiko Carstens1-0/+77
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-43/+194
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds27-107/+447
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+0
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy1-2/+2
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-1/+2
2024-07-10s390/kvm: Move bitfields for dat tablesClaudio Imbrenda1-0/+170
2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda2-3/+5
2024-07-10s390/hypfs_diag: Diag204 busy loopMete Durlu1-0/+1
2024-07-10s390/diag: Add busy-indication-facility requirementsMete Durlu1-0/+7
2024-07-10s390/sclp: Diag204 busy indication facility detectionMete Durlu1-0/+1
2024-07-10s390/atomic_ops: Make use of flag output constraintHeiko Carstens1-7/+37
2024-07-10s390/atomic_ops: Improve __atomic_set() for small valuesHeiko Carstens1-6/+20
2024-07-10s390/atomic_ops: Use symbolic namesHeiko Carstens1-8/+8
2024-07-10s390/smp: Switch to GENERIC_CPU_DEVICESSven Schnelle1-1/+1
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-05Merge tag 'kvm-s390-master-6.10-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-0/+1
2024-07-03s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich1-0/+59
2024-07-03s390/uaccess: add the missing linux/instrumented.h #includeIlya Leoshkevich1-0/+1
2024-07-03s390/uaccess: add KMSAN support to put_user() and get_user()Ilya Leoshkevich1-32/+79
2024-07-03s390/string: add KMSAN supportIlya Leoshkevich1-5/+15
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich1-0/+12
2024-07-03s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich1-3/+14
2024-07-03s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich1-0/+6
2024-07-03s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich1-0/+3
2024-07-03s390/checksum: add a KMSAN checkIlya Leoshkevich1-0/+2
2024-07-03s390: use a larger stack for KMSANIlya Leoshkevich1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-03KVM: s390: remove useless includeClaudio Imbrenda1-1/+0
2024-07-02s390/hwcaps: Add documentation for HWCAP flagsHeiko Carstens1-0/+8
2024-07-02s390/pgtable: Make crdte() and cspg() return a valueClaudio Imbrenda1-2/+23
2024-07-01KVM: s390: fix LPSWEY handlingChristian Borntraeger1-0/+1
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-1/+1
2024-06-24s390: Provide optimized __arch_hweight*() implementationsHeiko Carstens2-1/+78
2024-06-18s390: Remove S390_lowcoreSven Schnelle1-2/+0
2024-06-18s390/vtime: Remove duplicate get_lowcore() callsSven Schnelle1-6/+10
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle14-66/+66