aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/char
AgeCommit message (Expand)AuthorFilesLines
2018-12-13s390/drivers: fix proc/debugfs file permissionsGravatar Sebastian Ott 1-5/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+2
2018-10-09s390/kasan: avoid instrumentation of early C codeGravatar Vasily Gorbik 1-0/+1
2018-10-09s390/sclp: introduce sclp_early_get_hsa_sizeGravatar Vasily Gorbik 1-0/+11
2018-10-09s390/mem_detect: replace tprot loop with binary searchGravatar Vasily Gorbik 1-2/+1
2018-10-09s390/mem_detect: introduce SCLP storage infoGravatar Vasily Gorbik 3-10/+64
2018-10-09s390/mem_detect: move tprot loop to early boot phaseGravatar Vasily Gorbik 1-0/+17
2018-10-09s390/sclp: move sclp_early_read_info to sclp_early_core.cGravatar Vasily Gorbik 3-64/+79
2018-10-09s390/sclp: simplify early hsa_size detectionGravatar Vasily Gorbik 1-57/+3
2018-10-09s390/monwriter: do not use stack buffers for hardware dataGravatar Martin Schwidefsky 1-13/+20
2018-10-09s390/appldata: pass parameter list pointer to appldata_asmGravatar Martin Schwidefsky 1-1/+3
2018-09-20s390/tape: fix spelling mistake "partion" -> "partition"Gravatar Colin Ian King 1-1/+1
2018-09-20s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its functionGravatar zhong jiang 1-1/+1
2018-09-20s390/sclp: Allow to request adapter resetGravatar Jan Höppner 1-2/+8
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGravatar Gerald Schaefer 1-3/+8
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+28
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Gravatar Marek Szyprowski 1-1/+1
2018-07-19s390/tape: replace PTR_RET with PTR_ERR_OR_ZEROGravatar Gustavo A. R. Silva 1-1/+1
2018-07-19s390/keyboard: sanitize array index in do_kdsk_ioctlGravatar Martin Schwidefsky 1-12/+16
2018-07-07kbd: complete dead keys definitionsGravatar Samuel Thibault 1-2/+28
2018-07-06s390/sclp_async: replace callhome proc handler with generic oneGravatar Vasily Gorbik 1-31/+7
2018-07-02s390/monwriter: fix gcc 8 stringop-truncation warningGravatar Vasily Gorbik 1-1/+1
2018-07-02s390/tape: fix gcc 8 stringop-truncation warningGravatar Vasily Gorbik 1-4/+4
2018-07-02s390/tape: fix stringop-truncation gcc 8 warningsGravatar Vasily Gorbik 1-2/+2
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsGravatar Vasily Gorbik 1-5/+0
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 3-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-0/+3
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-3/+0
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-17/+2
2018-05-09s390: introduce compile time check for empty .bss sectionGravatar Vasily Gorbik 1-0/+3
2018-05-02Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-1/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hGravatar Deepa Dinamani 3-3/+0
2018-04-16s390/sclp: avoid potential usage of uninitialized valueGravatar Vasily Gorbik 1-1/+1
2018-03-18s390/defkeymap: fix global init to zeroGravatar Christian Borntraeger 1-1/+1
2018-03-18s390/sclp_tty: enable line mode tty even if there is an ascii consoleGravatar Christian Borntraeger 1-1/+4
2018-03-18s390/char : Rename EBCDIC keymap variablesGravatar Farhan Ali 3-48/+61
2018-02-22s390/sclp: 64 bit event maskGravatar Claudio Imbrenda 1-1/+1
2018-02-22s390/sclp: 32 bit event mask compatibility modeGravatar Claudio Imbrenda 3-8/+33
2018-02-22s390/sclp: generic event mask accessorsGravatar Claudio Imbrenda 4-23/+75
2018-02-22s390/sclp: clean up, use sccb_mask_t where appropriateGravatar Claudio Imbrenda 3-8/+8
2018-02-22s390/sclp: Add support for Store Data SCLP interfaceGravatar Peter Oberparleiter 3-1/+572
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2018-02-07s390: introduce execute-trampolines for branchesGravatar Martin Schwidefsky 1-0/+2
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-2/+2
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Radim Krčmář 1-0/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-01-26s390/sclp: expose the GISA format facilityGravatar Michael Mueller 1-1/+2