| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/hvc_iucv: Automatically assign free HVC terminal devices | Hendrik Brueckner | 2014-01-22 | 1 | -7/+26 |
* | s390/hvc_iucv: Display connection details through device attributes | Hendrik Brueckner | 2014-01-22 | 1 | -0/+68 |
* | s390/hvc_iucv: fix sparse warning | Hendrik Brueckner | 2014-01-22 | 1 | -1/+1 |
* | tty: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-08 | 1 | -1/+0 |
* | drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c | Rashika Kheria | 2013-12-17 | 1 | -1/+1 |
* | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-11-15 | 1 | -2/+17 |
|\ |
|
| * | Merge tag 'v3.12-rc5' into stable/for-linus-3.13 | Konrad Rzeszutek Wilk | 2013-11-08 | 1 | -0/+1 |
| |\ |
|
| * | | xen/hvc: If we use xen_raw_printk let it also work on HVM guests. | Konrad Rzeszutek Wilk | 2013-09-30 | 1 | -2/+17 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-11-12 | 2 | -15/+14 |
|\ \ \ |
|
| * | | | tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safe | Benjamin Herrenschmidt | 2013-10-11 | 1 | -2/+2 |
| * | | | powerpc/hvsi: Fix endian issues in HVSI driver | Benjamin Herrenschmidt | 2013-10-11 | 1 | -13/+12 |
| | |/
| |/| |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2013-11-08 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | tty/hvc_iucv: remove redundant NULL check | Hendrik Brueckner | 2013-10-28 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge 3.12-rc4 into tty-next | Greg Kroah-Hartman | 2013-10-07 | 1 | -0/+1 |
|\| | |
|
| * | | xen/hvc: allow xenboot console to be used again | David Vrabel | 2013-10-04 | 1 | -0/+1 |
| |/ |
|
* | | hvc_vio: Do not override preferred console set by kernel parameter | Ben Hutchings | 2013-09-27 | 1 | -1/+4 |
* | | TTY: hvc_dcc: probe for a JTAG connection before registering | Rob Herring | 2013-09-26 | 1 | -0/+21 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2013-09-06 | 1 | -6/+143 |
|\ |
|
| * | tile: various console improvements | Chris Metcalf | 2013-08-12 | 1 | -6/+143 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-09-06 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2013-08-28 | 1 | -2/+2 |
| |\ \ |
|
| * | | | powerpc: Make device tree accesses in HVC VIO console endian safe | Anton Blanchard | 2013-08-14 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-09-03 | 4 | -17/+67 |
|\ \ \
| |_|/
|/| | |
|
| * | | hvc_xen: Remove unnecessary __GFP_ZERO from kzalloc | Joe Perches | 2013-08-30 | 1 | -3/+3 |
| * | | tty/hvc_iucv: Disconnect IUCV connection when lowering DTR | Hendrik Brueckner | 2013-07-25 | 1 | -13/+51 |
| * | | tty/hvc_console: Add DTR/RTS callback to handle HUPCL control | Hendrik Brueckner | 2013-07-25 | 2 | -1/+13 |
| |/ |
|
* / | powerpc/hvsi: Increase handshake timeout from 200ms to 400ms. | Eugene Surovegin | 2013-08-27 | 1 | -2/+2 |
|/ |
|
* | tty: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2013-06-03 | 1 | -1/+1 |
* | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 2013-03-19 | 1 | -6/+1 |
* | drivers/tty/hvc: Use strlcpy instead of strncpy | Chen Gang | 2013-03-05 | 1 | -7/+2 |
* | Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2013-02-25 | 1 | -1/+1 |
|\ |
|
| * | xen: introduce xen_remap, use it instead of ioremap | Stefano Stabellini | 2013-02-20 | 1 | -1/+1 |
* | | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-19 | 1 | -0/+3 |
* | | TTY: hvsi: use for_each_compatible_node() macro | Wei Yongjun | 2013-01-16 | 1 | -3/+1 |
* | | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 | 3 | -5/+5 |
* | | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-16 | 1 | -1/+1 |
* | | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-16 | 2 | -14/+10 |
* | | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 2013-01-16 | 2 | -2/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 2 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-10-28 | 7 | -104/+182 |
| |\ |
|
| * | | tty: Fix typo in tty drivers | Masanari Iida | 2012-10-25 | 2 | -2/+2 |
* | | | tty: remove use of __devexit | Bill Pemberton | 2012-11-22 | 3 | -4/+4 |
* | | | tty: remove use of __devinitdata | Bill Pemberton | 2012-11-22 | 2 | -2/+2 |
* | | | tty: remove use of __devinitdata | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | | | tty: remove use of __devinit | Bill Pemberton | 2012-11-22 | 4 | -7/+7 |
* | | | tty: remove use of __devexit_p | Bill Pemberton | 2012-11-22 | 2 | -2/+2 |
* | | | Merge 3.7-rc6 into tty-next | Greg Kroah-Hartman | 2012-11-17 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | TTY: hvc_console, fix port reference count going to zero prematurely | Paul Mackerras | 2012-11-14 | 1 | -7/+0 |
| | |/
| |/| |
|
* | | | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 2012-11-16 | 1 | -0/+1 |
* | | | TTY: hvcs: fix missing unlock on error in hvcs_initialize() | Wei Yongjun | 2012-10-24 | 1 | -1/+3 |
|/ / |
|