| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | tty: serial: KGDB support for PXA | Denis V. Lunev | 2012-10-24 | 1 | -0/+55 |
* | | tty: Use raw spin lock to protect TTY ldisc administration | Ivo Sieben | 2012-10-24 | 1 | -16/+16 |
* | | TTY: hvcs: fix missing unlock on error in hvcs_initialize() | Wei Yongjun | 2012-10-24 | 1 | -1/+3 |
* | | x86: ce4100: allow second UART usage | Maxime Bizon | 2012-10-24 | 1 | -3/+3 |
* | | tty: tty_mutex.c: Fixed coding style warning (using printk) | Sangho Yi | 2012-10-24 | 1 | -2/+2 |
* | | tty: serial: 8250_dw: Implement suspend/resume | James Hogan | 2012-10-24 | 1 | -0/+25 |
* | | serial: vt8500: fix possible memory leak in vt8500_serial_probe() | Wei Yongjun | 2012-10-24 | 1 | -4/+4 |
* | | tty/serial/8250: Make omap hardware workarounds local to 8250.h | Tony Lindgren | 2012-10-24 | 2 | -6/+39 |
* | | serial/8250/8250_early: Prevent rounding error in uartclk | Alexey Brodkin | 2012-10-24 | 1 | -1/+1 |
* | | serial: samsung: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 2012-10-24 | 1 | -8/+8 |
* | | TTY: Report warning when low_latency flag is wrongly used | Ivo Sieben | 2012-10-24 | 1 | -0/+1 |
* | | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 | 6 | -59/+66 |
* | | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 | 2 | -0/+5 |
* | | TTY: tty_buffer, cache pointer to tty->buf | Jiri Slaby | 2012-10-22 | 1 | -56/+76 |
* | | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 2012-10-22 | 1 | -8/+10 |
* | | TTY: n_tty, propagate n_tty_data | Jiri Slaby | 2012-10-22 | 1 | -93/+78 |
* | | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 2012-10-22 | 2 | -55/+72 |
* | | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2012-10-22 | 1 | -123/+137 |
* | | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2012-10-22 | 1 | -24/+28 |
* | | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 | 2 | -68/+93 |
* | | TTY: n_tty, add ldisc data to n_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+18 |
* | | TTY: audit, stop accessing tty->icount | Jiri Slaby | 2012-10-22 | 2 | -9/+11 |
* | | TTY: n_tty, remove bogus checks | Jiri Slaby | 2012-10-22 | 1 | -12/+0 |
* | | TTY: n_tty, simplify read_buf+echo_buf allocation | Jiri Slaby | 2012-10-22 | 1 | -18/+13 |
* | | TTY: ldisc, wait for idle ldisc in release | Jiri Slaby | 2012-10-22 | 1 | -0/+5 |
* | | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby | 2012-10-22 | 1 | -7/+2 |
* | | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 | 2 | -5/+9 |
* | | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 1 | -5/+5 |
* | | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 1 | -2/+5 |
* | | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+1 |
* | | tty: prevent unnecessary work queue lock checking on flip buffer copy | Ivo Sieben | 2012-10-22 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-10-19 | 3 | -12/+13 |
|\ |
|
| * | serial/8250_hp300: Missing 8250 register interface conversion bits | Geert Uytterhoeven | 2012-10-15 | 1 | -10/+10 |
| * | Merge 3.7-rc1 into tty-linus | Greg Kroah-Hartman | 2012-10-14 | 5 | -62/+115 |
| |\ |
|
| * | | tty: serial: sccnxp: Fix bug with unterminated platform_id list | Greg Kroah-Hartman | 2012-10-05 | 1 | -0/+1 |
| * | | serial: sccnxp: Allows the driver to be compiled as a module | Alexander Shiyan | 2012-10-05 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2012-10-17 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | sparc64: Add global PMU register dumping via sysrq. | David S. Miller | 2012-10-16 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | sh: Fix up more fallout from pointless ARM __iomem churn. | Paul Mundt | 2012-10-15 | 1 | -1/+2 |
|/ / |
|
* | | Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw... | Linus Torvalds | 2012-10-13 | 2 | -1/+15 |
|\ \ |
|
| * | | kdb,vt_console: Fix missed data due to pager overruns | Jason Wessel | 2012-10-12 | 1 | -0/+13 |
| * | | kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell | Jason Wessel | 2012-10-12 | 1 | -1/+2 |
* | | | Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-10-12 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | xen/hvc: handle backend CLOSED without CLOSING | David Vrabel | 2012-10-04 | 1 | -1/+4 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-10-06 | 2 | -60/+96 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2012-09-07 | 4 | -14/+24 |
| |\ \ \ |
|
| * | | | | hvc_vio: Improve registration of udbg backend | Benjamin Herrenschmidt | 2012-09-05 | 1 | -53/+70 |
| * | | | | hvc_console: Better kernel console support | Benjamin Herrenschmidt | 2012-09-05 | 1 | -7/+26 |
* | | | | | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-10-02 | 1 | -0/+2 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Konrad Rzeszutek Wilk | 2012-09-12 | 16 | -76/+170 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|