summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2014-06-262-31/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-111-1/+1
|\
| * drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-021-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-4/+4
|\ \
| * | tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-4/+4
* | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-032-41/+10
|\ \ \ | |/ / |/| |
| * | ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington2014-05-281-40/+2
| * | tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt2014-05-281-1/+8
| |/
* | drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama2014-05-031-1/+1
|/
* tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt2014-04-071-1/+21
* hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker2014-02-131-1/+5
* drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker2014-02-074-42/+4
* s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner2014-01-221-7/+26
* s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner2014-01-221-0/+68
* s390/hvc_iucv: fix sparse warningHendrik Brueckner2014-01-221-1/+1
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria2013-12-171-1/+1
* Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-151-2/+17
|\
| * Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk2013-11-081-0/+1
| |\
| * | xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk2013-09-301-2/+17
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-122-15/+14
|\ \ \
| * | | tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt2013-10-111-2/+2
| * | | powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt2013-10-111-13/+12
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-11-081-2/+1
|\ \ \
| * | | tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner2013-10-281-2/+1
| |/ /
* | | Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman2013-10-061-0/+1
|\ \ \ | |/ /
| * | xen/hvc: allow xenboot console to be used againDavid Vrabel2013-10-031-0/+1
| |/
* | hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings2013-09-261-1/+4
* | TTY: hvc_dcc: probe for a JTAG connection before registeringRob Herring2013-09-251-0/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2013-09-061-6/+143
|\
| * tile: various console improvementsChris Metcalf2013-08-121-6/+143
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-2/+2
|\ \
| * \ Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-281-2/+2
| |\ \
| * | | powerpc: Make device tree accesses in HVC VIO console endian safeAnton Blanchard2013-08-141-2/+2
| | |/ | |/|
* | | Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-034-17/+67
|\ \ \ | |_|/ |/| |
| * | hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches2013-08-301-3/+3
| * | tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner2013-07-241-13/+51
| * | tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2013-07-242-1/+13
| |/
* | powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin2013-08-271-2/+2
|/
* tty: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-6/+1
* drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2
* Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-02-241-1/+1
|\
| * xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-191-1/+1
* | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+3
* | TTY: hvsi: use for_each_compatible_node() macroWei Yongjun2013-01-151-3/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-153-5/+5
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-152-14/+10
* | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-152-2/+2
|/
OpenPOWER on IntegriCloud