summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-for-v3.8/pm' into omap-for-v3.8/clockTony Lindgren2012-11-131-6/+6
|\
| * Revert "serial: omap: fix software flow control"Felipe Balbi2012-10-241-6/+6
* | tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren2012-10-242-6/+39
* | serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin2012-10-241-1/+1
* | serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-241-8/+8
* | TTY: Report warning when low_latency flag is wrongly usedIvo Sieben2012-10-241-0/+1
* | TTY: move tty buffers to tty_portJiri Slaby2012-10-226-59/+66
* | TTY: add port -> tty linkJiri Slaby2012-10-222-0/+5
* | TTY: tty_buffer, cache pointer to tty->bufJiri Slaby2012-10-221-56/+76
* | TTY: move TTY_FLUSH* flags to tty_portJiri Slaby2012-10-221-8/+10
* | TTY: n_tty, propagate n_tty_dataJiri Slaby2012-10-221-93/+78
* | TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-222-55/+72
* | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-221-123/+137
* | TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-221-24/+28
* | TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-222-68/+93
* | TTY: n_tty, add ldisc data to n_ttyJiri Slaby2012-10-221-1/+18
* | TTY: audit, stop accessing tty->icountJiri Slaby2012-10-222-9/+11
* | TTY: n_tty, remove bogus checksJiri Slaby2012-10-221-12/+0
* | TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby2012-10-221-18/+13
* | TTY: ldisc, wait for idle ldisc in releaseJiri Slaby2012-10-221-0/+5
* | TTY: vt, fix paste_selection ldisc handlingJiri Slaby2012-10-221-7/+2
* | TTY: move devpts kill to ptyJiri Slaby2012-10-222-5/+9
* | TTY: devpts, do not set driver_dataJiri Slaby2012-10-221-5/+5
* | TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-221-2/+5
* | TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-221-1/+1
* | tty: prevent unnecessary work queue lock checking on flip buffer copyIvo Sieben2012-10-221-1/+4
|/
* Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-193-12/+13
|\
| * serial/8250_hp300: Missing 8250 register interface conversion bitsGeert Uytterhoeven2012-10-151-10/+10
| * Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-145-62/+115
| |\
| * | tty: serial: sccnxp: Fix bug with unterminated platform_id listGreg Kroah-Hartman2012-10-051-0/+1
| * | serial: sccnxp: Allows the driver to be compiled as a moduleAlexander Shiyan2012-10-051-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-171-0/+1
|\ \ \
| * | | sparc64: Add global PMU register dumping via sysrq.David S. Miller2012-10-161-0/+1
| | |/ | |/|
* | | sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt2012-10-151-1/+2
|/ /
* | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-132-1/+15
|\ \
| * | kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-0/+13
| * | kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel2012-10-121-1/+2
* | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-121-1/+4
|\ \ \
| * | | xen/hvc: handle backend CLOSED without CLOSINGDavid Vrabel2012-10-041-1/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-062-60/+96
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-074-14/+24
| |\ \ \
| * | | | hvc_vio: Improve registration of udbg backendBenjamin Herrenschmidt2012-09-051-53/+70
| * | | | hvc_console: Better kernel console supportBenjamin Herrenschmidt2012-09-051-7/+26
* | | | | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-021-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-1216-76/+170
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | xen: missing includesStefano Stabellini2012-08-211-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-29/+16
|\ \ \ \ \
| * | | | | make get_file() return its argumentAl Viro2012-09-261-6/+3
| * | | | | new helper: iterate_fd()Al Viro2012-09-261-23/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-7/+10
|\ \ \ \ \
OpenPOWER on IntegriCloud