summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-132-11/+73
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-302-2/+65
| * s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-231-9/+8Star
* | Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-171-7/+5Star
|\|
| * s390/3215: fix tty close handlingHeiko Carstens2012-11-151-7/+5Star
* | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-164-1/+8
|/
* Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-014-16/+48
|\
| * Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-271-0/+2
| |\
| * | TTY: tty3270, add tty installJiri Slaby2012-08-141-9/+22
| * | TTY: con3215, add tty installJiri Slaby2012-08-141-6/+15
| * | TTY: con3215, unset raw3215[line]Jiri Slaby2012-08-141-0/+7
| * | TTY: use tty_port_link_deviceJiri Slaby2012-08-142-0/+2
| * | TTY: automatically create nodes for some driversJiri Slaby2012-08-141-1/+1
| * | TTY: tty3270, free tty driver properlyJiri Slaby2012-08-101-0/+1
* | | drivers/s390/char/monreader.c: fix error return codePeter Senna Tschudin2012-09-261-1/+4
* | | s390/tape: remove even more tape block leftoversHeiko Carstens2012-09-262-5/+0Star
* | | s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPPHeiko Carstens2012-09-261-1/+1
* | | s390/sclp: use -EOPNOTSUPP instead of -ENOSYSHeiko Carstens2012-09-262-2/+2
* | | s390/3270: drop unused spinlock from struct con3270Jean Delvare2012-09-261-1/+0Star
| |/ |/|
* | s390/sclp_sdias: Add missing break and "fall through"Michael Holzheu2012-08-081-0/+2
|/
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-243-10/+48
|\
| * KVM: s390: Perform early event mask processing during bootHeinz Graalfs2012-06-143-10/+48
* | s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-2031-49/+21Star
* | s390/vmlogrdr: cleanup driver attribute usageSebastian Ott2012-06-051-12/+13
* | s390/vmlogrdr: cleanup device attribute usageSebastian Ott2012-06-051-11/+8Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-311-1/+1
|\
| * s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-241-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-1/+11
|\ \ | |/ |/|
| * KVM: s390: add capability indicating COW supportChristian Borntraeger2012-05-181-1/+11
* | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-236-179/+194
|\ \
| * \ Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman2012-04-236-179/+194
| |\ \ | | |/ | |/|
| | * tty: add missing tty_port_tty_get() call to raw3215_wakeupHeiko Carstens2012-04-171-1/+5
| | * TTY: con3215, use tty from tty_portJiri Slaby2012-04-131-16/+16
| | * TTY: con3215, add tty_portJiri Slaby2012-04-131-14/+16
| | * TTY: tty3270, add tty_portJiri Slaby2012-04-093-43/+49
| | * TTY: tty3270, push tty down to tty3270_do_writeJiri Slaby2012-04-091-5/+6
| | * TTY: tty3270, get rid of ugly aliasingJiri Slaby2012-04-091-23/+19Star
| | * TTY: tty3270, move initialization to allocationJiri Slaby2012-04-091-10/+10
| | * TTY: sclp_vt220, remove unused allocationJiri Slaby2012-04-091-8/+1Star
| | * TTY: sclp_vt220, add tty_portJiri Slaby2012-04-091-10/+14
| | * TTY: sclp_tty, add tty_portJiri Slaby2012-04-091-14/+19
| | * TTY: con3215, centralize allocationJiri Slaby2012-04-091-35/+39
* | | s390/memory hotplug: initialize storage keysHeiko Carstens2012-05-161-1/+11
* | | s390/tape: remove tape block leftoversHeiko Carstens2012-05-165-311/+2Star
|/ /
* / [S390] s390/char/vmur.c: fix memory leakDennis Chen2012-04-111-1/+1
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-0/+1
|\
| * Disintegrate asm/system.h for S390David Howells2012-03-281-0/+1
* | s390/char: use for_each_clear_bit()Akinobu Mita2012-03-241-3/+2Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-234-25/+82
|\
| * [S390] irq: external interrupt code passingHeiko Carstens2012-03-111-2/+2