summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2026-08-12KVM: s390: Fix pgste_get_trylock_multiple()Claudio Imbrenda1-5/+2
2026-08-12KVM: s390: Fix get_all_floating_irqs()Claudio Imbrenda1-1/+6
2026-08-12KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()Claudio Imbrenda1-2/+4
2026-08-12KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()Claudio Imbrenda1-1/+4
2026-08-12KVM: s390: Restore sigset on error pathChristian Borntraeger1-2/+4
2026-08-12KVM: s390: pv: Fix rc/rrc offset for PVM_DUMPChristian Borntraeger1-1/+1
2026-08-12KVM: s390: vsie: zero stale crypto bitsChristian Borntraeger1-0/+1
2026-08-12KVM: s390: keyop: use mmu_lock to read gmap->asceChristian Borntraeger1-1/+2
2026-08-11s390: Enable CONTEXT_ANALYSIS for various directoriesHeiko Carstens7-0/+15
2026-08-11s390/mm: Add __context_unsafe() attribute to gmap helper functionsHeiko Carstens1-0/+3
2026-08-11s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()Heiko Carstens1-0/+1
2026-08-11s390/sysinfo: Add context analysis attributesHeiko Carstens1-0/+2
2026-08-11s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSANIlya Leoshkevich3-7/+42
2026-08-11s390/pci: Enable CONTEXT_ANALYSISHeiko Carstens1-0/+2
2026-08-11s390/pci: Rework __zpci_event_availability() to remove conditional lockingHeiko Carstens1-70/+78
2026-08-11s390/pci: Rework __zpci_event_error() to remove conditional lockingHeiko Carstens1-18/+23
2026-08-11KVM: s390: Fix memory corruption by not reinjecting CK machine checksChristian Borntraeger3-20/+12
2026-08-11KVM: s390: Fix length check __import_wp_info()Christian Borntraeger1-1/+1
2026-08-11KVM: s390: Free guest debug data on vcpu destroyChristian Borntraeger1-0/+1
2026-08-11KVM: s390: Take srcu when importing watchpoint dataChristian Borntraeger1-2/+4
2026-08-11KVM: s390: Fix old_data leak in guest debug error pathChristian Borntraeger1-1/+5
2026-08-11KVM: s390: Fix memory leak in guest debug handlingChristian Borntraeger1-0/+1
2026-08-11KVM: s390: Zero initialize irq in reinject_machine_checkChristian Borntraeger1-1/+1
2026-08-11KVM: s390: Zero initialize data structures for inject_pfault_tokenChristian Borntraeger1-2/+2
2026-08-11KVM: s390: Remove user triggerable WARN_ONChristian Borntraeger1-1/+1
2026-08-10KVM: s390: vsie: Create constant SCB_ALIGNMENT_SHIFTChristoph Schlameuss2-4/+7
2026-08-10KVM: s390: vsie: Assert crycb alignment in vsie_pageChristoph Schlameuss1-0/+1
2026-08-10KVM: s390: vsie: Assert mcck_info offset in vsie_pageChristoph Schlameuss1-4/+2
2026-08-10KVM: s390: vsie: Convert shift to phys_to_pfn()Christoph Schlameuss1-1/+1
2026-08-10KVM: s390: vsie: Remove duplicate assertionChristoph Schlameuss1-1/+0
2026-08-10KVM: s390: Remove double 64bscao feature checkChristoph Schlameuss1-2/+1
2026-08-10s390/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITSHeiko Carstens3-27/+30
2026-08-08preempt: Introduce __preempt_count_{sub,add}_return()Boqun Feng1-0/+10
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann11-120/+280
2026-08-06Merge tag 'kvm-s390-master-7.2-3' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini8-85/+144
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-2/+2
2026-08-05s390: Remove cond_resched() callsHeiko Carstens5-12/+1
2026-08-05KVM: s390: Remove cond_resched() callsHeiko Carstens8-34/+10
2026-08-05s390/crypto: Replace cond_resched() with msleep(1)Peter Zijlstra3-62/+23
2026-08-05s390/Kconfig: Select ARCH_SUPPORTS_CFIHeiko Carstens1-0/+2
2026-08-05s390/bpf: Add kCFI supportHeiko Carstens2-4/+31
2026-08-05s390/diag: Generate CFI type information for assembly functionsHeiko Carstens1-6/+7
2026-08-05s390: Add ftrace_stub_graphHeiko Carstens1-1/+8
2026-08-05s390/tools/relocs: Ignore __kcfi_typeid_ relocationsHeiko Carstens1-0/+16
2026-08-05s390/tools: Pass symbol name to do_relocs()Heiko Carstens1-3/+139
2026-08-04s390/mm: use free_reserved_pages() in vmem_free_pages()David Hildenbrand (Arm)1-3/+1
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-6/+6
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)2-2/+3
2026-08-03KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()Claudio Imbrenda1-20/+21
2026-08-03KVM: s390: Fix ordering when adding to SCAClaudio Imbrenda1-1/+1