summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* s390/sclp: remove call home supportHeiko Carstens2019-06-193-211/+0Star
* 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/+7Star
* 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-076-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/+2Star
* 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/+1Star
* 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/+3Star
* 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-181-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/+7Star
* | s390/monwriter: fix gcc 8 stringop-truncation warningVasily Gorbik2018-07-021-1/+1
* | s390/tape: fix gcc 8 stringop-truncation warningVasily Gorbik2018-07-021-4/+4
* | s390/tape: fix stringop-truncation gcc 8 warningsVasily Gorbik2018-07-021-2/+2
* | s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik2018-06-251-5/+0Star
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-051-0/+3
|\
| * s390: introduce compile time check for empty .bss sectionVasily Gorbik2018-05-091-0/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-053-3/+0Star
|\ \
| * | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-1/+1
| |\|