summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
AgeCommit message (Expand)AuthorLines
2020-07-01s390/tty3270: remove function callback castsOscar Carter-6/+6
2020-06-29s390/zcore: remove memmap deviceAlexander Egorenkov-55/+2
2020-03-25s390: use fallthrough;Joe Perches-6/+6
2020-02-27s390/mm: remove fake numa supportHeiko Carstens-1/+1
2020-02-27s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann-26/+15
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-4/+3
2019-09-03s390/sclp: Fix bit checked for has_siplPhilipp Rudo-1/+1
2019-08-26s390/vmcp: correct early_param handlingVasily Gorbik-0/+2
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik-3/+0
2019-07-29s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik-0/+1
2019-07-29s390/tape: add fallthrough annotationsHeiko Carstens-0/+3
2019-07-11s390/ipl: Fix detection of has_secure attributePhilipp Rudo-1/+0
2019-06-19s390/sclp: remove call home supportHeiko Carstens-211/+0
2019-06-11docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-04s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult-8/+7
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds-3/+3
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-64/+81
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-3/+3
2019-05-03s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann-2/+2
2019-04-29s390/sclp: do not use static sccbsGerald Schaefer-51/+61
2019-04-29s390/sclp: detect DIRQ facilitySebastian Ott-1/+2
2019-04-29s390/ipl: Provide has_secure sysfs attributePhilipp Rudo-1/+5
2019-04-26s390/zcore: Rename ipl_block to mitigate name collisionPhilipp Rudo-10/+12
2019-04-10s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky-5/+10
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-1/+5
2019-01-28s390/setup: set control program code via diag 318Collin Walling-1/+5
2019-01-11s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer-0/+2
2018-12-13s390/drivers: fix proc/debugfs file permissionsSebastian Ott-5/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-2/+2
2018-10-09s390/kasan: avoid instrumentation of early C codeVasily Gorbik-0/+1
2018-10-09s390/sclp: introduce sclp_early_get_hsa_sizeVasily Gorbik-0/+11
2018-10-09s390/mem_detect: replace tprot loop with binary searchVasily Gorbik-2/+1
2018-10-09s390/mem_detect: introduce SCLP storage infoVasily Gorbik-10/+64
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik-0/+17
2018-10-09s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik-64/+79
2018-10-09s390/sclp: simplify early hsa_size detectionVasily Gorbik-57/+3
2018-10-09s390/monwriter: do not use stack buffers for hardware dataMartin Schwidefsky-13/+20
2018-10-09s390/appldata: pass parameter list pointer to appldata_asmMartin Schwidefsky-1/+3
2018-09-20s390/tape: fix spelling mistake "partion" -> "partition"Colin Ian King-1/+1
2018-09-20s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang-1/+1
2018-09-20s390/sclp: Allow to request adapter resetJan Höppner-2/+8
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer-3/+8
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+28
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski-1/+1
2018-07-19s390/tape: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva-1/+1
2018-07-19s390/keyboard: sanitize array index in do_kdsk_ioctlMartin Schwidefsky-12/+16
2018-07-07kbd: complete dead keys definitionsSamuel Thibault-2/+28
2018-07-06s390/sclp_async: replace callhome proc handler with generic oneVasily Gorbik-31/+7
2018-07-02s390/monwriter: fix gcc 8 stringop-truncation warningVasily Gorbik-1/+1