summaryrefslogtreecommitdiff
path: root/arch/s390
AgeCommit message (Expand)AuthorFilesLines
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-3/+1
2021-09-04Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-8/+8
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+9
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-3/+6
2021-09-03mm/gup: remove try_get_page(), call try_get_compound_head() directlyJohn Hubbard1-1/+1
2021-09-03s390: replace cc-option-yn uses with cc-optionNick Desaulniers1-7/+7
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-15/+40
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+7
2021-09-02Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-68/+2
2021-09-02Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
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-31Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds97-1241/+1909
2021-08-30s390: remove SCHED_CORE from defconfigsHeiko Carstens2-2/+0
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+11
2021-08-26s390/smp: do not use nodat_stack for secondary CPU startAlexander Gordeev1-15/+10
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev8-19/+42
2021-08-26s390: update defconfigsHeiko Carstens1-1/+1
2021-08-25KVM: s390: generate kvm hypercall functionsHeiko Carstens1-156/+73
2021-08-25s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter1-7/+9
2021-08-25s390/debug: add early tracing supportPeter Oberparleiter2-0/+151
2021-08-25s390/debug: fix debug area life cyclePeter Oberparleiter1-46/+56
2021-08-25s390/debug: keep debug data on resizePeter Oberparleiter1-21/+53
2021-08-25s390/diag: make restart_part2 a local labelHeiko Carstens1-2/+2
2021-08-25s390/mm,pageattr: fix walk_pte_level() early exitHeiko Carstens1-1/+1
2021-08-25s390: fix typo in linker scriptHeiko Carstens1-1/+1
2021-08-25s390: remove do_signal() prototype and do_notify_resume() functionSven Schnelle2-8/+0
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle7-38/+63
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle3-87/+102
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle3-6/+16
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2-20/+20
2021-08-25s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev1-8/+12
2021-08-25s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev1-21/+20
2021-08-25s390/pci: reset zdev->zbus on registration failureNiklas Schnelle1-1/+2
2021-08-25s390/pci: cleanup resources only if necessaryNiklas Schnelle1-1/+2
2021-08-24s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notifica...Tony Krowiak1-4/+27
2021-08-24s390/vfio-ap: r/w lock for PQAP interception handler function pointerTony Krowiak3-11/+13
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-08-18s390/pci: fix use after free of zpci_devNiklas Schnelle2-0/+11
2021-08-18s390/sclp: reserve memory occupied by sclp early bufferAlexander Egorenkov2-0/+3
2021-08-18s390/mm: remove unused cmma functionsDavid Hildenbrand2-46/+0
2021-08-18s390/qdio: remove unused support for SLIB parametersJulian Wiedmann1-4/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2-3/+1
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-4/+0
2021-08-09s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09s390/pci: return error code from s390_dma_map_sg()Martin Oliveira1-5/+7
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman10-29/+39