aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+3
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-18s390/defkeymap: fix global init to zeroChristian Borntraeger1-1/+1
2018-03-18s390/sclp_tty: enable line mode tty even if there is an ascii consoleChristian Borntraeger1-1/+4
2018-03-18s390/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-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-10Merge 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/s390/linuxLinus Torvalds1-2/+2
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář1-0/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/s390/linuxLinus Torvalds14-1/+14
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman1-1/+0
2017-11-24s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman14-0/+14
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook8-51/+48
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+7
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-21/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman50-0/+50
2017-10-26vmur: convert urdev.ref_count from atomic_t to refcount_tElena Reshetova2-5/+7
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2-12/+7
2017-09-28s390/sclp: Use setup_timer and mod_timerHimanshu Jha2-10/+4
2017-09-28s390/char: fix cdev_add usageJean Delvare3-6/+3
2017-08-29s390/vmcp: simplify vmcp_response_free()Heiko Carstens1-3/+2
2017-08-09s390/vmcp: simplify vmcp_ioctl()Heiko Carstens1-14/+12
2017-08-09s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2-32/+10
2017-08-09s390/vmcp: make use of contiguous memory allocatorHeiko Carstens3-9/+79
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens1-1/+3
2017-08-03s390/sclp: add const to bin_attribute structureBhumika Goyal1-1/+1
2017-07-26s390/sclp_ocf: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-26s390/tape: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-26s390/raw3270: constify attribute_group structures.Arvind Yadav1-1/+1