summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-08-26s390/pci: fix use after free of zpci_devNiklas Schnelle2-0/+11
2021-08-04bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+5
2021-07-28s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov1-15/+4
2021-07-28s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik3-2/+5
2021-07-28s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King1-1/+1
2021-07-25s390: introduce proper type handling call_on_stack() macroHeiko Carstens1-0/+97
2021-07-25s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich1-0/+2
2021-07-20s390/mem_detect: fix tprot() program check new psw handlingHeiko Carstens1-11/+17
2021-07-20s390/mem_detect: fix diag260() program check new psw handlingHeiko Carstens1-8/+11
2021-07-20s390/ipl_parm: fix program check new psw handlingHeiko Carstens1-8/+11
2021-07-20s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens1-2/+2
2021-07-20s390: disable SSP when neededFabrice Fontaine2-0/+2
2021-07-20s390/sclp_vt220: fix console name to match deviceValentin Vidic1-1/+1
2021-07-14s390: preempt: Fix preempt_count initializationValentin Schneider3-12/+6
2021-07-14s390: appldata depends on PROC_SYSCTLRandy Dunlap1-1/+1
2021-07-14s390: enable HAVE_IOREMAP_PROTNiklas Schnelle2-0/+20
2021-07-14s390/irq: select HAVE_IRQ_EXIT_ON_IRQ_STACKHeiko Carstens1-0/+1
2021-07-14KVM: s390: get rid of register asm usageHeiko Carstens1-9/+9
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider2-3/+2
2021-07-14s390: mm: Fix secure storage access exception handlingJanosch Frank4-1/+44
2021-06-30s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-06-23s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev1-1/+1
2021-05-14KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda3-10/+34
2021-05-14KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-05-14KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda1-1/+4
2021-05-14s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand1-2/+2
2021-05-14KVM: s390: fix guarded storage control register handlingHeiko Carstens1-2/+2
2021-05-14KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda1-7/+24
2021-05-14KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda1-5/+93
2021-05-11s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-05-11s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-28s390/entry: save the caller of psw_idleVasily Gorbik1-0/+1
2021-04-14s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev1-2/+4
2021-04-07s390/vdso: fix tod_steering_delta typeHeiko Carstens1-1/+1
2021-04-07s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens1-0/+1
2021-03-25s390/pci: fix leak of PCI device structureNiklas Schnelle3-17/+31
2021-03-25s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle1-1/+1
2021-03-25s390/pci: refactor zpci_create_device()Niklas Schnelle4-57/+48
2021-03-25s390/vtime: fix increased steal time accountingGerald Schaefer1-1/+1
2021-03-17s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens1-1/+1
2021-03-04s390/vtime: fix inline assembly clobber listHeiko Carstens1-1/+2
2021-02-04s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank3-4/+4
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2021-01-06s390: always clear kernel stack backchain before calling functionsHeiko Carstens1-6/+6
2020-12-30s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-30s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-30s390/kexec_file: fix diag308 subcode when loading crash kernelPhilipp Rudo1-4/+5
2020-12-30s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-12-30s390/test_unwind: fix CALL_ON_STACK testsHeiko Carstens1-2/+5
2020-12-02s390: fix irq state tracingHeiko Carstens2-18/+2