| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Merge 3.5-rc4 into tty-next | Greg Kroah-Hartman | 2012-06-27 | 4 | -20/+60 |
|\| | | |
|
| * | | | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-06-21 | 3 | -6/+43 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | serial/amba-pl011: move custom pin control to driver | Linus Walleij | 2012-06-13 | 1 | -4/+41 |
| | * | | serial: fix serial_txx9.c build warning/typo | Randy Dunlap | 2012-06-13 | 1 | -1/+1 |
| | * | | serial: fix kernel-doc warnings in 8250.c | Randy Dunlap | 2012-06-13 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-06-16 | 1 | -14/+17 |
| |\ \ |
|
| | * | | xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness. | Konrad Rzeszutek Wilk | 2012-05-24 | 1 | -3/+8 |
| | * | | xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN | Konrad Rzeszutek Wilk | 2012-05-24 | 1 | -1/+2 |
| | * | | xen/hvc: Collapse error logic. | Konrad Rzeszutek Wilk | 2012-05-24 | 1 | -12/+9 |
| | * | | hvc_xen: NULL dereference on allocation failure | Dan Carpenter | 2012-05-21 | 1 | -2/+2 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and... | Paul Mundt | 2012-06-13 | 16 | -189/+169 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | serial: sh-sci: Make probe fail for ports that exceed the maximum count | Laurent Pinchart | 2012-06-13 | 1 | -1/+1 |
| * | | | | serial: sh-sci: Fix probe error paths | Laurent Pinchart | 2012-06-13 | 1 | -13/+23 |
* | | | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocks | Darren Hart | 2012-06-21 | 1 | -12/+26 |
* | | | | | serial/amba-pl011: fix ages old copy-paste errors | Linus Walleij | 2012-06-19 | 1 | -17/+17 |
* | | | | | serial: pxa: add spin lock for console write | Chao Xie | 2012-06-16 | 1 | -0/+14 |
* | | | | | vt: fix race in vt_waitactive() | Rabin Vincent | 2012-06-15 | 1 | -13/+34 |
* | | | | | TTY: add tty_port_register_device helper | Jiri Slaby | 2012-06-14 | 1 | -0/+9 |
* | | | | | TTY: add ports array to tty_driver | Jiri Slaby | 2012-06-14 | 1 | -1/+17 |
* | | | | | TTY: centralize fail paths in tty_register_driver | Jiri Slaby | 2012-06-14 | 1 | -12/+6 |
* | | | | | TTY: vt, add ->install | Jiri Slaby | 2012-06-14 | 1 | -24/+36 |
* | | | | | TTY: provide drivers with tty_port_install | Jiri Slaby | 2012-06-14 | 1 | -0/+8 |
* | | | | | TTY: vt, remove con_schedule_flip | Jiri Slaby | 2012-06-14 | 2 | -4/+4 |
* | | | | | PTY: add tty_port | Jiri Slaby | 2012-06-14 | 1 | -4/+21 |
* | | | | | PTY: merge pty_install implementations | Jiri Slaby | 2012-06-14 | 1 | -65/+45 |
* | | | | | PTY: remove one empty ops->remove | Jiri Slaby | 2012-06-14 | 1 | -7/+3 |
* | | | | | serial: sh-sci: Make probe fail for ports that exceed the maximum count | Laurent Pinchart | 2012-06-13 | 1 | -1/+1 |
* | | | | | serial: sh-sci: Fix probe error paths | Laurent Pinchart | 2012-06-13 | 1 | -13/+23 |
* | | | | | TTY: cyclades, add local pointer for card | Jiri Slaby | 2012-06-13 | 1 | -30/+33 |
* | | | | | 8250_pci: Remove duplicate struct pciserial_board | Shawn Bohrer | 2012-06-13 | 1 | -9/+1 |
* | | | | | serial: Add driver for LPC32xx High Speed UARTs | Roland Stigge | 2012-06-13 | 3 | -0/+843 |
* | | | | | serial/of-serial: Add LPC3220 standard UART compatible string | Roland Stigge | 2012-06-13 | 1 | -0/+1 |
* | | | | | serial/8250: Add LPC3220 standard UART type | Roland Stigge | 2012-06-13 | 1 | -0/+8 |
* | | | | | serial_core: Update buffer overrun statistics. | Corbin | 2012-06-13 | 1 | -2/+4 |
* | | | | | serial/imx: make devdata member point to const data | Uwe Kleine-König | 2012-06-13 | 1 | -1/+1 |
* | | | | | serial: samsung: protect NULL dereference of clock name | KeyYoung Park | 2012-06-13 | 1 | -1/+2 |
* | | | | | serial: samsung: Fixed wrong comparison for baudclk_rate | Kyoungil Kim | 2012-06-13 | 1 | -2/+2 |
* | | | | | serial: samsung: Remove NULL checking for baud clock | Kyoungil Kim | 2012-06-13 | 1 | -9/+12 |
| |/ / /
|/| | | |
|
* | | | | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-03 | 12 | -175/+108 |
* | | | | tty: add lockdep annotations | Eric Dumazet | 2012-05-31 | 1 | -4/+15 |
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-05-30 | 3 | -32/+53 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex... | Ralf Baechle | 2012-05-26 | 3 | -32/+53 |
| |\ \ \ \ \ |
|
| | | * | | | | SERIAL: MIPS: lantiq: implement OF support | John Crispin | 2012-05-21 | 1 | -32/+51 |
| | |/ / / /
| |/| | | | |
|
| | * | | | | SERIAL: MIPS Swarm sb1250-duart.c driver needs module.h | Paul Gortmaker | 2012-05-15 | 1 | -0/+1 |
| | * | | | | SERIAL: MIPS DECstation zs.c driver needs module.h | Paul Gortmaker | 2012-05-15 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | tty: fix ldisc lock inversion trace | Alan Cox | 2012-05-29 | 1 | -16/+25 |
* | | | | | pty: Fix lock inversion | Alan Cox | 2012-05-29 | 1 | -2/+0 |
| |_|/ /
|/| | | |
|
* | | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -15/+23 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'spear/clock' and 'imx/clock' into next/clock | Arnd Bergmann | 2012-05-14 | 3 | -0/+24 |
| |\ \ \ \ |
|
| | | * \ \ | Merge branch 'imx/pinctrl' into imx/clock | Arnd Bergmann | 2012-05-14 | 3 | -0/+24 |
| | | |\ \ \ |
|