aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)Author
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard
2014-09-28xen_hvc: no reason to write the type key on xenstoreStefano Stabellini
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-06-02drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick
2014-05-28ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington
2014-05-28tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama
2014-04-07tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker
2014-01-22s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner
2014-01-22s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner
2014-01-22s390/hvc_iucv: fix sparse warningHendrik Brueckner
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-11-08Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner
2013-10-11tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt
2013-10-11powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt
2013-10-06Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman
2013-10-03xen/hvc: allow xenboot console to be used againDavid Vrabel
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk
2013-09-26hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings
2013-09-25TTY: hvc_dcc: probe for a JTAG connection before registeringRob Herring
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches
2013-08-28Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-27powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin
2013-08-14powerpc: Make device tree accesses in HVC VIO console endian safeAnton Blanchard
2013-08-12tile: various console improvementsChris Metcalf
2013-07-24tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner
2013-06-03tty: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach