summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-09s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-09s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-09s390/boot: add build-id to decompressorPhilipp Rudo2-1/+2
2020-12-09s390/kexec_file: fix diag308 subcode when loading crash kernelPhilipp Rudo1-4/+5
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao1-2/+2
2020-12-02s390/cio: remove pm support from ccw bus driverVineeth Vijayan6-268/+2
2020-12-02s390/cio: remove pm support from css-bus driverVineeth Vijayan2-139/+1
2020-12-02s390/cio: remove pm support from IO subchannel driversVineeth Vijayan1-14/+0
2020-12-02s390/cio: remove pm support from chsc subchannel driverVineeth Vijayan1-29/+0
2020-12-02s390/vmur: remove unused pm related functionsVineeth Vijayan1-24/+0
2020-12-02s390/tape: remove unsupported PM functionsVineeth Vijayan4-53/+0
2020-12-02s390/cio: remove pm support from eadm-sch driversVineeth Vijayan1-13/+0
2020-12-02s390: remove pm support from console driversVineeth Vijayan4-150/+15
2020-12-02s390/dasd: remove unused pm related functionsVineeth Vijayan4-198/+2
2020-12-02s390/zfcp: remove pm support from zfcp driverVineeth Vijayan4-80/+4
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann1-29/+24
2020-11-30s390/vdso: add missing prototypes for vdso functionsHeiko Carstens3-0/+16
2020-11-30s390/Kconfig: default PCI_NR_FUNCTIONS to 512Niklas Schnelle1-1/+1
2020-11-23s390/vdso: reimplement getcpu vdso syscallHeiko Carstens8-2/+42
2020-11-23s390/mm: add debug user asce supportHeiko Carstens5-0/+35
2020-11-23s390/mm: use invalid asce instead of kernel asceHeiko Carstens5-5/+13
2020-11-23s390/mm: remove set_fs / rework address space handlingHeiko Carstens21-375/+51
2020-11-23Merge branch 'fixes' into featuresHeiko Carstens2-5/+7
2020-11-23s390: fix fpu restore in entry.SSven Schnelle2-5/+7
2020-11-20init/Kconfig: make COMPILE_TEST depend on !S390Heiko Carstens1-1/+1
2020-11-20s390/vmem: make variable and function names consistentAlexander Gordeev1-18/+18
2020-11-20s390/vmem: remove redundant checkAlexander Gordeev1-1/+1
2020-11-20s390/stp: let subsys_system_register() sysfs attributesJulian Wiedmann1-30/+14
2020-11-20s390/decompressor: print cmdline and BEAR on pgm_checkVasily Gorbik1-0/+7
2020-11-20s390/decompressor: add stacktrace supportVasily Gorbik5-3/+32
2020-11-20s390/decompressor: add symbols supportVasily Gorbik4-5/+97
2020-11-20s390/decompressor: correct some asm symbols annotationsVasily Gorbik2-11/+12
2020-11-20s390/decompressor: add decompressor_printkVasily Gorbik2-78/+68
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik4-81/+24
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik10-80/+109
2020-11-20s390/prng: let misc_register() add the prng sysfs attributesJulian Wiedmann1-37/+16
2020-11-20s390/cio: fix kernel-doc markups in cio driver.Mauro Carvalho Chehab2-2/+2
2020-11-20s390: add separate program check exit pathHeiko Carstens1-3/+11
2020-11-20Merge branch 'fixes' into featuresHeiko Carstens3-1/+4
2020-11-18s390/sclp: provide extended sccb supportSumanth Korikkar6-11/+25
2020-11-18s390/sclp: avoid copy of sclp_info_sccbSumanth Korikkar3-8/+9
2020-11-18s390/sclp: use memblock for early read cpu infoSumanth Korikkar1-22/+28
2020-11-18s390/pci: inform when missing required facilitiesNiklas Schnelle1-1/+3
2020-11-12s390/mm: remove unused clear_user_asce()Heiko Carstens1-7/+0
2020-11-12s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter1-1/+1
2020-11-12s390: update defconfigsHeiko Carstens1-0/+1
2020-11-09s390/zcrypt/pkey: introduce zcrypt_wait_api_operational() functionHarald Freudenberger3-0/+83
2020-11-09s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger2-10/+166
2020-11-09s390/trng: set quality to 1024Christian Borntraeger1-3/+4
2020-11-09s390/pci: remove races against pte updatesDaniel Vetter1-41/+57