aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/char
AgeCommit message (Expand)AuthorFilesLines
2017-12-13s390/sclp: disable FORTIFY_SOURCE for early sclp codeGravatar Heiko Carstens 1-0/+2
2017-12-05s390: add a few more SPDX identifiersGravatar Martin Schwidefsky 2-0/+2
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 14-1/+14
2017-11-24s390: drivers: Remove redundant license textGravatar Greg Kroah-Hartman 1-1/+0
2017-11-24s390: char: add SPDX identifiers to the remaining filesGravatar Greg Kroah-Hartman 14-0/+14
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-2/+2
2017-11-14s390/sclp: Convert timers to use timer_setup()Gravatar Kees Cook 8-51/+48
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-12/+7
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 6-21/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 50-0/+50
2017-10-26vmur: convert urdev.ref_count from atomic_t to refcount_tGravatar Elena Reshetova 2-5/+7
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Gravatar Kees Cook 2-12/+7
2017-09-28s390/sclp: Use setup_timer and mod_timerGravatar Himanshu Jha 2-10/+4
2017-09-28s390/char: fix cdev_add usageGravatar Jean Delvare 3-6/+3
2017-08-29s390/vmcp: simplify vmcp_response_free()Gravatar Heiko Carstens 1-3/+2
2017-08-09s390/vmcp: simplify vmcp_ioctl()Gravatar Heiko Carstens 1-14/+12
2017-08-09s390/vmcp: return -ENOTTY for unknown ioctl commandsGravatar Heiko Carstens 1-1/+1
2017-08-09s390/vmcp: split vmcp header file and move to uapiGravatar Heiko Carstens 2-32/+10
2017-08-09s390/vmcp: make use of contiguous memory allocatorGravatar Heiko Carstens 3-9/+79
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsGravatar Heiko Carstens 1-1/+1
2017-08-09s390/vmcp: fix uaccess check and avoid undefined behaviorGravatar Heiko Carstens 1-1/+3
2017-08-03s390/sclp: add const to bin_attribute structureGravatar Bhumika Goyal 1-1/+1
2017-07-26s390/sclp_ocf: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-26s390/tape: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-26s390/raw3270: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-07-26s390/sclp: single increment assignment controlGravatar Martin Schwidefsky 1-0/+1
2017-07-25s390/mm: add no-dat TLB flush optimizationGravatar Martin Schwidefsky 1-2/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 1-1/+1
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+1
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGravatar Greg Kroah-Hartman 2-11/+8
2017-05-15s390 keyboard.c: don't open-code strndup_user()Gravatar Al Viro 1-6/+1
2017-04-21s390/sclp: Detect KSS facilityGravatar Farhan Ali 1-1/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-1/+2
2017-02-08s390/sclp: get rid of common response code handlingGravatar Heiko Carstens 3-33/+17
2017-02-08s390/sclp: don't add new lines to each printed stringGravatar Heiko Carstens 1-9/+7
2017-02-08s390/sclp: make early sclp code readableGravatar Heiko Carstens 4-280/+228
2017-02-08s390/sclp: disable early sclp code as soon as the base sclp driver is activeGravatar Heiko Carstens 3-7/+11
2017-02-08s390/sclp: move early printk code to driversGravatar Heiko Carstens 2-1/+228
2017-01-16s390: use false/true when using boolGravatar Heiko Carstens 2-2/+2
2017-01-16s390: proper type casts for csum_partial invocationsGravatar Heiko Carstens 1-1/+1
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeGravatar Corentin Labbe 1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 13-13/+13
2016-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 8-61/+61
2016-12-12s390/vmlogrdr: fix IUCV buffer allocationGravatar Gerald Schaefer 1-1/+1
2016-12-07s390/smp: initialize cpu_present_mask in setup_archGravatar Heiko Carstens 3-24/+55
2016-11-17zcore: Improve startup-message textGravatar Michael Holzheu 1-1/+1
2016-11-10s390: char: make slp_ctl explicitly non-modularGravatar Paul Gortmaker 1-2/+2
2016-10-31s390: char: make slcp_quiesce explicitly non-modularGravatar Paul Gortmaker 1-3/+1
2016-10-31s390: char: make sclp_tty explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-10-31s390: char: make con3215 explicitly non-modularGravatar Paul Gortmaker 1-11/+1