summaryrefslogtreecommitdiff
path: root/drivers/s390/char
AgeCommit message (Expand)AuthorFilesLines
2024-08-19s390/sclp: Prevent release of buffer in I/OPeter Oberparleiter1-2/+8
2024-07-27s390/sclp: Fix sclp_init() cleanup on failureHeiko Carstens1-0/+1
2022-08-25s390/zcore: fix race when reading from hardware system areaAlexander Gordeev1-1/+10
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby1-2/+2
2021-11-26s390/tape: fix timer initialization in tape_std_assign()Sven Schnelle1-2/+1
2021-07-20s390/sclp_vt220: fix console name to match deviceValentin Vidic1-2/+2
2019-11-24s390/kasan: avoid instrumentation of early C codeVasily Gorbik1-0/+1
2019-05-16s390/3270: fix lockdep false positive on view->lockMartin Schwidefsky5-5/+10
2019-01-31s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer1-0/+2
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer1-3/+8
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+28
2018-08-18mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2018-07-19s390/tape: replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-19s390/keyboard: sanitize array index in do_kdsk_ioctlMartin Schwidefsky1-12/+16
2018-07-07kbd: complete dead keys definitionsSamuel Thibault1-2/+28
2018-07-06s390/sclp_async: replace callhome proc handler with generic oneVasily Gorbik1-31/+7
2018-07-02s390/monwriter: fix gcc 8 stringop-truncation warningVasily Gorbik1-1/+1
2018-07-02s390/tape: fix gcc 8 stringop-truncation warningVasily Gorbik1-4/+4
2018-07-02s390/tape: fix stringop-truncation gcc 8 warningsVasily Gorbik1-2/+2
2018-06-25s390/decompressor: avoid reusing uncompressed image objectsVasily Gorbik1-5/+0
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook3-3/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+3
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-17/+2
2018-05-09s390: introduce compile time check for empty .bss sectionVasily Gorbik1-0/+3
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-1/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani3-3/+0
2018-04-16s390/sclp: avoid potential usage of uninitialized valueVasily Gorbik1-1/+1
2018-03-19s390/defkeymap: fix global init to zeroChristian Borntraeger1-1/+1
2018-03-19s390/sclp_tty: enable line mode tty even if there is an ascii consoleChristian Borntraeger1-1/+4
2018-03-19s390/char : Rename EBCDIC keymap variablesFarhan Ali3-48/+61
2018-02-22s390/sclp: 64 bit event maskClaudio Imbrenda1-1/+1
2018-02-22s390/sclp: 32 bit event mask compatibility modeClaudio Imbrenda3-8/+33
2018-02-22s390/sclp: generic event mask accessorsClaudio Imbrenda4-23/+75
2018-02-22s390/sclp: clean up, use sccb_mask_t where appropriateClaudio Imbrenda3-8/+8
2018-02-22s390/sclp: Add support for Store Data SCLP interfacePeter Oberparleiter3-1/+572
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky1-0/+2
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+2
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář1-0/+2
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-1/+2
2018-01-23s390/sclp: fix .data section specificationVasily Gorbik1-2/+2
2017-12-13s390/sclp: disable FORTIFY_SOURCE for early sclp codeHeiko Carstens1-0/+2
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky2-0/+2
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds14-1/+14
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1