aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/pci_mmio: fully validate the VMA before calling follow_pte()David Hildenbrand2021-09-261-1/+1
* s390/bpf: Fix branch shortening during codegen passIlya Leoshkevich2021-09-221-2/+1
* s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich2021-09-221-2/+7
* s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich2021-09-221-28/+30
* s390/pv: fix the forcing of the swiotlbHalil Pasic2021-09-181-1/+1
* s390: make PCI mio support a machine flagNiklas Schnelle2021-09-183-3/+8
* s390/jump_label: print real address in a case of a jump label bugHeiko Carstens2021-09-181-1/+1
* KVM: s390: index kvm->arch.idle_mask by vcpu_idxHalil Pasic2021-09-154-8/+9
* s390/debug: fix debug area life cyclePeter Oberparleiter2021-09-151-46/+56
* s390/debug: keep debug data on resizePeter Oberparleiter2021-09-151-21/+53
* s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2021-09-152-20/+20
* s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev2021-09-151-21/+20
* s390/pci: fix use after free of zpci_devNiklas Schnelle2021-08-262-0/+11
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-08-041-0/+5
* s390/boot: fix use of expolines in the DMA codeAlexander Egorenkov2021-07-281-15/+4
* s390/ftrace: fix ftrace_update_ftrace_func implementationVasily Gorbik2021-07-283-2/+5
* s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King2021-07-281-1/+1
* s390: introduce proper type handling call_on_stack() macroHeiko Carstens2021-07-251-0/+97
* s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich2021-07-251-0/+2
* s390/mem_detect: fix tprot() program check new psw handlingHeiko Carstens2021-07-201-11/+17
* s390/mem_detect: fix diag260() program check new psw handlingHeiko Carstens2021-07-201-8/+11
* s390/ipl_parm: fix program check new psw handlingHeiko Carstens2021-07-201-8/+11
* s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens2021-07-201-2/+2
* s390: disable SSP when neededFabrice Fontaine2021-07-202-0/+2
* s390/sclp_vt220: fix console name to match deviceValentin Vidic2021-07-201-1/+1
* s390: preempt: Fix preempt_count initializationValentin Schneider2021-07-143-12/+6
* s390: appldata depends on PROC_SYSCTLRandy Dunlap2021-07-141-1/+1
* s390: enable HAVE_IOREMAP_PROTNiklas Schnelle2021-07-142-0/+20
* s390/irq: select HAVE_IRQ_EXIT_ON_IRQ_STACKHeiko Carstens2021-07-141-0/+1
* KVM: s390: get rid of register asm usageHeiko Carstens2021-07-141-9/+9
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-142-3/+2
* s390: mm: Fix secure storage access exception handlingJanosch Frank2021-07-144-1/+44
* s390/stack: fix possible register corruption with stack switch helperHeiko Carstens2021-06-301-7/+11
* s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev2021-06-231-1/+1
* KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda2021-05-143-10/+34
* KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda2021-05-141-6/+17
* KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda2021-05-141-1/+4
* s390: fix detection of vector enhancements facility 1 vs. vector packed decim...David Hildenbrand2021-05-141-2/+2
* KVM: s390: fix guarded storage control register handlingHeiko Carstens2021-05-141-2/+2
* KVM: s390: split kvm_s390_logical_to_effectiveClaudio Imbrenda2021-05-141-7/+24
* KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda2021-05-141-5/+93
* s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger2021-05-111-0/+4
* s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik2021-05-111-1/+1
* s390/entry: save the caller of psw_idleVasily Gorbik2021-04-281-0/+1
* s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev2021-04-141-2/+4
* s390/vdso: fix tod_steering_delta typeHeiko Carstens2021-04-071-1/+1
* s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens2021-04-071-0/+1
* s390/pci: fix leak of PCI device structureNiklas Schnelle2021-03-253-17/+31
* s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle2021-03-251-1/+1
* s390/pci: refactor zpci_create_device()Niklas Schnelle2021-03-254-57/+48