aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc
AgeCommit message (Expand)AuthorFilesLines
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Gravatar Wei Yongjun 1-1/+3
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+4
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 2-60/+96
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGGravatar David Vrabel 1-1/+4
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2012-09-18tty/serial: remove CONFIG_EXPERIMENTAL dependenciesGravatar Greg Kroah-Hartman 1-1/+1
2012-09-17tty: Fix hvc returnGravatar Alan Cox 1-1/+1
2012-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Konrad Rzeszutek Wilk 1-9/+6
2012-09-05hvc_vio: Improve registration of udbg backendGravatar Benjamin Herrenschmidt 1-53/+70
2012-09-05hvc_console: Better kernel console supportGravatar Benjamin Herrenschmidt 1-7/+26
2012-08-21xen: missing includesGravatar Stefano Stabellini 1-0/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-08-13TTY: hvcs, add tty installGravatar Jiri Slaby 1-19/+33
2012-08-13TTY: hvcs, clean hvcs_open a bitGravatar Jiri Slaby 1-15/+17
2012-08-13TTY: hvc_console, add tty installGravatar Jiri Slaby 1-6/+25
2012-08-13TTY: use tty_port_link_deviceGravatar Jiri Slaby 1-0/+2
2012-08-06Merge tty-next into 3.6-rc1Gravatar Greg Kroah-Hartman 1-9/+6
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-9/+6
2012-07-19xen/hvc: Fix up checks when the info is allocated.Gravatar Konrad Rzeszutek Wilk 1-9/+6
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-1/+1
2012-07-10tty/hvc_opal: Fix debug function nameGravatar Benjamin Herrenschmidt 1-1/+1
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-14/+17
2012-05-24xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Gravatar Konrad Rzeszutek Wilk 1-3/+8
2012-05-24xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNGravatar Konrad Rzeszutek Wilk 1-1/+2
2012-05-24xen/hvc: Collapse error logic.Gravatar Konrad Rzeszutek Wilk 1-12/+9
2012-05-21hvc_xen: NULL dereference on allocation failureGravatar Dan Carpenter 1-2/+2
2012-05-15tty: hvc_xen: NULL dereference on allocation failureGravatar Dan Carpenter 1-2/+2
2012-04-13TTY: hvc, fix TTY refcountingGravatar Jiri Slaby 1-5/+0
2012-04-09TTY: hvsi, use tty from tty_portGravatar Jiri Slaby 1-14/+21
2012-04-09TTY: hvsi, sanitize uses of ttyGravatar Jiri Slaby 1-58/+30
2012-04-09TTY: hvsi, add tty_portGravatar Jiri Slaby 1-6/+7
2012-04-09TTY: hvsi, CLOCAL is not in tty->flagsGravatar Jiri Slaby 1-1/+1
2012-04-09TTY: hvcs, use tty from tty_portGravatar Jiri Slaby 1-9/+7
2012-04-09TTY: hvcs, use kref from tty_portGravatar Jiri Slaby 1-18/+16
2012-04-09TTY: hvcs, add tty_portGravatar Jiri Slaby 1-12/+12
2012-04-09TTY: HVC, use count from tty_portGravatar Jiri Slaby 2-20/+21
2012-04-09TTY: HVC, use tty from tty_portGravatar Jiri Slaby 3-23/+16
2012-04-09TTY: HVC, add tty_portGravatar Jiri Slaby 2-10/+15
2012-03-28powerpc+sparc/vio: Modernize driver registrationGravatar Benjamin Herrenschmidt 2-9/+3
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-43/+430
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 5-615/+11
2012-03-21tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectableGravatar Stephen Rothwell 1-4/+0
2012-03-16powerpc/hvc_udbg: Don't crash when udbg_putc is NULLGravatar Benjamin Herrenschmidt 2-1/+11
2012-03-13hvc_xen: introduce HVC_XEN_FRONTENDGravatar Stefano Stabellini 2-54/+70
2012-03-13hvc_xen: implement multiconsole supportGravatar Stefano Stabellini 1-58/+377
2012-03-13hvc_xen: support PV on HVM consolesGravatar Stefano Stabellini 1-16/+68
2012-03-09tty: powerpc: remove hvc_iseriesGravatar Stephen Rothwell 3-610/+0
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 2-18/+11
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 3-4/+0