Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | TTY: coalesce fail paths in tty_open | Jiri Slaby | 2011-11-15 | 1 | -15/+17 | |
| | * | | | | | | TTY: extract driver lookup from tty_open | Jiri Slaby | 2011-11-15 | 1 | -38/+55 | |
| | * | | | | | | TTY: extract /dev/tty handling from tty_open | Jiri Slaby | 2011-11-15 | 1 | -18/+39 | |
| | * | | | | | | TTY: move pgrp killing | Jiri Slaby | 2011-11-15 | 1 | -8/+7 | |
| | * | | | | | | drivers/tty/serial/pch_uart.c: add console support | Alexander Stein | 2011-11-15 | 2 | -1/+168 | |
| | * | | | | | | serial, mfd: don't hardcode the console | Mika Westerberg | 2011-11-15 | 1 | -11/+7 | |
| | * | | | | | | tty_ldisc: remove unnecessary negative return check for wait_event_timeout | Dave Young | 2011-11-15 | 1 | -2/+0 | |
| | | |_|_|/ / | | |/| | | | | ||||||
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2012-01-09 | 8 | -304/+151 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | serial: Kconfig: drop unknown symbol 'ARCH_IMX' | Paul Bolle | 2011-11-22 | 1 | -1/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ | ||||||
| | | \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 2012-01-06 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | | * | | | | | fs: move code out of buffer.c | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2012-01-06 | 2 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | serial: pl011: Enable module alias autogeneration for AMBA drivers | Dave Martin | 2011-11-22 | 1 | -0/+2 | |
| | * | | | | | | serial: pl010: Enable module alias autogeneration for AMBA drivers | Dave Martin | 2011-11-22 | 1 | -0/+2 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | tty/serial/pmac_zilog: Fix suspend & resume | Benjamin Herrenschmidt | 2011-12-16 | 2 | -277/+115 | |
| * | | | | | | pmac_zilog: Fix unexpected irq | Finn Thain | 2011-12-08 | 1 | -50/+52 | |
| * | | | | | | drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeout | Chuck Meade | 2011-11-24 | 1 | -0/+3 | |
| | |/ / / / | |/| | | | | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
*-. \ \ \ \ \ | Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ... | Paul Mundt | 2011-12-09 | 8 | -61/+217 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | | ||||||
| | * | | | | serial: sh-sci: Handle GPIO function requests. | Paul Mundt | 2011-12-02 | 1 | -2/+69 | |
| | * | | | | serial: sh-sci: Avoid FIFO clear for MCE toggle. | Paul Mundt | 2011-12-02 | 1 | -6/+13 | |
| | * | | | | serial: sh-sci: per-port modem control. | Paul Mundt | 2011-12-02 | 1 | -11/+20 | |
| | * | | | | serial: sh-sci: Add support for loopback mode. | Paul Mundt | 2011-11-24 | 1 | -1/+14 | |
| | * | | | | serial: sh-sci: Fix up modem control handling. | Paul Mundt | 2011-11-24 | 1 | -7/+14 | |
| | * | | | | serial: sh-sci: Clarify enable_ms/break_ctl comments. | Paul Mundt | 2011-11-24 | 1 | -2/+7 | |
| | * | | | | serial: sh-sci: Support icount statistics for error cases. | Paul Mundt | 2011-11-24 | 1 | -0/+16 | |
| | * | | | | serial: sh-sci: Fix up SCFCR handling. | Paul Mundt | 2011-11-24 | 1 | -5/+28 | |
| |/ / / / |/| | | | | ||||||
| * | | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-11-21 | 7 | -43/+52 | |
| |\ \ \ \ |/ / / / / | ||||||
| * | | | | TTY: ldisc, wait for ldisc infinitely in hangup | Jiri Slaby | 2011-11-17 | 1 | -2/+17 | |
| * | | | | TTY: ldisc, move wait idle to caller | Jiri Slaby | 2011-11-17 | 1 | -2/+2 | |
| * | | | | TTY: ldisc, allow waiting for ldisc arbitrarily long | Jiri Slaby | 2011-11-17 | 1 | -5/+6 | |
| * | | | | Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs" | Greg Kroah-Hartman | 2011-11-15 | 2 | -16/+0 | |
| * | | | | RS485: fix inconsistencies in the meaning of some variables | Claudio Scordino | 2011-11-15 | 2 | -21/+5 | |
| * | | | | pch_uart: Fix DMA resource leak issue | Tomoya MORINAGA | 2011-11-15 | 1 | -2/+2 | |
| * | | | | serial,mfd: Fix CMSPAR setup | Alan Cox | 2011-11-15 | 1 | -3/+1 | |
| * | | | | tty/serial: Prevent drop of DCD on suspend for Tegra UARTs | Doug Anderson | 2011-11-15 | 2 | -0/+16 | |
| * | | | | pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor | Tomoya MORINAGA | 2011-11-15 | 1 | -3/+3 | |
| * | | | | pch_uart: Support new device LAPIS Semiconductor ML7831 IOH | Tomoya MORINAGA | 2011-11-15 | 2 | -7/+15 | |
| * | | | | pch_uart: Fix hw-flow control issue | Tomoya MORINAGA | 2011-11-15 | 1 | -0/+1 | |
| * | | | | tty: hvc_dcc: Fix duplicate character inputs | Stephen Boyd | 2011-11-15 | 1 | -0/+2 | |
| | |/ / | |/| | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linus | Paul Mundt | 2011-11-11 | 20 | -57/+467 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | n_gsm: Fix timings | Alan Cox | 2011-11-08 | 1 | -5/+7 | |
| | |/ / | |/| | | ||||||
| * | | | Revert "hvc_console: display printk messages on console." | Linus Torvalds | 2011-11-06 | 1 | -6/+1 | |
| * | | | powerpc: fix building hvc_opal.c | Michael Neuling | 2011-11-06 | 1 | -0/+1 | |
| * | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 11 | -1/+11 | |
| |\ \ \ | ||||||
| | * | | | tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exporters | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 | |
| | * | | | tty: Add module.h to drivers/tty users who just expect it there. | Paul Gortmaker | 2011-10-31 | 9 | -1/+9 | |
| * | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-11-06 | 6 | -28/+439 | |
| |\ \ \ \ |