summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* s390/tty3270: remove function callback castsOscar Carter2020-07-011-6/+6
* s390/zcore: remove memmap deviceAlexander Egorenkov2020-06-291-55/+2
* s390: use fallthrough;Joe Perches2020-03-254-6/+6
* s390/mm: remove fake numa supportHeiko Carstens2020-02-271-1/+1
* s390: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-272-2/+2
* compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-26/+15
* Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-173-4/+3
|\
| * s390/sclp: Fix bit checked for has_siplPhilipp Rudo2019-09-031-1/+1
| * s390/vmcp: correct early_param handlingVasily Gorbik2019-08-261-0/+2
| * s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-211-3/+0
* | s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik2019-07-291-0/+1
* | s390/tape: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
|/
* s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-1/+0
* s390/sclp: remove call home supportHeiko Carstens2019-06-193-211/+0
* docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-111-1/+1
* s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-06-041-8/+7
* Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-073-3/+3
|\
| * *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-063-3/+3
* | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-066-64/+81
|\ \ | |/ |/|
| * s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann2019-05-031-2/+2
| * s390/sclp: do not use static sccbsGerald Schaefer2019-04-295-51/+61
| * s390/sclp: detect DIRQ facilitySebastian Ott2019-04-292-1/+2
| * s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2019-04-292-1/+5
| * s390/zcore: Rename ipl_block to mitigate name collisionPhilipp Rudo2019-04-261-10/+12
* | s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky2019-04-105-5/+10
|/
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-052-1/+5
|\
| * s390/setup: set control program code via diag 318Collin Walling2019-01-282-1/+5
* | s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-111-0/+2
|/
* s390/drivers: fix proc/debugfs file permissionsSebastian Ott2018-12-131-5/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+2
* s390/kasan: avoid instrumentation of early C codeVasily Gorbik2018-10-091-0/+1
* s390/sclp: introduce sclp_early_get_hsa_sizeVasily Gorbik2018-10-091-0/+11
* s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-091-2/+1
* s390/mem_detect: introduce SCLP storage infoVasily Gorbik2018-10-093-10/+64
* s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-091-0/+17
* s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-093-64/+79
* s390/sclp: simplify early hsa_size detectionVasily Gorbik2018-10-091-57/+3
* s390/monwriter: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-13/+20
* s390/appldata: pass parameter list pointer to appldata_asmMartin Schwidefsky2018-10-091-1/+3
* s390/tape: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-201-1/+1
* s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-201-1/+1
* s390/sclp: Allow to request adapter resetJan Höppner2018-09-201-2/+8
* s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2018-09-201-3/+8
* Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-181-2/+28
|\
| * kbd: complete dead keys definitionsSamuel Thibault2018-07-071-2/+28
* | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
* | s390/tape: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva2018-07-191-1/+1
* | s390/keyboard: sanitize array index in do_kdsk_ioctlMartin Schwidefsky2018-07-191-12/+16
* | s390/sclp_async: replace callhome proc handler with generic oneVasily Gorbik2018-07-061-31/+7
* | s390/monwriter: fix gcc 8 stringop-truncation warningVasily Gorbik2018-07-021-1/+1