summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2025-08-28s390/time: Use monotonic clock in get_cycles()Sven Schnelle1-7/+6
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2025-03-13s390/futex: Fix FUTEX_OP_ANDN implementationHeiko Carstens1-1/+1
2024-11-01s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-10-17s390/facility: Disable compile time optimization for decompressor codeHeiko Carstens1-2/+4
2024-09-04s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda1-1/+4
2024-07-18s390: Mark psw in __load_psw_mask() as __unitializedSven Schnelle1-1/+1
2024-07-18KVM: s390: fix LPSWEY handlingChristian Borntraeger1-0/+1
2024-06-16s390/cpacf: Make use of invalid opcode produce a link errorHarald Freudenberger1-2/+10
2024-06-16s390/cpacf: Split and rework cpacf query functionsHarald Freudenberger1-20/+81
2024-05-17s390/vdso: Add CFI for RA register to asm macro vdso_funcJens Remus1-0/+1
2024-03-27s390/dasd: add autoquiesce featureStefan Haberland1-0/+2
2024-02-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-2/+0
2024-01-26s390/pci: fix max size calculation in zpci_memcpy_toio()Niklas Schnelle1-14/+18
2024-01-05s390/vx: fix save/restore of fpu kernel contextHeiko Carstens1-1/+1
2023-03-10s390/ap: fix status returned by ap_qact()Halil Pasic1-1/+4
2023-03-10s390/ap: fix status returned by ap_aqic()Halil Pasic1-2/+5
2023-02-01s390/debug: add _ASM_S390_ prefix to header guardNiklas Schnelle1-3/+3
2023-01-18s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-18s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens1-16/+15
2022-11-03s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens1-1/+2
2022-09-08s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer1-2/+4
2022-08-17s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-5/+12
2022-08-17s390/smp: cleanup control register update routinesAlexander Gordeev1-5/+11
2022-08-17s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev3-3/+3
2022-08-17KVM: s390: pv: leak the topmost page table when destroy failsClaudio Imbrenda1-0/+2
2022-08-03s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger1-3/+6
2022-07-07s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld1-7/+7
2022-06-09kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+10
2022-06-09s390/stp: clock_delta should be signedSven Schnelle1-1/+1
2022-06-09s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRAN...Heiko Carstens1-4/+11
2022-05-30s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-03-08s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2021-12-08s390/pci: move pseudo-MMIO to prevent MIO overlapNiklas Schnelle1-3/+4
2021-11-25s390/kexec: fix memory leak of ipl report bufferBaoquan He1-0/+6
2021-10-04s390/pci: fix zpci_zdev_put() on reserveNiklas Schnelle1-0/+2
2021-09-22s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-1/+1
2021-09-09Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-21/+15
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann2-13/+0
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens1-7/+0
2021-09-07s390/topology: fix topology information when calling cpu hotplug notifiersSven Schnelle1-0/+1
2021-09-07s390/unwind: use current_frame_address() to unwind current taskVasily Gorbik2-14/+14
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-0/+1
2021-09-06Merge tag 'kvm-s390-next-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-0/+2
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-5/+3
2021-09-02Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+2
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-13/+3
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds29-452/+551