summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-18tty/serial: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-1/+1
2012-09-17tty: Fix hvc returnAlan Cox1-1/+1
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-14TTY: hvcs, add tty installJiri Slaby1-19/+33
2012-08-14TTY: hvcs, clean hvcs_open a bitJiri Slaby1-15/+17
2012-08-14TTY: hvc_console, add tty installJiri Slaby1-6/+25
2012-08-14TTY: use tty_port_link_deviceJiri Slaby1-0/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-9/+6
2012-07-25Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-9/+6
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk1-9/+6
2012-07-17tty: move the termios object into the ttyAlan Cox1-1/+1
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt1-1/+1
2012-06-16Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-14/+17
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk1-3/+8
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk1-1/+2
2012-05-24xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk1-12/+9
2012-05-21hvc_xen: NULL dereference on allocation failureDan Carpenter1-2/+2
2012-05-15tty: hvc_xen: NULL dereference on allocation failureDan Carpenter1-2/+2
2012-04-13TTY: hvc, fix TTY refcountingJiri Slaby1-5/+0
2012-04-09TTY: hvsi, use tty from tty_portJiri Slaby1-14/+21
2012-04-09TTY: hvsi, sanitize uses of ttyJiri Slaby1-58/+30
2012-04-09TTY: hvsi, add tty_portJiri Slaby1-6/+7
2012-04-09TTY: hvsi, CLOCAL is not in tty->flagsJiri Slaby1-1/+1
2012-04-09TTY: hvcs, use tty from tty_portJiri Slaby1-9/+7
2012-04-09TTY: hvcs, use kref from tty_portJiri Slaby1-18/+16
2012-04-09TTY: hvcs, add tty_portJiri Slaby1-12/+12
2012-04-09TTY: HVC, use count from tty_portJiri Slaby2-20/+21
2012-04-09TTY: HVC, use tty from tty_portJiri Slaby3-23/+16
2012-04-09TTY: HVC, add tty_portJiri Slaby2-10/+15
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2-9/+3
2012-03-23Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-43/+430
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds5-615/+11
2012-03-21tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectableStephen Rothwell1-4/+0
2012-03-16powerpc/hvc_udbg: Don't crash when udbg_putc is NULLBenjamin Herrenschmidt2-1/+11
2012-03-14hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini2-54/+70
2012-03-14hvc_xen: implement multiconsole supportStefano Stabellini1-58/+377
2012-03-14hvc_xen: support PV on HVM consolesStefano Stabellini1-16/+68
2012-03-09tty: powerpc: remove hvc_iseriesStephen Rothwell3-610/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby2-18/+11
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby3-4/+0
2012-01-27serial: Kill off NO_IRQAlan Cox6-7/+7
2011-11-16tty: hvc_dcc: Fix duplicate character inputsStephen Boyd1-0/+2
2011-11-07Revert "hvc_console: display printk messages on console."Linus Torvalds1-6/+1
2011-11-07powerpc: fix building hvc_opal.cMichael Neuling1-0/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds5-5/+439
2011-11-01tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2-0/+2
2011-10-19hvc_console: display printk messages on console.Miche Baker-Harvey1-1/+6
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang3-3/+3