summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
Commit message (Expand)AuthorAgeFilesLines
* tty/serial: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman2012-09-181-1/+1
* tty: Fix hvc returnAlan Cox2012-09-171-1/+1
* TTY: hvcs, add tty installJiri Slaby2012-08-141-19/+33
* TTY: hvcs, clean hvcs_open a bitJiri Slaby2012-08-141-15/+17
* TTY: hvc_console, add tty installJiri Slaby2012-08-141-6/+25
* TTY: use tty_port_link_deviceJiri Slaby2012-08-141-0/+2
* Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-9/+6Star
|\
| * Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-241-9/+6Star
| |\
| | * xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk2012-07-191-9/+6Star
* | | tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
|/ /
* / tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt2012-07-101-1/+1
|/
* Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-161-14/+17
|\
| * xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk2012-05-241-3/+8
| * xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk2012-05-241-1/+2
| * xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk2012-05-241-12/+9Star
| * hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-211-2/+2
* | tty: hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-151-2/+2
* | TTY: hvc, fix TTY refcountingJiri Slaby2012-04-131-5/+0Star
* | TTY: hvsi, use tty from tty_portJiri Slaby2012-04-091-14/+21
* | TTY: hvsi, sanitize uses of ttyJiri Slaby2012-04-091-58/+30Star
* | TTY: hvsi, add tty_portJiri Slaby2012-04-091-6/+7
* | TTY: hvsi, CLOCAL is not in tty->flagsJiri Slaby2012-04-091-1/+1
* | TTY: hvcs, use tty from tty_portJiri Slaby2012-04-091-9/+7Star
* | TTY: hvcs, use kref from tty_portJiri Slaby2012-04-091-18/+16Star
* | TTY: hvcs, add tty_portJiri Slaby2012-04-091-12/+12
* | TTY: HVC, use count from tty_portJiri Slaby2012-04-092-20/+21
* | TTY: HVC, use tty from tty_portJiri Slaby2012-04-093-23/+16Star
* | TTY: HVC, add tty_portJiri Slaby2012-04-092-10/+15
|/
* powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-282-9/+3Star
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-232-43/+430
|\
| * hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini2012-03-142-54/+70
| * hvc_xen: implement multiconsole supportStefano Stabellini2012-03-141-58/+377
| * hvc_xen: support PV on HVM consolesStefano Stabellini2012-03-141-16/+68
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-225-615/+11Star
|\ \
| * | tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectableStephen Rothwell2012-03-211-4/+0Star
| * | powerpc/hvc_udbg: Don't crash when udbg_putc is NULLBenjamin Herrenschmidt2012-03-152-1/+11
| * | tty: powerpc: remove hvc_iseriesStephen Rothwell2012-03-093-610/+0Star
| |/
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-082-18/+11Star
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-083-4/+0Star
* | serial: Kill off NO_IRQAlan Cox2012-01-276-7/+7
|/
* tty: hvc_dcc: Fix duplicate character inputsStephen Boyd2011-11-151-0/+2
* Revert "hvc_console: display printk messages on console."Linus Torvalds2011-11-071-6/+1Star
* powerpc: fix building hvc_opal.cMichael Neuling2011-11-071-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-0/+2
|\
| * tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-11-012-0/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-075-5/+439
|\ \ | |/ |/|
| * powerpc/powernv: Support for OPAL consoleBenjamin Herrenschmidt2011-09-204-2/+436
| * hvcs: Ensure page aligned partner info bufferBrian King2011-09-201-3/+3
* | hvc_console: display printk messages on console.Miche Baker-Harvey2011-10-181-1/+6
* | TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-233-3/+3