summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-193-3/+0Star
* | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-17/+2Star
| |/ |/|
* | s390/sclp: avoid potential usage of uninitialized valueVasily Gorbik2018-04-161-1/+1
|/
* s390/defkeymap: fix global init to zeroChristian Borntraeger2018-03-191-1/+1
* s390/sclp_tty: enable line mode tty even if there is an ascii consoleChristian Borntraeger2018-03-191-1/+4
* s390/char : Rename EBCDIC keymap variablesFarhan Ali2018-03-193-48/+61
* s390/sclp: 64 bit event maskClaudio Imbrenda2018-02-221-1/+1
* s390/sclp: 32 bit event mask compatibility modeClaudio Imbrenda2018-02-223-8/+33
* s390/sclp: generic event mask accessorsClaudio Imbrenda2018-02-224-23/+75
* s390/sclp: clean up, use sccb_mask_t where appropriateClaudio Imbrenda2018-02-223-8/+8
* s390/sclp: Add support for Store Data SCLP interfacePeter Oberparleiter2018-02-223-1/+572
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-1/+2
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-0/+2
| |\
| * | s390/sclp: expose the GISA format facilityMichael Mueller2018-01-261-1/+2
* | | s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-02-071-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-02-011-2/+2
|\ \ \
| * | | s390/sclp: fix .data section specificationVasily Gorbik2018-01-231-2/+2
| |/ /
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \ \ | |_|/ |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* | | s390/sclp: disable FORTIFY_SOURCE for early sclp codeHeiko Carstens2017-12-131-0/+2
| |/ |/|
* | s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-052-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3014-1/+14
|\ \ | |/ |/|
| * s390: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-241-1/+0Star
| * s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2414-0/+14
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-2/+2
|/
* s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-148-51/+48Star
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-142-12/+7Star
|\
| * timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2017-10-052-12/+7Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-136-21/+14Star
|\ \
| * | 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/+4Star
| * | s390/char: fix cdev_add usageJean Delvare2017-09-283-6/+3Star
| |/
* / 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/+2Star
* s390/vmcp: simplify vmcp_ioctl()Heiko Carstens2017-08-091-14/+12Star
* 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/+10Star
* 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-131-1/+1
* Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-6/+1Star
|\
| * s390 keyboard.c: don't open-code strndup_user()Al Viro2017-05-161-6/+1Star