aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07s390/setup: use memblock_free_late() to free old stackHeiko Carstens1-1/+1
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-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-15s390/pci: fix leak of PCI device structureNiklas Schnelle3-17/+31
2021-03-15s390/vtime: fix increased steal time accountingGerald Schaefer1-1/+1
2021-03-15s390/cpumf: disable preemption when accessing per-cpu variableThomas Richter1-1/+2
2021-03-08s390: remove IBM_PARTITION and CONFIGFS_FS from zfcpdump defconfigAlexander Egorenkov1-2/+0
2021-03-08s390: update defconfigsHeiko Carstens3-23/+5
2021-03-08s390/cpumf: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-08s390/cpumf: rename header file to hwctrset.hThomas Richter2-1/+1
2021-03-08s390/cpumf: remove 60 seconds read limitThomas Richter1-16/+2
2021-03-08s390/topology: remove always false if checkHeiko Carstens1-2/+0
2021-03-08s390/time,idle: get rid of unsigned long longHeiko Carstens5-45/+45
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-79/+657
2021-02-26s390/mm: define arch_get_mappable_range()Anshuman Khandual2-1/+14
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+2
2021-02-24s390/cpumf: Add support for complete counter set extractionThomas Richter2-23/+576
2021-02-24s390/smp: implement arch_irq_work_raise()Ilya Leoshkevich2-0/+23
2021-02-24s390/topology: move cpumasks away from stackHeiko Carstens1-12/+13
2021-02-24s390/smp: smp_emergency_stop() - move cpumask away from stackHeiko Carstens1-1/+4
2021-02-24s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens1-1/+1
2021-02-24s390/smp: consolidate locking for smp_rescan()Heiko Carstens1-6/+4
2021-02-24s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev1-15/+15
2021-02-24s390/mm: fix phys vs virt confusion in pgtable allocation routinesAlexander Gordeev2-12/+12
2021-02-24s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev1-2/+2
2021-02-24s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev1-6/+6
2021-02-24s390/opcodes: rename selhhhr to selfhrHeiko Carstens1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds2-2/+0
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds69-1379/+1182
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+2
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds6-53/+0
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-4/+0
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-0/+1
2021-02-13s390/time: remove get_tod_clock_ext()Heiko Carstens1-12/+3
2021-02-13s390/crypto: use store_tod_clock_ext()Heiko Carstens1-1/+1
2021-02-13s390/hypfs: use store_tod_clock_ext()Heiko Carstens2-3/+3
2021-02-13s390/debug: use union tod_clockHeiko Carstens1-3/+3
2021-02-13s390/kvm: use union tod_clockHeiko Carstens1-15/+9