summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-148-51/+48
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-12/+7
|\
| * timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-052-12/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-136-21/+14
|\ \
| * | vmur: convert urdev.ref_count from atomic_t to refcount_tElena Reshetova2017-10-262-5/+7
| * | s390/sclp: Use setup_timer and mod_timerHimanshu Jha2017-09-282-10/+4
| * | s390/char: fix cdev_add usageJean Delvare2017-09-283-6/+3
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0250-0/+50
|/
* s390/vmcp: simplify vmcp_response_free()Heiko Carstens2017-08-291-3/+2
* s390/vmcp: simplify vmcp_ioctl()Heiko Carstens2017-08-091-14/+12
* s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens2017-08-091-1/+1
* s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2017-08-092-32/+10
* s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-093-9/+79
* s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-091-1/+1
* s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens2017-08-091-1/+3
* s390/sclp: add const to bin_attribute structureBhumika Goyal2017-08-031-1/+1
* s390/sclp_ocf: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
* s390/tape: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
* s390/raw3270: constify attribute_group structures.Arvind Yadav2017-07-261-1/+1
* s390/sclp: single increment assignment controlMartin Schwidefsky2017-07-261-0/+1
* s390/mm: add no-dat TLB flush optimizationMartin Schwidefsky2017-07-251-2/+4
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-6/+1
|\
| * s390 keyboard.c: don't open-code strndup_user()Al Viro2017-05-151-6/+1
* | s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman2017-06-122-11/+8
|/
* s390/sclp: Detect KSS facilityFarhan Ali2017-04-211-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* s390/sclp: get rid of common response code handlingHeiko Carstens2017-02-083-33/+17
* s390/sclp: don't add new lines to each printed stringHeiko Carstens2017-02-081-9/+7
* s390/sclp: make early sclp code readableHeiko Carstens2017-02-084-280/+228
* s390/sclp: disable early sclp code as soon as the base sclp driver is activeHeiko Carstens2017-02-083-7/+11
* s390/sclp: move early printk code to driversHeiko Carstens2017-02-082-1/+228
* s390: use false/true when using boolHeiko Carstens2017-01-162-2/+2
* s390: proper type casts for csum_partial invocationsHeiko Carstens2017-01-161-1/+1
* s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe2017-01-161-1/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2413-13/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-12-138-61/+61
|\
| * s390/vmlogrdr: fix IUCV buffer allocationGerald Schaefer2016-12-121-1/+1
| * s390/smp: initialize cpu_present_mask in setup_archHeiko Carstens2016-12-073-24/+55
| * zcore: Improve startup-message textMichael Holzheu2016-11-171-1/+1
| * s390: char: make slcp_quiesce explicitly non-modularPaul Gortmaker2016-10-311-3/+1
| * s390: char: make sclp_tty explicitly non-modularPaul Gortmaker2016-10-311-2/+1
| * s390: char: make con3215 explicitly non-modularPaul Gortmaker2016-10-311-11/+1
| * s390: char: make zcore explicitly non-modularPaul Gortmaker2016-10-311-19/+1
* | s390: char: make slp_ctl explicitly non-modularPaul Gortmaker2016-11-101-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-10-043-15/+16
|\
| * s390/con3270: fix insufficient space paddingSascha Silbe2016-09-301-2/+7
| * s390/con3270: fix use of uninitialised dataSascha Silbe2016-09-301-1/+1
| * s390/vmur: fix irq pointer dereference in int handlerSebastian Ott2016-09-201-4/+5
| * s390/tape: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-241-8/+3
OpenPOWER on IntegriCloud