aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12s390/atomic: get rid of gcc atomic builtinsHeiko Carstens1-6/+30
2021-04-12s390/atomic: use proper constraintsHeiko Carstens1-7/+7
2021-04-12s390/atomic: move remaining inline assemblies to atomic_ops.hHeiko Carstens2-18/+38
2021-04-12s390/bitops: make bitops only work on longsHeiko Carstens1-46/+47
2021-04-12s390/traps,mm: add conditional trap handlersHeiko Carstens3-18/+12
2021-04-12s390/pci: narrow scope of zpci_configure_device()Niklas Schnelle1-12/+3
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle5-30/+33
2021-04-12s390/pci: use mutex not spinlock for zbus listNiklas Schnelle1-7/+7
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle4-97/+177
2021-04-12s390/pci: do more bus setup in zpci_bus_scan()Niklas Schnelle1-13/+20
2021-04-12s390/pci: introduce zpci_bus_scan_device()Niklas Schnelle3-17/+28
2021-04-12s390/traps: convert pgm_check.S to CHeiko Carstens5-181/+59
2021-04-12s390/protvirt: fix error return code in uv_info_init()zhongbaisong1-1/+3
2021-04-12Merge branch 'fixes' into featuresHeiko Carstens8-12/+30
2021-04-12s390/entry: save the caller of psw_idleVasily Gorbik1-0/+1
2021-04-12s390/entry: avoid setting up backchain in ext|io handlersVasily Gorbik1-4/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-8/+27
2021-04-07s390/setup: use memblock_free_late() to free old stackHeiko Carstens1-1/+1
2021-04-05s390/mm: fix phys vs virt confusion in mark_kernel_pXd() functions familyAlexander Gordeev1-4/+4
2021-04-05s390/cio: remove duplicate struct ccw1 declarationWan Jiabing1-3/+0
2021-04-05s390/pci: expose UID uniqueness guaranteeNiklas Schnelle1-0/+9
2021-04-05s390/irq: fix reading of ext_params2 field from lowcoreHeiko Carstens1-1/+1
2021-04-05s390/unwind: add machine check handler stackVasily Gorbik2-1/+12
2021-04-05s390/cpcmd: fix inline assembly register clobberingAlexander Gordeev1-2/+4
2021-03-28s390/pci: fix DMA cleanup on hard deconfigureNiklas Schnelle1-6/+5
2021-03-28s390/spinlock: remove align attribute from arch_spinlock_tHeiko Carstens1-1/+1
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-9/+55
2021-03-25s390/vdso: fix initializing and updating of vdso_dataHeiko Carstens1-3/+8
2021-03-25s390/vdso: fix tod_steering_delta typeHeiko Carstens1-1/+1
2021-03-25s390/vdso: copy tod_steering_delta value to vdso_data pageHeiko Carstens1-0/+1
2021-03-24s390/crc32-vx: couple of typo fixesBhaskar Chowdhury1-2/+2
2021-03-24s390/uv: fix prot virt host indication compilationJanosch Frank1-1/+7
2021-03-24KVM: s390: VSIE: fix MVPG handling for prefixing and MSOClaudio Imbrenda1-1/+4
2021-03-24KVM: s390: split kvm_s390_real_to_absClaudio Imbrenda1-6/+17
2021-03-24KVM: s390: VSIE: correctly handle MVPG when in VSIEClaudio Imbrenda1-5/+93
2021-03-24KVM: s390: extend kvm_s390_shadow_fault to return entry pointerClaudio Imbrenda3-10/+34
2021-03-22s390/kernel: fix a typoBhaskar Chowdhury1-1/+1
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann1-18/+4
2021-03-22s390/pci: move zpci_remove_device() to bus codeNiklas Schnelle5-37/+38
2021-03-22s390/pci: unify de-/configure for slots and eventsNiklas Schnelle3-38/+98
2021-03-22s390/cio: add CRW inject functionalityVineeth Vijayan2-0/+9
2021-03-22s390/pci: add zpci_event_hard_deconfigured()Niklas Schnelle1-15/+24
2021-03-22s390/pci: deconfigure device on releaseNiklas Schnelle1-0/+5
2021-03-22s390/pci: refactor zpci function statesNiklas Schnelle2-7/+4
2021-03-22s390/uv: add prot virt guest/host indication filesJanosch Frank1-1/+36
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar5-19/+34
2021-03-18Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar12-90/+54
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2021-03-16s390/bpf: Implement new atomic opsIlya Leoshkevich1-9/+55
2021-03-15s390/pci: fix leak of PCI device structureNiklas Schnelle3-17/+31