summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
AgeCommit message (Expand)Author
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-18tty/serial: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman
2012-09-17tty: Fix hvc returnAlan Cox
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk
2012-09-05hvc_vio: Improve registration of udbg backendBenjamin Herrenschmidt
2012-09-05hvc_console: Better kernel console supportBenjamin Herrenschmidt
2012-08-21xen: missing includesStefano Stabellini
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-13TTY: hvcs, add tty installJiri Slaby
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby
2012-08-13TTY: hvc_console, add tty installJiri Slaby
2012-08-13TTY: use tty_port_link_deviceJiri Slaby
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk
2012-05-24xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk
2012-05-21hvc_xen: NULL dereference on allocation failureDan Carpenter
2012-05-15tty: hvc_xen: NULL dereference on allocation failureDan Carpenter
2012-04-13TTY: hvc, fix TTY refcountingJiri Slaby
2012-04-09TTY: hvsi, use tty from tty_portJiri Slaby
2012-04-09TTY: hvsi, sanitize uses of ttyJiri Slaby
2012-04-09TTY: hvsi, add tty_portJiri Slaby
2012-04-09TTY: hvsi, CLOCAL is not in tty->flagsJiri Slaby
2012-04-09TTY: hvcs, use tty from tty_portJiri Slaby
2012-04-09TTY: hvcs, use kref from tty_portJiri Slaby
2012-04-09TTY: hvcs, add tty_portJiri Slaby
2012-04-09TTY: HVC, use count from tty_portJiri Slaby
2012-04-09TTY: HVC, use tty from tty_portJiri Slaby
2012-04-09TTY: HVC, add tty_portJiri Slaby
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-21tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectableStephen Rothwell
2012-03-16powerpc/hvc_udbg: Don't crash when udbg_putc is NULLBenjamin Herrenschmidt
2012-03-13hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini
2012-03-13hvc_xen: implement multiconsole supportStefano Stabellini
2012-03-13hvc_xen: support PV on HVM consolesStefano Stabellini
2012-03-09tty: powerpc: remove hvc_iseriesStephen Rothwell
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-01-26serial: Kill off NO_IRQAlan Cox