aboutsummaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s390/mm: Replace the CSP instruction with CSPGHeiko Carstens3-30/+6
2025-11-06s390/mm: Remove cpu_has_idte()Heiko Carstens5-32/+9
2025-11-06s390: Add Dat-Enhancement facility 1 to architecture level setHeiko Carstens1-0/+1
2025-11-05crypto: s390/sha3 - Remove superseded SHA-3 codeEric Biggers8-508/+2
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-1/+0
2025-11-03crypto: s390/sha3 - Rename conflicting functionsDavid Howells2-10/+10
2025-11-03arch: hookup listns() system callChristian Brauner1-0/+1
2025-11-03s390/uaccess: Use unsafe wrappers for ASM GOTOThomas Gleixner1-2/+2
2025-10-31Merge tag 's390-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-36/+29
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor2-2/+4
2025-10-30s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAPHeiko Carstens1-1/+0
2025-10-29s390/mm: Fix memory leak in add_marker() when kvrealloc() failsMiaoqian Lin1-13/+8
2025-10-24s390/ptrace: Explicitly include <linux/typecheck.h>Jens Remus1-0/+1
2025-10-24s390/pci: Restore IRQ unconditionally for the zPCI deviceFarhan Ali2-9/+1
2025-10-24s390: Update defconfigsHeiko Carstens3-11/+18
2025-10-23s390/smp: Fix fallback CPU detectionHeiko Carstens1-0/+1
2025-10-23s390/pci: Highlight failure to enable PCI functionGerd Bayer1-1/+3
2025-10-23s390/pci: Avoid deadlock between PCI error recovery and mlx5 crdumpGerd Bayer1-2/+2
2025-10-23crypto: s390/phmac - Do not modify the req->nbytes valueHarald Freudenberger1-18/+34
2025-10-21s390/ap: Introduce new AP nqap and dqap trace eventsHarald Freudenberger1-0/+87
2025-10-21s390/ap: Extend struct ap_queue_status with some convenience fieldsHarald Freudenberger1-8/+22
2025-10-21s390/zcrypt: Rework zcrypt request and reply trace event definitionHarald Freudenberger1-20/+24
2025-10-21s390/ptdump: Use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer1-1/+1
2025-10-21Merge branch 'tape-block-sizes'Heiko Carstens2-0/+78
2025-10-21s390/tape: Introduce idal buffer arrayJan Höppner2-0/+78
2025-10-21Merge branch 'memory-hotplug'Heiko Carstens2-9/+14
2025-10-21s390/early: Use scnprintf() instead of sprintf()Heiko Carstens1-9/+9
2025-10-21s390/pai_crypto: Adjust paicrypt_copy() return statementThomas Richter1-1/+1
2025-10-21s390/sysinfo: Replace sprintf() with snprintf() for buffer safetyJosephine Pfeiffer1-1/+1
2025-10-21s390/extmem: Replace sprintf() with snprintf() for buffer safetyJosephine Pfeiffer1-6/+8
2025-10-21s390/cmm: Replace sprintf() with scnprintf() for buffer safetyJosephine Pfeiffer1-2/+2
2025-10-20KVM: s390: Replace sprintf with snprintf for buffer safetyJosephine Pfeiffer1-1/+1
2025-10-20KVM: s390: Remove unused return variable in kvm_arch_vcpu_ioctl_set_fpuThorsten Blum1-3/+1
2025-10-20KVM: S390: Remove sca_lockChristoph Schlameuss4-70/+20
2025-10-20KVM: s390: Use ESCA instead of BSCA at VM initChristoph Schlameuss5-206/+68
2025-10-14s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal textJosh Poimboeuf2-2/+2
2025-10-14s390/mm: Support removal of boot-allocated virtual memory mapSumanth Korikkar2-9/+14
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+22
2025-10-10s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sectionsNathan Chancellor1-22/+22
2025-10-09Merge tag 's390-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds38-172/+194
2025-10-08s390/uv: Fix comment of uv_find_secret() functionThomas Huth1-2/+2
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+10
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+7
2025-10-04s390/pai_crypto: Consolidate PAI crypto allocation and cleanup pathsThomas Richter1-62/+44
2025-10-04s390/pci: Expose firmware provided UID Checking state in sysfsRamesh Errabolu3-0/+39
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-35/+44
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-19/+19
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+6