summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-1/+1
|\
| * hvc_xen: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-06-301-1/+2
|\ \
| * | drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf2015-05-111-1/+2
* | | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-265-145/+4
|\ \ \
| * \ \ Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-081-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-181-1/+17
| |\ \ \
| * | | | tty/hvc: remove celleb-only beat driverDaniel Axtens2015-05-103-142/+0
| * | | | tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+2
| * | | | tty: hvc_console.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-241-23/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | hvc: Convert to using interrupts instead of opal eventsAlistair Popple2015-05-221-23/+10
| | |/ | |/|
* | | xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel2015-05-191-1/+1
|/ /
* | xen/console: Update console event channel on resumeBoris Ostrovsky2015-05-051-1/+17
|/
* tty/hvc_opal: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner2015-01-221-7/+24
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\
| * tty: hvc: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_...Markus Elfring2014-11-261-2/+1
* | tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida2014-11-051-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-111-1/+1
|\
| * powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-021-1/+1
* | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-111-5/+4
|\ \
| * | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-5/+4
| |/
* | xen_hvc: no reason to write the type key on xenstoreStefano Stabellini2014-09-281-3/+0
|/
* 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
| | |/ | |/|
OpenPOWER on IntegriCloud