aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds14-1/+14
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
2017-07-26s390/sclp: single increment assignment controlMartin Schwidefsky1-0/+1
2017-07-25s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky1-2/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman2-11/+8
2017-05-15s390 keyboard.c: don't open-code strndup_user()Al Viro1-6/+1
2017-04-21s390/sclp: Detect KSS facilityFarhan Ali1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar2-1/+2
2017-02-08s390/sclp: get rid of common response code handlingHeiko Carstens3-33/+17
2017-02-08s390/sclp: don't add new lines to each printed stringHeiko Carstens1-9/+7
2017-02-08s390/sclp: make early sclp code readableHeiko Carstens4-280/+228
2017-02-08s390/sclp: disable early sclp code as soon as the base sclp driver is activeHeiko Carstens3-7/+11
2017-02-08s390/sclp: move early printk code to driversHeiko Carstens2-1/+228
2017-01-16s390: use false/true when using boolHeiko Carstens2-2/+2
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens1-1/+1
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds13-13/+13
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-61/+61
2016-12-12s390/vmlogrdr: fix IUCV buffer allocationGerald Schaefer1-1/+1
2016-12-07s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens3-24/+55
2016-11-17zcore: Improve startup-message textMichael Holzheu1-1/+1
2016-11-10s390: char: make slp_ctl explicitly non-modularPaul Gortmaker1-2/+2
2016-10-31s390: char: make slcp_quiesce explicitly non-modularPaul Gortmaker1-3/+1
2016-10-31s390: char: make sclp_tty explicitly non-modularPaul Gortmaker1-2/+1
2016-10-31s390: char: make con3215 explicitly non-modularPaul Gortmaker1-11/+1
2016-10-31s390: char: make zcore explicitly non-modularPaul Gortmaker1-19/+1
2016-10-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-15/+16