aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-05mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual1-3/+1
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-6/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-9/+55
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds32-583/+894
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2021-04-21s390/disassembler: increase ebpf disasm buffer sizeVasily Gorbik1-1/+1
2021-04-21s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-04-20s390/pci: expose a PCI device's UID as its indexNiklas Schnelle1-0/+35
2021-04-18s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens1-3/+5
2021-04-18s390/smp: fix do_restart() prototypeAlexander Gordeev2-3/+3
2021-04-18s390: get rid of oprofile leftoversMarc Zyngier1-21/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-04-15s390/atomic,cmpxchg: make constraints work with old compilersHeiko Carstens2-9/+9
2021-04-15s390/test_unwind: print test suite start/end infoVasily Gorbik1-1/+7
2021-04-15s390/cmpxchg: use unsigned long values instead of void pointersHeiko Carstens1-26/+23
2021-04-12s390/test_unwind: add WARN if tests failedVasily Gorbik1-3/+6
2021-04-12s390/test_unwind: unify error handling pathsVasily Gorbik1-2/+2
2021-04-12s390: update defconfigsHeiko Carstens2-2/+0
2021-04-12s390/spinlock: use R constraint in inline assemblyHeiko Carstens1-1/+1
2021-04-12s390/atomic,cmpxchg: switch to use atomic-instrumented.hHeiko Carstens2-30/+58
2021-04-12s390/cmpxchg: get rid of gcc atomic builtinsHeiko Carstens1-15/+150
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