summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
2015-05-28hvc_xen: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-22hvc: Convert to using interrupts instead of opal eventsAlistair Popple1-23/+10
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-05-19Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman1-1/+17
2015-05-11drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf1-1/+2
2015-05-10tty/hvc: remove celleb-only beat driverDaniel Axtens3-142/+0
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+2
2015-05-10tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2015-05-05xen/console: Update console event channel on resumeBoris Ostrovsky1-1/+17
2015-03-27tty/hvc_opal: constify of_device_id arrayFabian Frederick1-1/+1
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner1-7/+24
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2014-11-27tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_...Markus Elfring1-2/+1
2014-11-06tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida1-1/+1
2014-10-20tty: hvc: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds1-1/+1
2014-10-12Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+4
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-5/+4
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-09-29xen_hvc: no reason to write the type key on xenstoreStefano Stabellini1-3/+0
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2-31/+13
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2014-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-41/+10
2014-06-03drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-05-29ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington1-40/+2
2014-05-29tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt1-1/+8
2014-05-16tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner1-4/+4
2014-05-04drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-04-07tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt1-1/+21
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-02-07drivers/tty/hvc: don't use module_init in non-modular hyp. console codePaul Gortmaker4-42/+4
2014-01-22s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner1-7/+26
2014-01-22s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner1-0/+68
2014-01-22s390/hvc_iucv: fix sparse warningHendrik Brueckner1-1/+1
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria1-1/+1
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+17
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-15/+14
2013-11-09Merge tag 'v3.12-rc5' into stable/for-linus-3.13Konrad Rzeszutek Wilk1-0/+1
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+1
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner1-2/+1
2013-10-11tty/hvc_opal: powerpc: Make OPAL HVC device tree accesses endian safeBenjamin Herrenschmidt1-2/+2
2013-10-11powerpc/hvsi: Fix endian issues in HVSI driverBenjamin Herrenschmidt1-13/+12
2013-10-07Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman1-0/+1
2013-10-04xen/hvc: allow xenboot console to be used againDavid Vrabel1-0/+1
2013-09-30xen/hvc: If we use xen_raw_printk let it also work on HVM guests.Konrad Rzeszutek Wilk1-2/+17
2013-09-27hvc_vio: Do not override preferred console set by kernel parameterBen Hutchings1-1/+4
2013-09-26TTY: hvc_dcc: probe for a JTAG connection before registeringRob Herring1-0/+21