aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-6/+143
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-17/+67
2013-08-30hvc_xen: Remove unnecessary __GFP_ZERO from kzallocJoe Perches1-3/+3
2013-08-28Merge branch 'merge' into nextBenjamin Herrenschmidt1-2/+2
2013-08-27powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin1-2/+2
2013-08-14powerpc: Make device tree accesses in HVC VIO console endian safeAnton Blanchard1-2/+2
2013-08-12tile: various console improvementsChris Metcalf1-6/+143
2013-07-24tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner1-13/+51
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner2-1/+13
2013-06-03tty: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+3
2013-01-15TTY: hvsi: use for_each_compatible_node() macroWei Yongjun1-3/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby3-5/+5
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby2-14/+10
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby2-2/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-11-21tty: remove use of __devexitBill Pemberton3-4/+4
2012-11-21tty: remove use of __devinitdataBill Pemberton2-2/+2
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton4-7/+7
2012-11-21tty: remove use of __devexit_pBill Pemberton2-2/+2
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman1-7/+0
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras1-7/+0
2012-10-28Merge branch 'master' into for-nextJiri Kosina7-104/+182
2012-10-25tty: Fix typo in tty driversMasanari Iida2-2/+2
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun1-1/+3
2012-10-12Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+4
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-60/+96
2012-10-04xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-10-02Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+2
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-09-12Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7Konrad Rzeszutek Wilk1-9/+6
2012-09-05hvc_vio: Improve registration of udbg backendBenjamin Herrenschmidt1-53/+70
2012-09-05hvc_console: Better kernel console supportBenjamin Herrenschmidt1-7/+26
2012-08-21xen: missing includesStefano Stabellini1-0/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-13TTY: hvcs, add tty installJiri Slaby1-19/+33
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby1-15/+17
2012-08-13TTY: hvc_console, add tty installJiri Slaby1-6/+25
2012-08-13TTY: use tty_port_link_deviceJiri Slaby1-0/+2
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman1-9/+6